ISmLinearRegress.WeightsType

Fore Syntax

WeightsType: LRWeightsType;

Fore.NET Syntax

WeightsType: Prognoz.Platform.Interop.Stat.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:

Fore and Fore.NET Examples

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

See also:

ISmLinearRegress