Method ao/corr


  CORR estimate linear correlation coefficients.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: CORR estimate linear correlation coefficients.
 
               The method returns a P-by-P matrix containing the pairwise
               linear correlation coefficient between each pair of columns
               in the N-by-P matrix X formed from the length-N vectors of
               the P input AOs. The coefficients are calculated using
               Pearson's product-moment method.
 
  CALL:        >> c = corr(a,b)
               >> c = corr(a,b,c,...)
 
  INPUTS:      a,b,c,...  - input analysis objects
 
  OUTPUTS:     c    - output analysis object containing the correlation matrix.
 
  Parameters Description
 
  VERSION:     $Id: corr.m,v 1.9 2011/04/08 08:56:18 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
back to top back to top

Some information of the method ao/corr are listed below:
Class name ao
Method name corr
Category Signal Processing
CVS Version $Id: corr.m,v 1.9 2011/04/08 08:56:18 hewitson Exp $
Min input args 2
Max input args -1
Min output args 1
Max output args -1




©LTP Team