![]() |
![]() |
|
PLS_Toolbox Documentation: pctile1 | < parammle | pctile2 > |
pctile1
Purpose
Returns the Pth percentile of a data vector.
Synopsis
pctile = pctile1(x,p)
Description
The return value (pctile) is the specified percentile of the sample. This is the function used by the summary command.
INPUTS:
Examples
pctl = pctile1(x,50)
See Also
< parammle | pctile2 > |