Assembly: Modeller;
Namespace: Prognoz.Platform.Interop.Modeller;
The IEmVarianceAnalysisSettings interface determines Variance Analysis method calculation parameters.
IEmVarianceAnalysisSettings
The analysis executes the standard procedure of factor variance analysis. Specify observations and significance level required to estimate the critical parameters of F-statistics. The result is the required statistical data and a logical value determining whether the null hypothesis on the equality of variances (two-factor analysis) or on the equality of group means (single-factor analysis) should be accepted or rejected.
To create an object with variance analysis calculation parameters, use the IExpressModeller.CreateVarianceAnalysisSettings method.
Property name | Brief description | |
AnalysisType | The AnalysisType property determines the type of variance analysis. | |
ConfidenceLevel | The ConfidenceLevel property determines the significance level, at which the zero hypothesis is accepted or rejected. | |
Series | The Series property returns the number of series (factors) that are used in the calculation. |
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: