mean property

double mean

Implementation

double get mean {
  return sum / length;
}