Function jitters the mean of the population.
Jittering is adding noise to the mean. The jittered mean is sampled from the distribution with the population mean and population standard deviation divided by the number of subjects in the population. The input population is provided in the form of population class objects (see the Population-class
function for more details).
$$Mean_{jitter} \sim N(mean, \frac{sd}{N} )$$