cashocs.verification.compute_convergence_rates#
- cashocs.verification.compute_convergence_rates(
- epsilons: list[float],
- residuals: list[float],
Computes the convergence rate of the Taylor test.
- Parameters:
epsilons (list[float]) – The step sizes.
residuals (list[float]) – The corresponding residuals.
- Returns:
The computed convergence rates
- Return type:
list[float]