pastas.transform.ThresholdTransform.simulate ============================================ .. py:method:: 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. :param series: The series to transform. :type series: pandas.Series :param p: The parameters for the transform. :type p: ArrayLike :returns: The transformed series. :rtype: pandas.Series .. !! processed by numpydoc !!