ISmPooledModel.Fitted

Fore Syntax

Fitted: Array;

Fore.NET Syntax

Fitted: System.Array;

Description

The Fitted property returns modeling series.

Comments

Variables in a matrix are placed in columns, and observations are placed in rows. Values are available after method calculation.

Fore and Fore.NET Examples

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

See also:

ISmPooledModel