Percentile: Difference between revisions

From Eigenvector Research Documentation Wiki
Jump to navigation Jump to search
imported>Jeremy
(Importing text file)
imported>Jeremy
No edit summary
Line 1: Line 1:
===Purpose===
===Purpose===


Line 16: Line 15:
===See Also===
===See Also===


[[median]]
[[mncn]]

Revision as of 09:54, 4 September 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. Input x is a MxN data array, and y is a percentile where 0<y<1.

The output is a 1 by N vector s of percentile points (PERCENTILE works on the columns of x.

See Also

mncn