IMsCensus1Result

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsCensus1Result interface is used to work with calculation results of seasonal component by the Census1 method.

Inheritance Hierarchy

          IMsResultObject

          IMsCensus1Result

Comments

This interface is used in custom functions and methods that are used to calculate in a determinate equation.

Properties

  Property name Brief description
The Irregula property returns irregular component.
The MovingAverage property returns a smoothed series.
The RatioDifferences property returns ratio or difference.
The Seasonal property returns seasonal component.
The SeasonalAdjustment property returns seasonal adjustment.
The TrendCycle property returns trend-cycle component.

Properties inherited from IMsResultObject

  Property name Brief description
BaseMethod The BaseMethod property returns statistical method containing results.
The Fitted property returns modeling series.
Residuals The Residuals property returns a residual series.
Stats The Stats property returns summary statistics.
The TimeSeries property returns output series.

See also:

Ms Assembly Interfaces