ISmBinaryModel.BinaryFitted

Fore Syntax

BinaryFitted: Array;

Fore.NET Syntax

BinaryFitted: System.Array;

Description

The BinaryFitted property returns a binary modeling series.

Comments

To get a binary forecasting series, use the ISmBinaryModel.BinaryForecast property.

To get a modeling series, use the ISmBinaryModel.Fitted property.

To get a probabilistic modeling series, use the ISmBinaryModel.ProbabilityFitted property.

Fore and Fore.NET Examples

The property use is given in the example for ISmBinaryModel.BinaryForecast.

See also:

ISmBinaryModel