Ms > Ms Assembly Interfaces > IMsBpfResult
Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsBpfResult interface is used to work with calculation results of the Baxter-King filter.
IMsBpfResult
This interface is used in custom functions and methods that are used to calculate in a determinate equation.
Property name | Brief description | |
![]() |
The CycleSeries property returns cyclic component of the source series. | |
![]() |
The NonCyclicalSeries property returns non-cyclic component of the source series. | |
![]() |
The Weights property returns weights. |
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: