stressmodels#
Module that contains all the stressmodels available in Pastas.
Stressmodels are used to translate an input time series into contribution that explains (part of) the output series.
See also
Examples
Add a stress model to a Pastas model:
sm = ps.StressModel(stress, rfunc=ps.Gamma(), name="sm1")
ml.add_stressmodel(stressmodel=sm)
Classes#
Stress model convoluting a stress with a response function. |
|
Stressmodel that simulates a step trend. |
|
Stressmodel that simulates a linear trend. |
|
A constant value that is added to the time series model. |
|
Convolution of one or more stresses with a single scaled response function. |
|
Stressmodel simulating the effect of groundwater recharge on the head. |
|
Stressmodel simulating the effect of recharge using the Tarso method. |
|
Model where the response function changes from one to another over time. |