LRWeightsType

Description

The LRWeightsType enumeration is used to determine the type of weights for linear regression.

It is used by the following property:

Available Values

  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:

Stat Assembly Enumerations