Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmFisherTestSettings interface determines Fisher Test method calculation parameters.
IEmFisherTestSettings
Fisher test checks hypothesis on equality of two normal distributions' variances. If the Fisher statistics is greater than critical value, the hypothesis of equality of dispersions is accepted.
To create an object with calculation parameters use the IExpressModeller.CreateFisherTestSettings method.
Property name | Brief description | |
ConfidenceLevel | The ConfidenceLevel property determines significance level value at which the hypothesis about two normal distributions variations is rejected. | |
SerieA | The SerieA property determines the first sample. | |
SerieB | The SerieB property determines the second sample. |
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: