pastas.check.acf_stoffer_toloi_test =================================== .. py:function:: pastas.check.acf_stoffer_toloi_test(ml: pastas.typing.Model, p_threshold: float = 0.05, **kwargs) Stoffer-Toloi 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 Stoffer-Toloi test. Default is 0.05. :type p_threshold: float, optional :param \*\*kwargs: Additional keyword arguments to pass to the Stoffer-Toloi test. :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!