Scale each variable (column) by the mean. Mean-scaling applied as (value - mean) / mean.
As scaling_UV might give too much importance to flat trajectories due to the division by the standard deviation, by dividing by the mean, high intensity values will have a lower influence and the low intensity will be boosted.
Usage
scaling_mean(inputMat)
Value
Matrix of measurements mean-scaled columnwise.
Arguments
inputMat
(Observation x Variable) data.frame of measurements, with observations as rows and different variables as columns.