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()
ml.add_transform(transform)

Classes#

ThresholdTransform

ThresholdTransform lowers the simulation when it exceeds a certain value.