Forecast: IForecast;
The Forecast property returns the forecasting series.
Probability of the forecasting series is returned by the ISmBinaryModel.ProbabilityForecast property.
The following forecasting series components are not calculated for binary regression:
IForecast.LowerConfidenceLevel. Lower confidence limit value.
IForecast.StandardError. Standard error.
IForecast.UpperConfidenceLevel. Upper confidence limit value.
The property use is given in the example for ISmBinaryModel.BinaryForecast.
See also: