Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsDiagnosticTestResults interface is used to work with diagnostic test results.
IMsDiagnosticTestResults
Test execution results are returned by the IMsDiagnosticTest.Execute method.
Property name | Brief description | |
The ChiTest property returns the chi-square statistic. | ||
The ChiTestResult property returns the test results by the chi-square statistic. | ||
The CoefficientsAR property returns autoregression coefficients. | ||
The CoefficientsARNames property returns the name of autoregression coefficients. | ||
The CoefficientsMA property returns moving average coefficients. | ||
The CoefficientsMANames property returns the name of coefficients of the moving average. | ||
The CoefficientsNames property returns names of coefficients. | ||
The Error property returns errors occurred on calculating the diagnostic test. | ||
The FTest property returns the Fisher statistic. | ||
The FTestResult property returns results of the test by the Fisher statistic. | ||
The LR0 property returns coefficients of a regression model and summary statistics for the first group in the Chow test. | ||
The LR1 property returns coefficients of a regression model and summary statistics for the second group in the Chow test. | ||
The ModelCoefficients property returns regression model coefficients. | ||
The SummaryStatistics property returns summary statistics. |
See also: