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_mv_canon_var (g03ac)

 Contents

    1  Purpose
    2  Syntax
    7  Accuracy
    9  Example

Purpose

nag_mv_canon_var (g03ac) performs a canonical variate (canonical discrimination) analysis.

Syntax

[nig, cvm, e, ncv, cvx, irankx, ifail] = g03ac(weight, x, isx, nx, ing, ng, wt, tol, 'n', n, 'm', m)
[nig, cvm, e, ncv, cvx, irankx, ifail] = nag_mv_canon_var(weight, x, isx, nx, ing, ng, wt, tol, 'n', n, 'm', m)

Description

Let a sample of n observations on nx variables in a data matrix come from ng groups with n1,n2,,nng observations in each group, ni=n. Canonical variate analysis finds the linear combination of the nx variables that maximizes the ratio of between-group to within-group variation. The variables formed, the canonical variates can then be used to discriminate between groups.
The canonical variates can be calculated from the eigenvectors of the within-group sums of squares and cross-products matrix. However, nag_mv_canon_var (g03ac) calculates the canonical variates by means of a singular value decomposition (SVD) of a matrix V. Let the data matrix with variable (column) means subtracted be X, and let its rank be k; then the k by (ng-1) matrix V is given by:
V = QXT Qg ,  
where Qg is an n by ng-1 orthogonal matrix that defines the groups and QX is the first k rows of the orthogonal matrix Q either from the QR decomposition of X:
X=QR  
if X is of full column rank, i.e., k=nx, else from the SVD of X:
X=QDPT .  
Let the SVD of V be:
V = Ux Δ UgT  
then the nonzero elements of the diagonal matrix Δ, δi, for i=1,2,,l, are the l canonical correlations associated with the l = mink,ng-1  canonical variates, where l = mink,ng .
The eigenvalues, λi2, of the within-group sums of squares matrix are given by:
λi2=δi2 1-δi2  
and the value of πi=λi2/λi2 gives the proportion of variation explained by the ith canonical variate. The values of the πi's give an indication as to how many canonical variates are needed to adequately describe the data, i.e., the dimensionality of the problem.
To test for a significant dimensionality greater than i the χ2 statistic:
n-1-ng-12k-ng j=i+1 l log 1 + λj2  
can be used. This is asymptotically distributed as a χ2-distribution with k-ing-1-i degrees of freedom. If the test for i=h is not significant, then the remaining tests for i>h should be ignored.
The loadings for the canonical variates are calculated from the matrix Ux. This matrix is scaled so that the canonical variates have unit within-group variance.
In addition to the canonical variates loadings the means for each canonical variate are calculated for each group.
Weights can be used with the analysis, in which case the weighted means are subtracted from each column and then each row is scaled by an amount wi, where wi is the weight for the ith observation (row).

References

Chatfield C and Collins A J (1980) Introduction to Multivariate Analysis Chapman and Hall
Gnanadesikan R (1977) Methods for Statistical Data Analysis of Multivariate Observations Wiley
Hammarling S (1985) The singular value decomposition in multivariate statistics SIGNUM Newsl. 20(3) 2–25
Kendall M G and Stuart A (1969) The Advanced Theory of Statistics (Volume 1) (3rd Edition) Griffin

Parameters

Compulsory Input Parameters

1:     weight – string (length ≥ 1)
Indicates if weights are to be used.
weight='U'
No weights are used.
weight='W' or 'V'
Weights are used and must be supplied in wt.
If weight='W', the weights are treated as frequencies and the effective number of observations is the sum of the weights.
If weight='V', the weights are treated as being inversely proportional to the variance of the observations and the effective number of observations is the number of observations with nonzero weights.
Constraint: weight='U', 'W' or 'V'.
2:     xldxm – double array
ldx, the first dimension of the array, must satisfy the constraint ldxn.
xij must contain the ith observation for the jth variable, for i=1,2,,n and j=1,2,,m.
3:     isxm int64int32nag_int array
isxj indicates whether or not the jth variable is to be included in the analysis.
If isxj>0, the variables contained in the jth column of x is included in the canonical variate analysis, for j=1,2,,m.
Constraint: isxj>0 for nx values of j.
4:     nx int64int32nag_int scalar
The number of variables in the analysis, nx.
Constraint: nx1.
5:     ingn int64int32nag_int array
ingi indicates which group the ith observation is in, for i=1,2,,n. The effective number of groups is the number of groups with nonzero membership.
Constraint: 1inging, for i=1,2,,n.
6:     ng int64int32nag_int scalar
The number of groups, ng.
Constraint: ng2.
7:     wt: – double array
The dimension of the array wt must be at least n if weight='W' or 'V', and at least 1 otherwise
If weight='W' or 'V', the first n elements of wt must contain the weights to be used in the analysis.
If wti=0.0, the ith observation is not included in the analysis.
If weight='U', wt is not referenced.
Constraints:
  • wti0.0, for i=1,2,,n;
  • 1nwtinx+effective number of groups.
8:     tol – double scalar
The value of tol is used to decide if the variables are of full rank and, if not, what is the rank of the variables. The smaller the value of tol the stricter the criterion for selecting the singular value decomposition. If a non-negative value of tol less than machine precision is entered, the square root of machine precision is used instead.
Constraint: tol0.0.

Optional Input Parameters

1:     n int64int32nag_int scalar
Default: the dimension of the array ing and the first dimension of the array x. (An error is raised if these dimensions are not equal.)
n, the number of observations.
Constraint: nnx+ng.
2:     m int64int32nag_int scalar
Default: the dimension of the array isx and the second dimension of the array x. (An error is raised if these dimensions are not equal.)
m, the total number of variables.
Constraint: mnx.

Output Parameters

1:     nigng int64int32nag_int array
nigj gives the number of observations in group j, for j=1,2,,ng.
2:     cvmldcvmnx – double array
cvmij contains the mean of the jth canonical variate for the ith group, for i=1,2,,ng and j=1,2,,l; the remaining columns, if any, are used as workspace.
3:     elde6 – double array
The statistics of the canonical variate analysis.
ei1
The canonical correlations, δi, for i=1,2,,l.
ei2
The eigenvalues of the within-group sum of squares matrix, λi2, for i=1,2,,l.
ei3
The proportion of variation explained by the ith canonical variate, for i=1,2,,l.
ei4
The χ2 statistic for the ith canonical variate, for i=1,2,,l.
ei5
The degrees of freedom for χ2 statistic for the ith canonical variate, for i=1,2,,l.
ei6
The significance level for the χ2 statistic for the ith canonical variate, for i=1,2,,l.
4:     ncv int64int32nag_int scalar
The number of canonical variates, l. This will be the minimum of ng-1 and the rank of x.
5:     cvxldcvxng-1 – double array
The canonical variate loadings. cvxij contains the loading coefficient for the ith variable on the jth canonical variate, for i=1,2,,nx and j=1,2,,l; the remaining columns, if any, are used as workspace.
6:     irankx int64int32nag_int scalar
The rank of the dependent variables.
If the variables are of full rank then irankx=nx.
If the variables are not of full rank then irankx is an estimate of the rank of the dependent variables. irankx is calculated as the number of singular values greater than tol×(largest singular value).
7:     ifail int64int32nag_int scalar
ifail=0 unless the function detects an error (see Error Indicators and Warnings).

Error Indicators and 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,nx<1,
orng<2,
orm<nx,
orn<nx+ng,
orldx<n,
orldcvx<nx,
orldcvm<ng,
or lde < minnx,ng-1 ,
ornxng-1 and iwk < n × nx + max5×nx-1+nx+1×nx,n ,
ornx<ng-1 and iwk < n × nx + max5×nx-1+ng-1×nx,n ,
orweight'U', 'W' or 'V',
ortol<0.0.
   ifail=2
On entry,weight='W' or 'V' and a value of wt<0.0.
   ifail=3
On entry,a value of ing<1,
ora value of ing>ng.
   ifail=4
On entry, the number of variables to be included in the analysis as indicated by isx is not equal to nx.
   ifail=5
A singular value decomposition has failed to converge. This is an unlikely error exit.
W  ifail=6
A canonical correlation is equal to 1. This will happen if the variables provide an exact indication as to which group every observation is allocated.
   ifail=7
On entry,less than two groups have nonzero membership, i.e., the effective number of groups is less than 2,
orthe effective number of groups plus the number of variables, nx, is greater than the effective number of observations.
W  ifail=8
The rank of the variables is 0. This will happen if all the variables are constants.
   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

As the computation involves the use of orthogonal matrices and a singular value decomposition rather than the traditional computing of a sum of squares matrix and the use of an eigenvalue decomposition, nag_mv_canon_var (g03ac) should be less affected by ill-conditioned problems.

Further Comments

None.

Example

This example uses a sample of nine observations, each consisting of three variables plus a group indicator. There are three groups. An unweighted canonical variate analysis is performed and the results printed.
function g03ac_example


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

x = [13.3, 10.6, 21.2;
     13.6, 10.2, 21.0;
     14.2, 10.7, 21.1;
     13.4,  9.4, 21.0;
     13.2,  9.6, 20.1;
     13.9, 10.4, 19.8;
     12.9, 10.0, 20.5;
     12.2,  9.9, 20.7;
     13.9, 11.0, 19.1];
n = size(x,2);
weight = 'U';
isx = ones(n,1,'int64');
nx  = int64(n);
ing = [int64(1);2;3; 1;2;3; 1;2;3];
ng  = int64(n);
wt  = [];
tol = 1e-06;

[nig, cvm, e, ncv, cvx, irankx, ifail] = ...
  g03ac( ...
	 weight, x, isx, nx, ing, ng, wt, tol);

fprintf('Rank of x = %d\n\n', irankx);
fprintf('Canonical    Eigenvalues Percentage     Chisq      DF     Sig\n');
fprintf('correlations              variation\n');
fprintf('%11.4f%12.4f%12.4f%10.4f%8.1f%8.4f\n',e');
fprintf('\n');

mtitle = 'Canonical Coefficients for x';
matrix = 'General';
diag   = ' ';

[ifail] = x04ca( ...
                 matrix, diag, cvx, mtitle);

fprintf('\n');
mtitle = 'Canonical variate means';
[ifail] = x04ca( ...
                 matrix, diag, cvm(:,1:ncv), mtitle);


g03ac example results

Rank of x = 3

Canonical    Eigenvalues Percentage     Chisq      DF     Sig
correlations              variation
     0.8826      3.5238      0.9795    7.9032     6.0  0.2453
     0.2623      0.0739      0.0205    0.3564     2.0  0.8368

 Canonical Coefficients for x
             1          2
 1     -1.7070     0.7277
 2     -1.3481     0.3138
 3      0.9327     1.2199

 Canonical variate means
             1          2
 1      0.9841     0.2797
 2      1.1805    -0.2632
 3     -2.1646    -0.0164

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