Percentile
From Eigenvector Documentation Wiki
Contents |
Purpose
Finds percentile point (similar to MEDIAN).
Synopsis
- s = percentile(x,y)
Description
PERCENTILE finds the point in the data x where the fraction y has lower values.
PERCENTILE operates on the columns of x.
Inputs
- x = MxN data array
- y = percentile, where 0<y<1.
Outputs
- s = 1 by N vector of percentile points