BinaryFitted: Array;
The BinaryFitted property returns a binary modeling series.
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.
The property use is given in the example for ISmBinaryModel.BinaryForecast.
See also: