Assembly: 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 | |
| ChiTest | The ChiTest property returns the chi-square statistic. | |
| ChiTestResult | The ChiTestResult property returns the test results by the chi-square statistic. | |
| CoefficientsAR | The CoefficientsAR property returns autoregression coefficients. | |
| CoefficientsARNames | The CoefficientsARNames property returns the name of autoregression coefficients. | |
| CoefficientsMA | The CoefficientsMA property returns moving average coefficients. | |
| CoefficientsMANames | The CoefficientsMANames property returns the name of coefficients of the moving average. | |
| CoefficientsNames | The CoefficientsNames property returns names of coefficients. | |
| Error | The Error property returns errors occurred on calculating the diagnostic test. | |
| FTest | The FTest property returns the Fisher statistic. | |
| FTestResult | The FTestResult property returns results of the test by the Fisher statistic. | |
| LR0 | The LR0 property returns coefficients of a regression model and summary statistics for the first group in the Chow test. | |
| LR1 | The LR1 property returns coefficients of a regression model and summary statistics for the second group in the Chow test. | |
| ModelCoefficients | The ModelCoefficients property returns regression model coefficients. | |
| SummaryStatistics | The SummaryStatistics property returns summary statistics. |
See also: