pastas.check.acf_runs_test ========================== .. py:function:: pastas.check.acf_runs_test(ml: pastas.typing.Model, p_threshold: float = 0.05) Runs test to check if there is significant autocorrelation in the noise. :param ml: Pastas model instance. :type ml: pastas.Model :param p_threshold: Threshold value for the p-value of the runs test. Default is 0.05. :type p_threshold: float, optional :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!