noisemodels =========== .. py:module:: pastas.noisemodels .. autoapi-nested-parse:: Noise models may be used to transform the residual series into a noise series that better represents white noise. .. rubric:: 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() .. seealso:: :py:obj:`pastas.model.Model.add_noisemodel` .. !! processed by numpydoc !! Classes ------- .. toctree:: :hidden: /api/pastas/noisemodels/ArNoiseModel /api/pastas/noisemodels/ArmaNoiseModel .. autoapisummary:: pastas.noisemodels.ArNoiseModel pastas.noisemodels.ArmaNoiseModel