Home > lib > quantile_landmarks.m

quantile_landmarks

PURPOSE ^

function T = quantile_landmarks(I, no_quants, t_range=[1, i_end])

SYNOPSIS ^

function T = quantile_landmarks(I, par2, t_range)

DESCRIPTION ^

 function T = quantile_landmarks(I, no_quants, t_range=[1, i_end])

 Arguments:
   I is integrate(X)
   no_quants: number of quantiles/landmarks, always including 0% and 100%. Number of intervals will be one less than no_quants.
   t_range: for the final conversion of T's values to the proper scale. If
   not informed, it will be [1, size(I, 2)]

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Thu 18-Feb-2010 12:47:47 by m2html © 2003