noisemodels#
Noise models may be used to transform the residual series into a noise series that better represents white noise.
Examples
A noise model can be added to a Pastas model.:
n = ps.ArmaNoiseModel()
ml.add_noisemodel(n)
Or delete the noise model from the model:
ml.del_noisemodel()
See also
Classes#
Noise model with exponential decay of the residuals and weighting. |
|
ARMA(1,1) Noise model to simulate the noise as defined in |