lowerBound property

double lowerBound
latefinal

The lower bound of the confidence interval.

Implementation

late final lowerBound = estimate - _zScore * standardError;