Percentile

Parent Previous Next

Percentile


Percentile value


Syntax


percentile(x, p)

x is a real row/column vector

p is a real number

Return percentile value of p in x


Example


Input

Output

x = rand(10)

p = rand()

percentile(x, p)



Created with the Personal Edition of HelpNDoc: Easy to use tool to create HTML Help files and Help web sites