| Interface | Description |
|---|---|
| ExponentialDistribution |
This interface represents a probability distribution from the exponential family.
|
| Class | Description |
|---|---|
| Binomial |
The Binomial distribution for the error distribution in a GLM model.
|
| Family |
Family is a description of the error distribution and link function to be used in the GLM model.
|
| Gamma |
The Gamma distribution for the error distribution in a GLM model.
|
| Gaussian |
The Gaussian distribution for the error distribution in a GLM model.
|
| InverseGaussian |
The Inverse Gaussian distribution for the error distribution in a GLM model.
|
| Poisson |
The Poisson distribution for the error distribution in a GLM model.
|