pastas.rfunc.Edelman.step#
- pastas.rfunc.Edelman.step(p: pastas.typing.ArrayLike, dt: float = 1.0, cutoff: float | None = None, maxtmax: int | None = None) pastas.typing.ArrayLike#
Method to return the step function.
- Parameters:
p (array_like) – array_like object with the values as floats representing the model parameters.
dt (float) – timestep as a multiple of one day.
cutoff (float, optional) – proportion after which the step function is cut off. default is 0.999.
maxtmax (int, optional) – Maximum timestep to compute the block response for.
- Returns:
s – Array with the step response.
- Return type:
array_like