The LRWeightsType enumeration is used to determine the type of weights for linear regression.
It is used by the following property:
Value | Brief description | |
0 | InvVariance. Inverse residual variances. | |
1 | InvStdDeviation. Inverse standard residuals deviations. | |
2 | StdDeviation. Standard residuals deviations. | |
3 | Variance. Residual variance. |
See also: