pastas.noisemodels.ArmaNoiseModel.simulate ========================================== .. py:method:: pastas.noisemodels.ArmaNoiseModel.simulate(res: pandas.Series, p: pastas.typing.ArrayLike) -> pandas.Series Simulate noise from the residual series. :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 and Beta parameters used by the noisemodel. :type p: array_like :returns: **noise** -- Series of the noise. :rtype: pandas.Series .. !! processed by numpydoc !!