ISmPooledModel.Weights

Fore Syntax

Weights: Array;

Fore.NET Syntax

Weights: System.Array;

Description

The Weights property returns weights used in model calculation.

Comments

By default no weights are defined.

Weights are defined by a real number array. Dimensions of this array should match explained variable dimensions. Use ISmPooledModel.Explained to work with explained variable.

Fore and Fore.NET Examples

The property use is given in the example for ISmPooledModel.RandomEffectsMethod.

See also:

ISmPooledModel