epymorph.parameter_fitting.utils.params_perturb
Perturb
Perturb(duration: int)
The Perturb
class provides methods to apply perturbation to model parameters
using different stochastic processes. In this case, a geometric Brownian motion
(GBM) is used to perturb a parameter based on volatility and time duration.
Attributes:
Parameters:
-
duration
(int
) –The time duration for which the perturbation will be applied.