Ms > Ms Assembly Interfaces > IMsLRXFilterTransform
The IMsLRXFilterTransform interface determines the LRX Filter model.
LRX filter is a method of time series smoothing that is used to determine long-term trends of a time series. It is a general case of the Hodrick-Prescott filter.
Property name | Brief description | |
![]() |
DPrior | The DPrior property determines prior differences. |
![]() |
Explained | The Explained property returns output series. |
![]() |
MissingData | The MissingData property returns missing data treatment parameters. |
![]() |
Operands | The Operands property returns the collection of terms used to compile the model equation. |
![]() |
Prior | The Prior property determines prior values. |
![]() |
SmoothingParameter | The SmoothingParameter property determines the measure of series smoothing. |
![]() |
w1 | The w1 property determines the weights 1. |
![]() |
w2 | The w2 property determines the weights 2. |
![]() |
w3 | The w3 property determines the weights 3. |
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. |
Method name | Brief description | |
![]() |
Execute | The Execute method calculates model and returns calculation results. |
See also:
Ms Assembly Interfaces | The LRX Filter Model.