pastas.transform.ThresholdTransform.simulate#
- pastas.transform.ThresholdTransform.simulate(series: pandas.Series | None = None, p: pastas.typing.ArrayLike | None = None, **kwargs) pandas.Series#
Apply the threshold transform to the series.
- Parameters:
series (pandas.Series) – The series to transform.
p (ArrayLike) – The parameters for the transform.
- Returns:
The transformed series.
- Return type: