| Interface | Description |
|---|---|
| Fitting |
This interface represents a fitting method for estimating β in a Generalized Linear Model (GLM).
|
| Class | Description |
|---|---|
| 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.
|