IMsCensus1Transform

Assembly: Ms;

Description

The IMsCensus1Transform interface is used to work with a model calculated by the Census1 method.

Inheritance Hierarchy

          IMsMethod

          IMsVectorMethod

          IMsCensus1Transform

Comments

The Census1 method is used to select a seasonal component. The source series is decomposed into seasonal, trend-cycle and irregular components.

Properties

  Property name Brief description
CenterMovingAverage The CenterMovingAverage property determines whether to center moving average.
Explained The Explained property returns output variable.
Irregula The Irregula property returns irregular component.
MissingData The MissingData property determines missing data treatment parameters in the source data.
MovingAverage The MovingAverage property returns smoothed series.
OutputType The OutputType property determines the component loaded to output variable after method calculation.
RatioDifferences The RatioDifferences property returns the difference for the additive seasonal model and the relation for the multiplicative model.
Seasonal The Seasonal property returns seasonal component.
SeasonalAdjustment The SeasonalAdjustment property returns seasonal adjustment.
Seasonality The Seasonality property determines a seasonality model in use.
TrendCycle The TrendCycle property returns trend-cycle component.

Properties inherited from IMsMethod

  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.

Methods inherited from IMsMethod

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

See also:

Ms Assembly Interfaces | The method Census1.