mean()

Returns the mean

Syntax
y = mean(x)

Argument
Name Description Range Type Required
x data to find mean (-∞, ∞) integer, real, complex yes

Examples

a = mean([1, 2, 3])
returns 2

Defined in

Built in

See Also

cum_prod(), cum_sum(), max(), min(), prod(), sum()

 

Privacy Statement  | Terms of Use  | Legal | Contact Us  | © Agilent 2000-2008 

Contents
Additional Resources