Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmChowTestSettings interface determines Chow Test method calculation parameters.
IEmChowTestSettings
This method is used to check the regression homogeneity of two data samples.
To create an object with calculation parameters use the IExpressModeller.CreateChowTestSettings method.
Property name | Brief description | |
ConfidenceLevel | The ConfidenceLevel property determines significance level value, at which the hypothesis about the absence of the structural variations is rejected. | |
Explained | The Explained property determines explained series. | |
Explanatories | The Explanatories property returns the collection of explanatory series. | |
GroupSeparator | The GroupSeparator property determines explained series observations grouping. | |
HasConstant | The HasConstant property determines whether constant is used in the method calculation. | |
TestType | The TestType property determines the test type. |
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: