Home > NaN > coefficient_of_variation.m

coefficient_of_variation

PURPOSE ^

COEFFICIENT_OF_VARIATION returns STD(X)/MEAN(X)

SYNOPSIS ^

function cv=coefficient_of_variation(i,DIM)

DESCRIPTION ^

 COEFFICIENT_OF_VARIATION returns STD(X)/MEAN(X)
 
 cv=coefficient_of_variation(x [,DIM])
  cv=std(x)/mean(x) 

 see also: SUMSKIPNAN, MEAN, STD

   REFERENCE(S):
   http://mathworld.wolfram.com/VariationCoefficient.html

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:02:45 by m2html © 2003