IMsCensus2Transform

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCensus2Transform interface determines 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

B1

Outdated. Use B1Term.

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.

D10

Outdated. Use D10Term.

D10Result

The D10Result property returns the seasonal component of the source series.

D10Term

The D10Term property determines the term, to which seasonal component of source series is loaded on modeling problem calculation.

D11

Outdated. Use D11Term.

D11Result

The D11Result property returns seasonal adjustment of the series.

D11Term

The D11Term property determines the term, to which seasonal series adjustment is loaded on modeling problem calculation.

D12

Outdated. Use D12Term.

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 unloaded on modeling problem calculation.

D13

Outdated. Use D13Term.

D13Result

The D13Result property returns irregular component of the source series.

D13Term

The D13Term property determines the term, to which irregular series component is unloaded 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 whether holiday adjustment is made on calculation.

InputFactorTerm

Outdated. Use IMsMethodSeries.Input.

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 unloaded to output variable after method calculation.

SeasonalComponentCycleType

Outdated.

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 on calculation.

StartMonthOrQuarter

Outdated.

TraidingDaysAdjustment

The TraidingDaysAdjustment property determines working day adjustment.

Properties inherited from IMsMethod

  Property name Brief description

CalculateSeries

The CalculateSeries property returns results of model calculation.

Inversion

Outdated. Use InversionInfo.Inversion.

InversionInfo

The InversionInfo property returns parameters of initial transformation applied to variable.

InversionLag

Outdated. Use InversionInfo.InversionLag.

ObservationsCount

The ObservationsCount property returns the number of model observations.

PeriodAlignment

The PeriodAlignment property returns type of model calculation relative to period.

PreviousInversionLag

Outdated. Use InversionInfo.PreviousInversionLag.

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

  Method name Brief description

NormalizeDailyWeights

The NormalizeDailyWeights method normalizes weight coefficients for days of week.

Methods inherited from IMsMethod

  Method name Brief description

Execute

The Execute method calculates model and returns calculation results.

See also:

Ms Assembly Interfaces