|
|
GeneralizedBetaOptions Properties |
The GeneralizedBetaOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| FixMax |
Gets or sets a value indicating whether the maximum
value should be treated as fixed and not be estimated.
Default is true.
| |
| FixMin |
Gets or sets a value indicating whether the minimum
value should be treated as fixed and not be estimated.
Default is true.
| |
| IsSorted |
Gets or sets a value indicating whether the observations are already sorted.
| |
| MaxIndex |
Gets or sets the index of the maximum observed
value, if already known. Default is -1.
| |
| Method |
Gets or sets which estimation method should be used by the fitting
algorithm. Default is Moments.
| |
| MinIndex |
Gets or sets the index of the minimum observed
value, if already known. Default is -1.
|