naginterfaces.library.correg.coeffs_​kspearman_​miss_​pair

naginterfaces.library.correg.coeffs_kspearman_miss_pair(x, miss, xmiss, itype)[source]

coeffs_kspearman_miss_pair computes Kendall and/or Spearman nonparametric rank correlation coefficients for a set of data omitting cases with missing values from only those calculations involving the variables for which the values are missing; the data array is preserved, and the ranks of the observations are not available on exit from the function.

For full information please refer to the NAG Library document for g02bs

https://support.nag.com/numeric/nl/nagdoc_30.2/flhtml/g02/g02bsf.html

Parameters
xfloat, array-like, shape

must be set to , the value of the th observation on the th variable, for , for .

missint, array-like, shape

must be set equal to if a missing value, , is to be specified for the th variable in the array , or set equal to otherwise. Values of must be given for all variables in the array .

xmissfloat, array-like, shape

must be set to the missing value, , to be associated with the th variable in the array , for those variables for which missing values are specified by means of the array (see Accuracy).

itypeint

The type of correlation coefficients which are to be calculated.

Only Kendall’s tau coefficients are calculated.

Both Kendall’s tau and Spearman’s coefficients are calculated.

Only Spearman’s coefficients are calculated.

Returns
rrfloat, ndarray, shape

The requested correlation coefficients.

If only Kendall’s tau coefficients are requested (), contains Kendall’s tau for the th and th variables.

If only Spearman’s coefficients are requested (), contains Spearman’s rank correlation coefficient for the th and th variables.

If both Kendall’s tau and Spearman’s coefficients are requested (), the upper triangle of contains the Spearman coefficients and the lower triangle the Kendall coefficients.

That is, for the th and th variables, where is less than , contains the Spearman rank correlation coefficient, and contains Kendall’s tau, for , for .

(Diagonal terms, , are unity for all three values of .)

ncasesint

The minimum number of cases used in the calculation of any of the correlation coefficients (when cases involving missing values have been eliminated).

cntfloat, ndarray, shape

The number of cases, , actually used in the calculation of the rank correlation coefficient for the th and th variables, for , for .

Raises
NagValueError
(errno )

On entry, .

Constraint: .

(errno )

On entry, .

Constraint: .

(errno )

On entry, .

Constraint: or .

Warns
NagAlgorithmicWarning
(errno )

After observations with missing values were omitted, fewer than two cases remained for at least one pair of variables. (The pairs of variables involved can be determined by examination of the contents of the array ). All means, standard deviations, sums of squares and cross-products, and correlation-like coefficients based on two or more cases are returned by the function even if = 5.

Notes

No equivalent traditional C interface for this routine exists in the NAG Library.

The input data consists of observations for each of variables, given as an array

where is the th observation on the th variable. In addition each of the variables may optionally have associated with it a value which is to be considered as representing a missing observation for that variable; the missing value for the th variable is denoted by . Missing values need not be specified for all variables.

Let if the th observation for the th variable is a missing value, i.e., if a missing value, , has been declared for the th variable, and (see also Accuracy); and otherwise, for , for .

The observations are first ranked, a pair of variables at a time as follows:

For a given pair of variables, and say, each of the observations for which the product , for , has associated with it an additional number, the ‘rank’ of the observation, which indicates the magnitude of that observation relative to the magnitude of the other observations on variable for which .

The smallest of these valid observations for variable is assigned to rank , the second smallest valid observation for variable the rank , the third smallest rank , and so on until the largest such observation is given the rank , where

If a number of cases all have the same value for the variable , then they are each given an ‘average’ rank, e.g., if in attempting to assign the rank , observations for which were found to have the same value, then instead of giving them the ranks

all observations would be assigned the rank

and the next value in ascending order would be assigned the rank

The variable is then ranked in a similar way. The process is then repeated for all pairs of variables and , for , for . Let be the rank assigned to the observation when the th and th variables are being ranked, and be the rank assigned to the observation during the same process, for , for , for .

The quantities calculated are:

  1. Kendall’s tau rank correlation coefficients:

    where

    and

    if

    if

    if

    and where is the number of ties of a particular value of variable when the th and th variables are being ranked, and the summation is over all tied values of variable .

  2. Spearman’s rank correlation coefficients:

    where

    and , where is the number of ties of a particular value of variable when the th and th variables are being ranked, and the summation is over all tied values of variable .

References

Siegel, S, 1956, Non-parametric Statistics for the Behavioral Sciences, McGraw–Hill