<< histogram Probas Stats normal_prob >>

Scilab Scholar module for schools >> Probas Stats > mean

mean

arithmetic mean

Calling sequence

m = mean(v)

Arguments

v

vector of real numbers

m

real number

Description

mean(v) returns the arithmetic mean of the components of the vector v.

Examples

v=[8,10,11]
mean(v)

See Also

<< histogram Probas Stats normal_prob >>