pastas.model.Model.add_noisemodel ================================= .. py:method:: pastas.model.Model.add_noisemodel(noisemodel: pastas.typing.NoiseModel) -> None Add a noisemodel to the model (Deprecated). .. deprecated:: 2.4.0 Use ``ps.ArNoiseModel(model=ml, ...)`` to add a noise model directly without calling this method. .. !! processed by numpydoc !!