<< permutation Probas Stats random_integer >>

Scilab Scholar module for schools >> Probas Stats > quartiles

quartiles

quartiles

Calling sequence

q = quartiles(v)

Arguments

v

vector of real numbers

q

vector of two real numbers

Description

quartiles(v) returns the first and third quartiles of the components in the vector v.The elements of v do not have to be arranged (sorted) in increasing order.

Examples

v=random_integer(20,0,20);
quartiles(v)

See Also

<< permutation Probas Stats random_integer >>