pastas.check.uncertainty_parameters#
- pastas.check.uncertainty_parameters(ml: pastas.model.Model, parameters: list[str] | str | None = None, n_std: float = 1.96)#
Check if parameter value is larger than n_std times the standard deviation.
Note that it is the modelers responsibility to check if the estimated uncertainty is reliable!
- Parameters: