Class: Statsample::GLM::Probit
- Defined in:
- lib/statsample-glm/glm/probit.rb
Instance Method Summary collapse
-
#initialize(data_set, dependent, opts = {}) ⇒ Probit
constructor
A new instance of Probit.
- #to_s ⇒ Object
Methods inherited from Base
#coefficients, #degree_of_freedom, #fitted_mean_values, #iterations, #log_likelihood, #residuals, #standard_error
Constructor Details
#initialize(data_set, dependent, opts = {}) ⇒ Probit
Returns a new instance of Probit.
7 8 9 |
# File 'lib/statsample-glm/glm/probit.rb', line 7 def initialize data_set, dependent, opts={} super data_set, dependent, opts end |
Instance Method Details
#to_s ⇒ Object
11 12 13 |
# File 'lib/statsample-glm/glm/probit.rb', line 11 def to_s "Statsample::GLM::Probit" end |