pastas.check.parameter_ufunc_threshold ====================================== .. py:function:: pastas.check.parameter_ufunc_threshold(ml: pastas.model.Model, parameter: str, ufunc: collections.abc.Callable, threshold: float) Generic function to compare a model statistic with a threshold using a ufunc. :param ml: Pastas model instance. :type ml: pastas.Model :param parameter: Name of the parameter to be compared. :type parameter: str :param ufunc: Numpy ufunc (e.g. np.greater_than) to compare the model statistic with the threshold. :type ufunc: callable :param threshold: Threshold value for the statistic. :type threshold: float :returns: **df** -- DataFrame with the results of the check. :rtype: pandas.DataFrame .. !! processed by numpydoc !!