Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmCurveEstimationSettings interface determines Curve Estimation method calculation parameters.
IEmCurveEstimationSettings
This function removes the seasonal component from time series and creates a theoretical time series based on a change pattern expressed in mathematical terms. The seasonality component is selected by the standard method Census 1.
To create an object with calculation parameters use the IExpressModeller.CreateCurveEstimationSettings method.
Property name | Brief description | |
![]() |
Criterion | The Criterion property determines best model selection criterion. |
![]() |
DependenceForm | The DependenceForm property determines whether the specified dependency type is estimated. |
![]() |
Explained | The Explained property determines explained series. |
![]() |
Explanatory | The Explanatory property determines explanatory series. |
![]() |
ExplanatoryIsTrend | The ExplanatoryIsTrend property determines whether an explanatory series is set as automatically generated time series, or by the user. |
![]() |
PolynomOrder | The PolynomOrder property determines polynomial degree value. |
![]() |
ReferencePoint | The ReferencePoint property determines the explanatory trend reference point. |
![]() |
Seasonality | The Seasonality property determines seasonality type. |
![]() |
SeasonalityCycle | The SeasonalityCycle property determines duration of the seasonality period. |
Property name | Brief description | |
![]() |
Format | The Format property determines a set of sections displayed in the report of express modeling method calculation. |
![]() |
MissingData | The MissingData property returns missing initial data processing parameters, used by the express modeling method. |
![]() |
Period | The Period property returns calculation period parameters for the express modeling method. |
![]() |
ReportSettings | The ReportSettings property returns report parameters for calculating the express modeling method. |
![]() |
Sections | The Sections property returns report sections data of express modeling method calculation. |
See also:
Modeller Assembly Interfaces | Trend with Functional Dependency Estimation