MtxExprInt.Mean Method

function Mean(const X: TMtxVecInt): Double;

Returns the average value of the source data.

#NameTypeDescription
1XTMtxVecInt

Returns: Double

Remarks:

Internally calls TMtxVecInt.Sum and divides with vector length.