Mean


Description

Returns the average of a vector.

Syntax

double Mean(dataset vd)

Parameters

vd

A range, dataset or column.

Return

Returns the average of specified argument.

Example

double aa=mean(col(A));
aa=; //Should return the average value of the specified column.

See Also

Median,Min,Max,Total