IMsVariableTestResults

Assembly: 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
Error The Error property returns errors occurred on descriptive statistic calculation.
PValueMatrix The PValueMatrix property returns probability matrix.
ResValueMatrix The ResValueMatrix property returns the results of calculating the descriptive statistic for each variable.
TStatMatrix The TStatMatrix property returns statistics matrix.

See also:

Ms Assembly Interfaces