Assembly:Ms;
The IMsChowTestSettings interface is used to work with parameters of the Chow Tests diagnostic test.
IMsChowTestSettings
Chow tests are used examine regression homogeneity of two data samples. To work with parameters of this test, cast the value returned by the IMsDiagnosticTest.Settings property to the IMsChowTestSettings interface.
Property name | Brief description | |
GroupSeparator | The GroupSeparator property divides observations of explained series into groups. | |
TestType | The TestType property determines a test type. |
Property name | Brief description | |
The ConfidenceLevel property determines the significance level, on which the hypothesis is rejected. | ||
The IncludedExplanatories property determines indexes of explanatory series. | ||
The SupportsR property determines whether diagnostic test can be calculated by R. | ||
The UseR property determines whether connection to R is used on diagnostic test calculation. |
Method name | Brief description | |
The RefreshIncluded method refreshes indexes of explanatory series. |
See also: