mean property
The arithmetic mean of the samples in the distribution. If count is
zero then this field must be zero.
Implementation
@$pb.TagNumber(2)
$core.double get mean => $_getN(1);
Implementation
@$pb.TagNumber(2)
set mean($core.double value) => $_setDouble(1, value);