averageQuantile {aroma.light} | R Documentation |
Gets the average empirical distribution for a set of samples.
## S3 method for class 'list' averageQuantile(X, ...) ## S3 method for class 'matrix' averageQuantile(X, ...)
X |
A |
... |
Not used. |
Returns a numeric
vector
of length equal to the longest vector
in argument X
.
Missing values are excluded.
Parts adopted from Gordon Smyth (http://www.statsci.org/) in 2002 \& 2006. Original code by Ben Bolstad at Statistics Department, University of California.
normalizeQuantileRank
().
normalizeQuantileSpline
().
quantile
.