Previous topic

md5_file

Next topic

mem_alloc

This Page

meanΒΆ

mean returns the mean of its parameter.

rsMean = mean(rvVect)

Return Value

rsMean is the mean of the vector rvVect.

Parameters

rvVect

rvVect is a real or complex vector.

Example

* mean([1,2,3])
  2

id-1538724