Percentile: Difference between revisions
Jump to navigation
Jump to search
imported>Chuck No edit summary |
imported>Jeremy No edit summary |
||
Line 9: | Line 9: | ||
===Description=== | ===Description=== | ||
PERCENTILE finds the point in the data | PERCENTILE finds the point in the data <tt>x</tt> where the fraction <tt>y</tt> has lower values. | ||
PERCENTILE operates on the ''columns'' of | PERCENTILE operates on the ''columns'' of <tt>x.</tt> | ||
====Inputs==== | ====Inputs==== |
Latest revision as of 13:39, 10 October 2008
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