transform#

Nonlinear transforms for time series models.

These transforms are applied after the simulation, to incorporate nonlinear effects.

Examples

Add a threshold transform to a model:

transform = ps.ThresholdTransform(model=ml)

Classes#

ThresholdTransform

ThresholdTransform lowers the simulation when it exceeds a certain value.