pastas.recharge.Linear ====================== .. toctree:: :hidden: /api/pastas/recharge/Linear.get_init_parameters /api/pastas/recharge/Linear.simulate /api/pastas/recharge/Linear.to_dict .. py:class:: pastas.recharge.Linear Linear model for precipitation excess according to :cite:t:`von_asmuth_transfer_2002`. .. rubric:: Notes The precipitation excess is calculated as: .. math:: R = P - f * E .. !! processed by numpydoc !! .. py:property:: nparam :type: int Number of parameters of the recharge model. .. !! processed by numpydoc !! Methods ------- .. autoapisummary:: pastas.recharge.Linear.get_init_parameters pastas.recharge.Linear.simulate pastas.recharge.Linear.to_dict