g02bs 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 method.

Syntax

C#
public static void g02bs(
	int n,
	int m,
	double[,] x,
	int[] miss,
	double[] xmiss,
	int itype,
	double[,] rr,
	out int ncases,
	double[,] cnt,
	out int ifail
)
Visual Basic
Public Shared Sub g02bs ( _
	n As Integer, _
	m As Integer, _
	x As Double(,), _
	miss As Integer(), _
	xmiss As Double(), _
	itype As Integer, _
	rr As Double(,), _
	<OutAttribute> ByRef ncases As Integer, _
	cnt As Double(,), _
	<OutAttribute> ByRef ifail As Integer _
)
Visual C++
public:
static void g02bs(
	int n, 
	int m, 
	array<double,2>^ x, 
	array<int>^ miss, 
	array<double>^ xmiss, 
	int itype, 
	array<double,2>^ rr, 
	[OutAttribute] int% ncases, 
	array<double,2>^ cnt, 
	[OutAttribute] int% ifail
)
F#
static member g02bs : 
        n : int * 
        m : int * 
        x : float[,] * 
        miss : int[] * 
        xmiss : float[] * 
        itype : int * 
        rr : float[,] * 
        ncases : int byref * 
        cnt : float[,] * 
        ifail : int byref -> unit 

Parameters

n
Type: System..::..Int32
On entry: n, the number of observations or cases.
Constraint: n2.
m
Type: System..::..Int32
On entry: m, the number of variables.
Constraint: m2.
x
Type: array<System..::..Double,2>[,](,)[,][,]
An array of size [dim1, m]
Note: dim1 must satisfy the constraint: dim1n
On entry: x[i-1,j-1] must be set to xij, the value of the ith observation on the jth variable, for i=1,2,,n and j=1,2,,m.
miss
Type: array<System..::..Int32>[]()[][]
An array of size [m]
On entry: miss[j-1] must be set equal to 1 if a missing value, xmj, is to be specified for the jth variable in the array x, or set equal to 0 otherwise. Values of miss must be given for all m variables in the array x.
xmiss
Type: array<System..::..Double>[]()[][]
An array of size [m]
On entry: xmiss[j-1] must be set to the missing value, xmj, to be associated with the jth variable in the array x, for those variables for which missing values are specified by means of the array miss (see [Accuracy]).
itype
Type: System..::..Int32
On entry: the type of correlation coefficients which are to be calculated.
itype=-1
Only Kendall's tau coefficients are calculated.
itype=0
Both Kendall's tau and Spearman's coefficients are calculated.
itype=1
Only Spearman's coefficients are calculated.
Constraint: itype=-1, 0 or 1.
rr
Type: array<System..::..Double,2>[,](,)[,][,]
An array of size [dim1, m]
Note: dim1 must satisfy the constraint: dim1m
On exit: the requested correlation coefficients.
If only Kendall's tau coefficients are requested (itype=-1), rr[j-1,k-1] contains Kendall's tau for the jth and kth variables.
If only Spearman's coefficients are requested (itype=1), rr[j-1,k-1] contains Spearman's rank correlation coefficient for the jth and kth variables.
If both Kendall's tau and Spearman's coefficients are requested (itype=0), the upper triangle of rr contains the Spearman coefficients and the lower triangle the Kendall coefficients. That is, for the jth and kth variables, where j is less than k, rr[j-1,k-1] contains the Spearman rank correlation coefficient, and rr[k-1,j-1] contains Kendall's tau, for j=1,2,,m and k=1,2,,m.
(Diagonal terms, rr[j-1,j-1], are unity for all three values of itype.)
ncases
Type: System..::..Int32%
On exit: the minimum number of cases used in the calculation of any of the correlation coefficients (when cases involving missing values have been eliminated).
cnt
Type: array<System..::..Double,2>[,](,)[,][,]
An array of size [dim1, m]
Note: dim1 must satisfy the constraint: dim1m
On exit: the number of cases, njk, actually used in the calculation of the rank correlation coefficient for the jth and kth variables, for j=1,2,,m and k=1,2,,m.
ifail
Type: System..::..Int32%
On exit: ifail=0 unless the method detects an error or a warning has been flagged (see [Error Indicators and Warnings]).

Description

The input data consists of n observations for each of m variables, given as an array
xij,  i=1,2,,n n2​ and ​j=1,2,,m m2,
where xij is the ith observation on the jth variable. In addition each of the m 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 jth variable is denoted by xmj. Missing values need not be specified for all variables.
Let wij=0 if the ith observation for the jth variable is a missing value, i.e., if a missing value, xmj, has been declared for the jth variable, and xij=xmj (see also [Accuracy]); and wij=1 otherwise, for i=1,2,,n and j=1,2,,m.
The observations are first ranked, a pair of variables at a time as follows:
For a given pair of variables, j and l say, each of the observations xij for which the product wijwil=1, for i=1,2,,n, 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 j for which wijwil=1.
The smallest of these valid observations for variable j is assigned to rank 1, the second smallest valid observation for variable j the rank 2, the third smallest rank 3, and so on until the largest such observation is given the rank njl, where
njl=i=1nwijwil.
If a number of cases all have the same value for the variable j, then they are each given an ‘average’ rank, e.g., if in attempting to assign the rank h+1, k observations for which wijwil=1 were found to have the same value, then instead of giving them the ranks
h+1,h+2,,h+k,
all k observations would be assigned the rank
2h+k+12
and the next value in ascending order would be assigned the rank
h+k+1.
The variable l is then ranked in a similar way. The process is then repeated for all pairs of variables j and l, for j=1,2,,m and l=j,,m. Let yijl be the rank assigned to the observation xij when the jth and lth variables are being ranked, and yilj be the rank assigned to the observation xil during the same process, for i=1,2,,n, j=1,2,,m and l=j,,m.
The quantities calculated are:
(a) Kendall's tau rank correlation coefficients:
Rjk=h=1ni=1nwhjwhkwijwiksignyhjk-yijksignyhkj-yikjnjknjk-1-Tjknjknjk-1-Tkj,  j,k=1,2,,m,
where njk=i=1nwijwik
and signu=1 if u>0
signu=0 if u=0
signu=-1 if u<0
and Tjk=tjtj-1 where tj is the number of ties of a particular value of variable j when the jth and kth variables are being ranked, and the summation is over all tied values of variable j.
(b) Spearman's rank correlation coefficients:
Rjk*=njknjk2-1-6i=1nwijwikyijk-yikj2-12Tjk*+Tkj*njknjk2-1-Tjk*njknjk2-1-Tkj*,  j,k=1,2,,m,
where njk=i=1nwijwik 
and Tjk*=tjtj2-1, where tj is the number of ties of a particular value of variable j when the jth and kth variables are being ranked, and the summation is over all tied values of variable j.

References

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

Error Indicators and Warnings

Note: g02bs may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the method:
Some error messages may refer to parameters that are dropped from this interface (LDX, LDRR, LDCNT) In these cases, an error in another parameter has usually caused an incorrect value to be inferred.
ifail=1
On entry,n<2.
ifail=2
On entry,m<2.
ifail=4
On entry,itype<-1,
oritype>1.
ifail=5
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 cnt.) All correlation coefficients based on two or more cases are returned by the method even if ifail=5.
ifail=-9000
An error occured, see message report.
ifail=-6000
Invalid Parameters value
ifail=-4000
Invalid dimension for array value
ifail=-8000
Negative dimension for array value
ifail=-6000
Invalid Parameters value

Accuracy

You are warned of the need to exercise extreme care in your selection of missing values. g02bs treats all values in the inclusive range 1±0.1x02be-2×xmj, where xmj is the missing value for variable j specified in xmiss.
You must therefore ensure that the missing value chosen for each variable is sufficiently different from all valid values for that variable so that none of the valid values fall within the range indicated above.

Parallelism and Performance

None.

Further Comments

The time taken by g02bs depends on n and m, and the occurrence of missing values.

Example

This example reads in a set of data consisting of nine observations on each of three variables. Missing values of 0.99, 9.0 and 0.0 are declared for the first, second and third variables respectively. The program then calculates and prints both Kendall's tau and Spearman's rank correlation coefficients for all three variables, omitting cases with missing values from only those calculations involving the variables for which the values are missing. The program therefore eliminates cases 4, 5, 7 and 9 in calculating and correlation between the first and second variables, cases 5, 8 and 9 for the first and third variables, and cases 4, 7 and 8 for the second and third variables.

Example program (C#): g02bse.cs

Example program data: g02bse.d

Example program results: g02bse.r

See Also