mean property
Returns the sample mean.
Throws an exception of type ExceptionOf<SampleStats>
if the
sample is empty.
Implementation
num get mean => _mean();
Returns the sample mean.
Throws an exception of type ExceptionOf<SampleStats>
if the
sample is empty.
num get mean => _mean();