Assembly: Ms;
The IMsPairCorrelationTestSettings interface is used to set up parameters of paired correlation coefficients calculation.
IMsPairCorrelationTestSettings
Correlation is used for estimation the tightness and direction of linear stochastic dependence between considered variables.
To get parameters of calculation of paired correlation coefficients, cast the value returned by the IMsVariableTest.Settings property to the IMsPairCorrelationTestSettings interface.
Property name | Brief description | |
BalancedSample | The BalancedSample property determines which observations are used to estimate correlation coefficients. |
Property name | Brief description | |
The EndDate property determines the end point of calculation. | ||
The IncludedSources property returns the collection of variables, for which the descriptive statistic is calculated. | ||
The MissingData property returns missing data treatment parameters. | ||
The StartDate property determines the start point of calculation. | ||
The SupportsR property determines whether descriptive statistic can be calculated by means of R. | ||
The UseR property determines whether R connection is used on descriptive statistic calculation. |
See also: