pastas.recharge.Linear#

class pastas.recharge.Linear#

Linear model for precipitation excess according to von Asmuth et al. [2002].

Notes

The precipitation excess is calculated as:

\[R = P - f * E\]
property nparam: int#

Number of parameters of the recharge model.

Methods#

get_init_parameters(→ pandas.DataFrame)

Get initial parameters and bounds for the recharge model.

simulate(→ pastas.typing.ArrayLike)

Simulate the precipitation excess flux.

to_dict()

Method to export the recharge model object.