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