ISmLinearRegress.WeightsScaling

Fore Syntax

WeightsScaling: WeightsScalingType;

Fore.NET Syntax

WeightsScaling: Prognoz.Platform.Interop.Stat.WeightsScalingType;

Description

The WeightsScaling property determines method of weight scaling.

Comments

To determine type of weights, use the ISmLinearRegress.WeightsType property.

Fore and Fore.NET Examples

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

See also:

ISmLinearRegress