Home > Objects > @iData > corrcoef.m

iFit/corrcoef

PURPOSE ^

c = corrcoef(a,b) : correlation coefficient with an iData object

SYNOPSIS ^

function c = corrcoef(a, b)

DESCRIPTION ^

 c = corrcoef(a,b) : correlation coefficient with an iData object

   @iData/corrcoef function to compute the correlation of an object with other data
     http://en.wikipedia.org/wiki/Correlation_coefficient

 input:  a: iData or iFunc object, or numerical vector
         b: iData or iFunc object, or numerical vector
 output: c: correlation coefficient between -1 and 1
 ex:     b=corrcoef(a); c=corrcoef(a, gauss);

 Version: Nov. 26, 2018
 See also corrcoef, iData, iData/mean, iData/fits

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Mon 26-Nov-2018 15:08:42 by m2html © 2005. iFit (c) E.Farhi/ILL EUPL 1.1