IMsResultObject.Fitted

Fore Syntax

Fitted: ITimeSeries;

Fore.NET Syntax

Fitted: Prognoz.Platform.Interop.Ms.ITimeSeries;

Description

The Fitted property returns modeling series.

Comments

To get output series, use the IMsResultObject.TimeSeries property and to get residual series, use the IMsResultObject.Residuals property.

Fore and Fore.NET Examples

The property use is given in the example for IMsForecastObject.Forecast.

See also:

IMsResultObject