<< cuml_binomial_prob Probas Stats exponential_prob >>

Scilab Scholar module for schools >> Probas Stats > deciles

deciles

deciles

Calling sequence

d = deciles(v)

Arguments

v

vector of real numbers

d

vector of two real numbers

Description

deciles(v) returns the first and ninth deciles of the components of the vector v.The components of v do not have to be arranged or given in increasing order (they do not have to be sorted).

Examples

v=random_integer(200,0,20);
deciles(v)

See Also

<< cuml_binomial_prob Probas Stats exponential_prob >>