hide long namesshow long names
hide short namesshow short names
Integer type:  int32  int64  nag_int  show int32  show int32  show int64  show int64  show nag_int  show nag_int

PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

NAG Toolbox: nag_correg_coeffs_zero_miss_pair (g02bf)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_correg_coeffs_zero_miss_pair (g02bf) computes means and standard deviations of variables, sums of squares and cross-products about zero and correlation-like coefficients for a set of data omitting cases with missing values from only those calculations involving the variables for which the values are missing.

Syntax

[xbar, std, sspz, rz, ncases, cnt, ifail] = g02bf(x, miss, xmiss, 'n', n, 'm', m)
[xbar, std, sspz, rz, ncases, cnt, ifail] = nag_correg_coeffs_zero_miss_pair(x, miss, xmiss, 'n', n, 'm', m)
Note: the interface to this routine has changed since earlier releases of the toolbox:
At Mark 22: n was made optional

Description

The input data consists of n observations for each of m variables, given as an array
xij,  i=1,2,,n n2,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 quantities calculated are:
(a) Means:
x-j=i=1nwijxij i=1nwij ,  j=1,2,,m.  
(b) Standard deviations:
sj=i= 1nwij xij-x-j 2 i= 1nwij- 1 ,   j= 1,2,,m.  
(c) Sums of squares and cross-products about zero:
S~jk=i=1nwijwikxijxik,  j,k=1,2,,m.  
(d) Correlation-like coefficients:
R~jk=S~jk S~jjk jk S~kkj ,   j,k= 1,2,,m ,  
where S~jjk=i=1nwijwikxij2 and S~kkj=i=1nwikwijxik2 
(i.e., the sums of squares about zero are based on the same set of observations as are used in the calculation of the numerator).
If S~jjk or S~kkj is zero, R~jk is set to zero.
(e) The number of cases used in the calculation of each of the correlation-like coefficients:
cjk=i=1nwijwik,  j,k=1,2,,m.  
(The diagonal terms, cjj, for j=1,2,,m, also give the number of cases used in the calculation of the means x-j and the standard deviations sj.)

References

None.

Parameters

Compulsory Input Parameters

1:     xldxm – double array
ldx, the first dimension of the array, must satisfy the constraint ldxn.
xij 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.
2:     missm int64int32nag_int array
missj 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.
3:     xmissm – double array
xmissj 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).

Optional Input Parameters

1:     n int64int32nag_int scalar
Default: the first dimension of the array x.
n, the number of observations or cases.
Constraint: n2.
2:     m int64int32nag_int scalar
Default: the dimension of the arrays miss, xmiss and the second dimension of the array x. (An error is raised if these dimensions are not equal.)
m, the number of variables.
Constraint: m2.

Output Parameters

1:     xbarm – double array
The mean value, x-j, of the jth variable, for j=1,2,,m.
2:     stdm – double array
The standard deviation, sj, of the jth variable, for j=1,2,,m.
3:     sspzldsspzm – double array
sspzjk is the cross-product about zero, S~jk, for j=1,2,,m and k=1,2,,m.
4:     rzldrzm – double array
rzjk is the correlation-like coefficient, R~jk, between the jth and kth variables, for j=1,2,,m and k=1,2,,m.
5:     ncases int64int32nag_int scalar
The minimum number of cases used in the calculation of any of the sums of squares and cross-products and correlation-like coefficients (when cases involving missing values have been eliminated).
6:     cntldcntm – double array
cntjk is the number of cases, cjk, actually used in the calculation of S~jk, and R~jk, the sum of cross-products and correlation-like coefficient for the jth and kth variables, for j=1,2,,m and k=1,2,,m.
7:     ifail int64int32nag_int scalar
ifail=0 unless the function detects an error (see Error Indicators and Warnings).

Error Indicators and Warnings

Note: nag_correg_coeffs_zero_miss_pair (g02bf) may return useful information for one or more of the following detected errors or warnings.
Errors or warnings detected by the function:

Cases prefixed with W are classified as warnings and do not generate an error of type NAG:error_n. See nag_issue_warnings.

   ifail=1
On entry,n<2.
   ifail=2
On entry,m<2.
   ifail=3
On entry,ldx<n,
orldsspz<m,
orldrz<m,
orldcnt<m.
W  ifail=4
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 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 ifail=4.
   ifail=-99
An unexpected error has been triggered by this routine. Please contact NAG.
   ifail=-399
Your licence key may have expired or may not have been installed correctly.
   ifail=-999
Dynamic memory allocation failed.

Accuracy

nag_correg_coeffs_zero_miss_pair (g02bf) does not use additional precision arithmetic for the accumulation of scalar products, so there may be a loss of significant figures for large n.
You are warned of the need to exercise extreme care in your selection of missing values. nag_correg_coeffs_zero_miss_pair (g02bf) 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.

Further Comments

The time taken by nag_correg_coeffs_zero_miss_pair (g02bf) depends on n and m, and the occurrence of missing values.
The function uses a two-pass algorithm.

Example

This example reads in a set of data consisting of five observations on each of three variables. Missing values of 0.0, -1.0 and 0.0 are declared for the first, second and third variables respectively. The means, standard deviations, sums of squares and cross-products about zero, and correlation-like coefficients for all three variables are then calculated and printed, omitting cases with missing values from only those calculations involving the variables for which the values are missing. The program therefore omits cases 4 and 5 in calculating the correlation between the first and second variables, and cases 3 and 4 for the first and third variables, etc.
function g02bf_example


fprintf('g02bf example results\n\n');

x = [ 2,  3, 3;
      4,  6, 4;
      9,  9, 0;
      0, 12, 2;
     12, -1, 5];
[n,m] = size(x);
fprintf('Number of variables (columns) = %d\n', m);
fprintf('Number of cases     (rows)    = %d\n\n', n);
disp('Data matrix is:-');
disp(x);

miss  = [int64(1);  1;  1];
xmiss = [         0; -1;  0];

[xbar, std, sspz, rz, ncases, count, ifail] = ...
  g02bf(x, miss, xmiss);
fprintf('Variable   Mean     St. dev.\n');
fprintf('%5d%11.4f%11.4f\n',[[1:m]' xbar std]');
fprintf('\nSums of squares and cross-products about zero\n');
disp(sspz)
fprintf('Correlation-like coefficients\n');
disp(rz);
fprintf('Number of cases used for any pair of variables = %d\n', ncases);
fprintf('\nNumbers used for each pair are:\n');
disp(count);


g02bf example results

Number of variables (columns) = 3
Number of cases     (rows)    = 5

Data matrix is:-
     2     3     3
     4     6     4
     9     9     0
     0    12     2
    12    -1     5

Variable   Mean     St. dev.
    1     6.7500     4.5735
    2     7.5000     3.8730
    3     3.5000     1.2910

Sums of squares and cross-products about zero
   245   111    82
   111   270    57
    82    57    54

Correlation-like coefficients
    1.0000    0.9840    0.9055
    0.9840    1.0000    0.7699
    0.9055    0.7699    1.0000

Number of cases used for any pair of variables = 3

Numbers used for each pair are:
     4     3     3
     3     4     3
     3     3     4


PDF version (NAG web site, 64-bit version, 64-bit version)
Chapter Contents
Chapter Introduction
NAG Toolbox

© The Numerical Algorithms Group Ltd, Oxford, UK. 2009–2015