ISmBinaryModel.BinaryFitted

Syntax

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

Example

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

See also:

ISmBinaryModel