Assembly: Ms;
Namespace: Prognoz.Platform.Interop.Ms;
The IMsVariableTestResults interface is used to work with the results of calculating the descriptive statistics.
IMsVariableTestResults
To calculate the descriptive statistics and get results, use the IMsVariableTest.Execute method.
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: