Class: Statsample::GLM::MLE::Normal
- Defined in:
- lib/statsample-glm/glm/mle/normal.rb
Overview
Normal Distribution MLE estimation. Usage: TODO : Document this properly
mle=Statsample::MLE::Normal.new
mle.newton_raphson(x,y)
beta=mle.coefficients
likelihood=mle.likelihood(x,y,beta)
iterations=mle.iterations
Constant Summary
Constants inherited from Base
Instance Attribute Summary
Attributes inherited from Base
#coefficients, #degree_of_freedom, #fitted_mean_values, #iterations, #log_likelihood, #residuals
Method Summary
Methods inherited from Base
#initialize, #newton_raphson, #standard_error
Constructor Details
This class inherits a constructor from Statsample::GLM::MLE::Base