upperBound property

double upperBound
latefinal

The upper bound of the confidence interval.

Implementation

late final upperBound = estimate + _zScore * standardError;