static mrs_real Std (const realvec& beatHistogram)
{
  return sqrt (beatHistogram.var ());
}