pastas.noisemodels.ArNoiseModel.simulate ======================================== .. py:method:: pastas.noisemodels.ArNoiseModel.simulate(res: pandas.Series, p: pastas.typing.ArrayLike) -> pandas.Series :staticmethod: Simulate noise from the residuals. :param res: The residual series. :type res: pandas.Series :param p: array_like object with the values as floats representing the model parameters. Here, Alpha parameter used by the noisemodel. :type p: array_like :returns: **noise** -- Series of the noise. :rtype: pandas.Series .. !! processed by numpydoc !!