gmean()

The hec-python-library equivalent of Jython method gmean():

Not Implemented

This method is not implemented in release 1.1

The following example performs the equivalent:

from hec import Timeseries

ts_list: list[TimeSeries]

ts_mean = TimeSeries.aggregate_ts(
    statistics.geometric_mean,
    ts_list
)