Ms > Ms Assembly Interfaces > IMsMethodSeries
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsMethodSeries interface is used to work with a set of available series used by method in calculations.
Methods use different sets of rows on calculation. To determine whether a specific series participated in calculation, use the IsAvailable property.
Property name | Brief description | |
![]() |
AddFactor | The AddFactor property determines the added factor. |
![]() |
DynamicLowerConfidenceLevel | The DynamicLowerConfidenceLevel property determines a row containing the lower dynamic confidence limit. |
![]() |
DynamicUpperConfidenceLevel | The DynamicUpperConfidenceLevel property determines a row that contains the upper dynamic confidence limit. |
![]() |
Fitted | The Fitted property determines a modeling series. |
![]() |
Forecast | The Forecast property determines a forecast series. |
![]() |
Input | The Input property determines an input row. |
![]() |
IsAvailable | The IsAvailable property returns whether a specified series participated in method calculation. |
![]() |
LowerConfidenceLevel | The LowerConfidenceLevel property determines a row containing the lower confidence limit. |
![]() |
Residuals | The Residuals property determines a residual series. |
![]() |
SeriesByType | The SeriesByType property helps get a series of specified type. |
![]() |
UpperConfidenceLevel | The UpperConfidenceLevel property determines a row containing the upper confidence limit. |
See also: