IMsVariableTestResults

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

The IMsVariableTestResults interface is used to work with the results of calculating the descriptive statistic.

Inheritance Hierarchy

          IMsVariableTestResults

Comments

To calculate the descriptive statistic and get results, use the IMsVariableTest.Execute method.

Properties

  Property name Brief description
The Error property returns errors occurred on descriptive statistic calculation.
The PValueMatrix property returns probability matrix.
The ResValueMatrix property returns the results of calculating the descriptive statistic for each variable.
The TStatMatrix property returns statistics matrix.

See also:

Ms Assembly Interfaces