IMsDiagnosticTestResults

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsDiagnosticTestResults interface is used to work with results of a diagnostic test.

Inheritance Hierarchy

          IMsDiagnosticTestResults

Comments

Results of execution of the test are returned by the IMsDiagnosticTest.Execute method.

Properties

  Property name Brief description
The ChiTest property returns the chi-square statistics.
The ChiTestResult property returns the test results on chi-square statistics.
The CoefficientsAR property returns coefficients of autoregression.
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 Fisher statistics.
The FTestResult property returns results of the test on Fisher statistics.
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 coefficients of a regression model.
The SummaryStatistics property returns summary statistics.

See also:

Ms Assembly Interfaces