pastas.model.Model.add_noisemodel#

pastas.model.Model.add_noisemodel(noisemodel: pastas.typing.NoiseModel) None#

Add a noisemodel to the model (Deprecated).

Deprecated since version 2.4.0: Use ps.ArNoiseModel(model=ml, ...) to add a noise model directly without calling this method.