<< std_deviation Probas Stats weighted_deciles >>

Scilab Scholar module for schools >> Probas Stats > the_median

the_median

median

Calling sequence

m = the_median(v)

Arguments

v

vector of real numbers

m

real number

Description

the_median(v) returns the median of the components of a vector v. These components do not have to be given in increasing order (they do not have to be sorted).

Exemples

v=[8,9.6,10.2,9,8.5,9.6]
the_median(v)

See Also

<< std_deviation Probas Stats weighted_deciles >>