CategoricalGenLinModelDistributionParameterModel Enumeration |
Indicates the function used to model the distribution parameter.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public enum DistributionParameterModel
Public Enumeration DistributionParameterModel
public enum class DistributionParameterModel
type DistributionParameterModel
Members
| Member name | Value | Description |
---|
| Model0 | 0 |
Indicates an exponential function is used to model the
distribution parameter. The distribution of the response variable
is Poisson. The lower bound of the response variable is 0.
|
| Model1 | 1 |
Indicates a logistic function is used to model the distribution
parameter. The distribution of the response variable is negative
Binomial. The lower bound of the response variable is 0.
|
| Model2 | 2 |
Indicates a logistic function is used to model the distribution
parameter. The distribution of the response variable is
Logarithmic. The lower bound of the response variable is 1.
|
| Model3 | 3 |
Indicates a logistic function is used to model the distribution
parameter. The distribution of the response variable is Binomial.
The lower bound of the response variable is 0.
|
| Model4 | 4 |
Indicates a probit function is used to model the distribution
parameter. The distribution of the response variable is Binomial.
The lower bound of the response variable is 0.
|
| Model5 | 5 |
Indicates a log-log function is used to model the distribution
parameter. The distribution of the response variable is Binomial.
The lower bound of the response variable is 0.
|
See Also