Calculate the range from the geometric mean and error.
Usage
calculateGeometricErrorRange(values, errorValues)
Arguments
- values
Numeric values of the geometric mean
- errorValues
Numeric values of the geometric error
Value
A named list, with ymin
and ymax
, of the range calculated from the geometric mean and errors.