Mean
Usage
• Mean[list] gives the statistical mean of the elements in list.
Notes
• Mean[list] is equivalent to Total[list]/Length[list]. • Mean handles both numerical and symbolic data. • Mean[{{ , , ... }, { , , ... }, ... }] gives {Mean[{ , , ... }], Mean[{ , , ... }]}. • New in Version 5.
|