Home > NaN > tiedrank.m

tiedrank

PURPOSE ^

TIEDRANK compute rank of samples, the mean value is used in case of ties

SYNOPSIS ^

function R=tiedrank(X,DIM)

DESCRIPTION ^

 TIEDRANK compute rank of samples, the mean value is used in case of ties
  this function is just a wrapper for RANKS, and provided for compatibility 
  with the statistics toolbox of matlab(tm)
 
    R = tiedrank(X)
    computes the rank R of vector X
    
 see also: RANKS

CROSS-REFERENCE INFORMATION ^

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