SuanShu, a Java numerical and statistical library

Package com.numericalmethod.suanshu.stats.regression.linear.glm

Interface Summary
Fitting This interface represents a fitting method for estimating β in a Generalized Linear Model (GLM).
 

Class Summary
Beta This class represents the estimates of the beta in a Generalized Linear Model.
GeneralizedLinearModel The Generalized Linear Model (GLM) is a flexible generalization of ordinary least squares regression.
GlmProblem This class represents a Generalized Linear regression problem.
IWLS We estimate parameters ß in a GLM model using the Iteratively Re-weighted Least Squares algorithm.
Residuals Residual analysis of the results of a Generalized Linear Model regression.
 


SuanShu, a Java numerical and statistical library

Copyright © 2011 Numerical Method Inc. Ltd. All Rights Reserved.