HP Prime for All
English
Русский
News
Hardware
Articles
Docs
HP Apps
Software
Docs
:
Commands
:
mean
Syntax
mean(Lst||Mtrx,[Lst])
Description
Mean of a list with the second argument as weight, or of the columns of a matrix.
Example
mean([1,2,3],[1,2,3]) returns 7/3
mean — Discussion
↑Back to top