hmean()

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

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.harmonic_mean,
    ts_list
)