postprocessor.core.processes.gpsignal.estimate_gr

estimate_gr(volume, dt, noruns, bounds, verbose)[source]
Parameters
volumepd.Series

The volume series of a given cell

dtfloat

The time interval in hours

norunsint

The number of runs for optimisation

boundsdict

The hyperparameter bounds used for optimisation

verbosebool

If True, prints results

Returns