Double Mean(TMtxVecInt X)
Returns the average value of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | source TVecInt or TMtxInt |
Returns: Double
Remarks:
Internally calls Dew.Math.TMtxVecInt.Sum and divides with vector length.
Returns the average value of the source data.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | X | TMtxVecInt | source TVecInt or TMtxInt |
Returns: Double
Internally calls Dew.Math.TMtxVecInt.Sum and divides with vector length.