IMsCensus2Transform

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCensus2Transform interface determines the parameters of the X11 method, which is the method of seasonal decomposition and adjustment.

Inheritance Hierarchy

          IMsMethod

          IMsCensus1Transform

Comments

The X11 method decomposes the source series into seasonal, trend-cycle, and irregular components, reveals seasonal adjustment.

Properties

  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 calculating a modeling problem.
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 when calculating a modeling problem.
Outdated. Use D11Term.
The D11Result property returns the seasonal adjustment of the series.
The D11Term property determines the term, to which seasonal series adjustment is loaded when calculating a modeling problem.
Outdated. Use D12Term.
The D12Result property returns the trend-cycle component of the source series.
The D12Term property determines the term, to which trend-cycle component of a series is loaded when calculating a modeling problem.
Outdated. Use D13Term.
The D13Result property returns the irregular component of the source series.
The D13Term property determines the term, to which irregular series component is loaded when calculating a modeling problem.
The DailyWeights property determines weight coefficients to week days.
The Explained property returns output series.
The HolidayAdj property determines whether holidays adjustment is to be made during calculations.
Outdated. Use IMsMethodSeries.Input.
The MissingData propertyis used to determine parameters for treating missing data.
The MovingAverage property determines the moving average.
The OutputType property determines the component loaded into output variable after method calculation.
Outdated.
The Seasonality property sets seasonality type.
The SigmaLower property sets lower sigma limit.
The SigmaUpper property sets upper sigma limit.
The SlidingSpans property determines whether sliding intervals are to be used in calculations.
Outdated.
The TraidingDaysAdjustment property determines the working day adjustments.

Properties inherited from IMsMethod

  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.

Methods

  Method name Brief description
The NormalizeDailyWeights method normalizes weight coefficients for days of week.

Methods inherited from IMsMethod

  Method name Brief description
The Execute method calculates model and returns calculation results.

See also:

Ms Assembly Interfaces