function Mean(const X: TMtxVecInt): Double;
Returns the average value of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt |
Returns: Double
Remarks:
Internally calls TMtxVecInt.Sum and divides with vector length.
Returns the average value of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt |
Returns: Double
Internally calls TMtxVecInt.Sum and divides with vector length.