ISmLinearRegress.WeightsType

Syntax

WeightsType: LRWeightsType;

Description

The WeightsType property determines the weights type.

Comments

The matrix, which elements are 1/S, is used as weights, where S may take values:

The matrix, which elements are S, is used as weights, where S may take values:

Example

The property use is given in the example for ISmLinearRegress.WeightedSummaryStatistics.

See also:

ISmLinearRegress