Ms > Ms Assembly Interfaces > IMsCensus2Transform
Assembly: Ms;
The IMsCensus2Transform interface determines parameters of the X11 method that is the seasonal decomposition and adjustment method.
IMsCensus1Transform
The X11 method decomposes the source series into seasonal, trend-cycle, and irregular components, and reveals seasonal adjustment.
The X11 method is supported only in Windows.
Property name | Brief description | |
![]() |
B1Result | The B1Result property returns a prior adjusted series or source series. |
![]() |
B1Term | The B1Term property determines the term, to which a prior adjusted series or source series are loaded on modeling problem calculation. |
![]() |
D10Result | The D10Result property returns the seasonal component of the source series. |
![]() |
D10Term | The D10Term property determines a term, to which seasonal component of source series is loaded on modeling problem calculation. |
![]() |
D11Result | The D11Result property returns seasonal adjustment of the series. |
![]() |
D11Term | The D11Term property determines a term, to which seasonal series adjustment is loaded on modeling problem calculation. |
![]() |
D12Result | The D12Result property returns trend-cycle component of the source series. |
![]() |
D12Term | The D12Term property determines the term, to which trend-cycle component of a series is loaded on modeling problem calculation. |
![]() |
D13Result | The D13Result property returns irregular component of the source series. |
![]() |
D13Term | The D13Term property determines a term, to which irregular series component is loaded on modeling problem calculation. |
![]() |
DailyWeights | The DailyWeights property determines weight coefficients for days of week. |
![]() |
Explained | The Explained property returns an output series. |
![]() |
HolidayAdj | The HolidayAdj property determines a holiday adjustment type during calculation. |
![]() |
MissingData | The MissingData property is used to determine missing data treatment parameters. |
![]() |
MovingAverage | The MovingAverage property determines moving average. |
![]() |
OutputType | The OutputType property determines the component that is loaded to output variable after method calculation. |
![]() |
Seasonality | The Seasonality property determines a seasonality type. |
![]() |
SigmaLower | The SigmaLower property determines a lower sigma limit. |
![]() |
SigmaUpper | The SigmaUpper property determines an upper sigma limit. |
![]() |
SlidingSpans | The SlidingSpans property determines whether sliding spans are used in calculation. |
![]() |
StartMonthOrQuarter | The StartMonthOrQuarter property determines a start month or quarter used on model calculation. |
![]() |
TraidingDaysAdjustment | The TraidingDaysAdjustment property determines working day adjustment. |
Property name | Brief description | |
![]() |
CalculateSeries | The CalculateSeries property returns results of model calculation. |
![]() |
InversionInfo | The InversionInfo property returns parameters of initial transformation applied to variable. |
![]() |
ObservationsCount | The ObservationsCount property returns the number of model observations. |
![]() |
PeriodAlignment | The PeriodAlignment property returns type of model calculation relative to period. |
![]() |
Series | The Series property returns a set of available series used by current method in calculations. |
![]() |
StatMethod | The StatMethod property returns information on statistical method used for model calculation. |
![]() |
Summary | The Summary property returns summary statistics calculated for model. |
![]() |
SupportsR | The SupportsR property determines whether calculation by R is enabled. |
![]() |
Type | The Type property returns type of method used for model calculation. |
![]() |
UseR | 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 | |
![]() |
Execute | The Execute method calculates model and returns calculation results. |
See also: