mean property

double? mean
getter/setter pair

The arithmetic mean of the samples in the distribution.

If count is zero then this field must be zero.

Implementation

core.double? mean;