IMsTransformSeries

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsTransformSeries interface is used to work with data by basic model series.

Inheritance Hierarchy

          IMsTransformSeries

Comments

Series values are available after model calculation.

Properties

  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:

Ms Assembly Interfaces