pastas.noisemodels.ArmaNoiseModel.calculate_noise ================================================= .. py:method:: pastas.noisemodels.ArmaNoiseModel.calculate_noise(res: pastas.typing.ArrayLike, odelt: pastas.typing.ArrayLike, alpha: float, beta: float) -> pastas.typing.ArrayLike :staticmethod: Calculate the noise values for the ARMA(1,1) noise model. :param res: Array of residual values. :type res: array_like :param odelt: Array of time steps between observations in days. :type odelt: array_like :param alpha: Alpha parameter for the noise model. :type alpha: float :param beta: Beta parameter for the noise model. :type beta: float :returns: Array of noise values. :rtype: array_like .. !! processed by numpydoc !!