pastas.model.Model.add_noisemodel#
- pastas.model.Model.add_noisemodel(noisemodel: pastas.typing.NoiseModel) None#
Adds a noisemodel to the time series Model.
- Parameters:
noisemodel (NoiseModelType) – Instance of a noise model class.
Examples
>>> n = ps.ArNoiseModel() >>> ml.add_noisemodel(n)
Notes
If a noisemodel is present, it will always be used during optimization.