IMsBandpassFilterTransform

Assembly: Ms;

Description

The IMsBandpassFilterTransform interface contains properties and methods that determine parameters of the model using the Baxter-King filter for calculation.

Inheritance Hierarchy

          IMsMethod

          IMsVectorMethod

          IMsBandpassFilterTransform

Properties

  Property name Brief description
CycleTerm The CycleTerm property determines the element corresponding to the variable, to which cycle component of the source series is loaded.
Explained The Explained property returns an output series.
FrequencyHigh The FrequencyHigh property determines value of upper limit of seasonal period.
FrequencyLow The FrequencyLow property sets value of lower constraint of seasonal period.
MissingData The MissingData property returns parameters for handling empty values of source series.
NonCyclicalTerm The NonCyclicalTerm property determines the element corresponding to the variable, to which non-cycle component of the source series is loaded.
OutputType The OutputType property determines the component loaded into output variable after method calculation.
WeightsMatrix The WeightsMatrix property returns weights matrix after method calculation.
Width The Width property determines method window size.

Properties inherited fromIMsMethod

  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 fromIMsMethod

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

See also:

Ms Assembly Interfaces