pastas.model.Model.add_noisemodel ================================= .. py:method:: pastas.model.Model.add_noisemodel(noisemodel: pastas.typing.NoiseModel) -> None Adds a noisemodel to the time series Model. :param noisemodel: Instance of a noise model class. :type noisemodel: NoiseModelType .. rubric:: Examples >>> n = ps.ArNoiseModel() >>> ml.add_noisemodel(n) .. rubric:: Notes If a noisemodel is present, it will always be used during optimization. .. !! processed by numpydoc !!