MtxExprInt.Mean Method

Double Mean(TMtxVecInt X)

Returns the average value of the source data.

#NameTypeDescription
1XTMtxVecIntsource TVecInt or TMtxInt

Returns: Double

Remarks:

Internally calls Dew.Math.TMtxVecInt.Sum and divides with vector length.