Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsTransformSeries interface is used to work with data by basic model series.
IMsTransformSeries
Series values are available after model calculation.
Property name | Brief description | |
The Fact property returns an array that contains source series values. | ||
The Forecast property returns an array that contains forecast series values. | ||
The LowerConfidenceLevel property returns an array containing values of the lower confidence limit. | ||
The Modelling property returns an array that contains output series values. | ||
The Residuals property returns an array that contains residual series values. | ||
The UpperConfidenceLevel property returns array containing values of the upper confidence level. |
See also: