Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsCensus2Transform interface determines parameters of the X11 method, which is the method of seasonal decomposition and adjustment.
IMsCensus1Transform
The X11 method decomposes the source series into seasonal, trend-cycle, and irregular components, reveals seasonal adjustment.
Property name | Brief description | |
Outdated. Use B1Term. | ||
The B1Result property returns a prior adjusted series or source series. | ||
The B1Term property determines the term, to which a prior adjusted series or source series are loaded on modeling problem calculation. | ||
Outdated. Use D10Term. | ||
The D10Result property returns the seasonal component of the source series. | ||
The D10Term property determines the term, to which seasonal component of source series is loaded on modeling problem calculation. | ||
Outdated. Use D11Term. | ||
The D11Result property returns seasonal adjustment of the series. | ||
The D11Term property determines the term, to which seasonal series adjustment is loaded on modeling problem calculation. | ||
Outdated. Use D12Term. | ||
The D12Result property returns trend-cycle component of the source series. | ||
The D12Term property determines the term, to which trend-cycle component of a series is unloaded on modeling problem calculation. | ||
Outdated. Use D13Term. | ||
The D13Result property returns irregular component of the source series. | ||
The D13Term property determines the term, to which irregular series component is unloaded on modeling problem calculation. | ||
The DailyWeights property determines weight coefficients for days of week. | ||
The Explained property returns an output series. | ||
The HolidayAdj property determines whether holiday adjustment is made on calculation. | ||
Outdated. Use IMsMethodSeries.Input. | ||
The MissingData property is used to determine missing data treatment parameters. | ||
The MovingAverage property determines moving average. | ||
The OutputType property determines the component unloaded to output variable after method calculation. | ||
Outdated. | ||
The Seasonality property determines a seasonality type. | ||
The SigmaLower property determines a lower sigma limit. | ||
The SigmaUpper property determines an upper sigma limit. | ||
The SlidingSpans property determines whether sliding spans are used on calculation. | ||
Outdated. | ||
The TraidingDaysAdjustment property determines working day adjustment. |
Property name | Brief description | |
The CalculateSeries property returns results of model calculation. | ||
Outdated. Use InversionInfo.Inversion. | ||
The InversionInfo property returns parameters of initial transformation applied to variable. | ||
Outdated. Use InversionInfo.InversionLag. | ||
The ObservationsCount property returns the number of model observations. | ||
The PeriodAlignment property returns type of model calculation relative to period. | ||
Outdated. Use InversionInfo.PreviousInversionLag. | ||
The Series property returns a set of available series used by current method in calculations. | ||
The StatMethod property returns information on statistical method used for model calculation. | ||
The Summary property returns summary statistics calculated for model. | ||
The SupportsR property determines whether calculation by R is enabled. | ||
The Type property returns type of method used for model calculation. | ||
The UseR property determines whether connection to R is used on method calculation. |
Method name | Brief description | |
The NormalizeDailyWeights method normalizes weight coefficients for days of week. |
Method name | Brief description | |
The Execute method calculates model and returns calculation results. |
See also: