pastas.check.rsq_geq_threshold#
- pastas.check.rsq_geq_threshold(ml: pastas.typing.Model, threshold: float = 0.7, **kwargs)#
Check R^2 >= threshold.
- Parameters:
ml (pastas.Model) – Pastas model instance.
threshold (float) – Threshold value for the R^2 statistic.
**kwargs – Additional keyword arguments to pass to the statistic function.
- Returns:
df – DataFrame with the results of the check.
- Return type: