WeightsType: LRWeightsType;
The WeightsType property determines the weights type.
The matrix, which elements are 1/S, is used as weights, where S may take values:
0 - residual variances.
1 - standard residual deviations.
The matrix, which elements are S, is used as weights, where S may take values:
2 - standard residual deviation.
3 - residual variances.
The property use is given in the example for ISmLinearRegress.WeightedSummaryStatistics.
See also: