Class: Statsample::GLM::Logistic
- Defined in:
- lib/statsample-glm/glm/logistic.rb
Instance Method Summary collapse
-
#initialize(data_set, dependent, opts) ⇒ Logistic
constructor
A new instance of Logistic.
- #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) ⇒ Logistic
Returns a new instance of Logistic.
7 8 9 |
# File 'lib/statsample-glm/glm/logistic.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/logistic.rb', line 11 def to_s "Statsample::GLM::Logistic" end |