transform ========= .. py:module:: pastas.transform .. autoapi-nested-parse:: Nonlinear transforms for time series models. These transforms are applied after the simulation, to incorporate nonlinear effects. .. rubric:: Examples Add a threshold transform to a model:: transform = ps.ThresholdTransform() ml.add_transform(transform) .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/transform/ThresholdTransform .. autoapisummary:: pastas.transform.ThresholdTransform