IMsVariableTestResults

Assembly: Ms;

Namespace: Prognoz.Platform.Interop.Ms;

Description

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

Inheritance Hierarchy

          IMsVariableTestResults

Comments

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

Properties

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

See also:

Ms Assembly Interfaces