ISmPooledModel.Weights

Syntax

Weights: 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.

Example

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

See also:

ISmPooledModel