mean

Type: M-File

Group: statistics

Syntax

mean([2,3,8,...,n])

Description

Calculates the mean value of the passed operand.

Examples

mean([a,b,3,4])
mean([3,4,5]) -> 4

See Also

std, var, meansq