Skip to content
Snippets Groups Projects
Verified Commit c72f9336 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Fix typo

parent 5c890da8
No related branches found
No related tags found
No related merge requests found
Pipeline #56974 passed
......@@ -117,7 +117,7 @@ The quality of the fit, the larger the better, as used in e.g. Jpp.
"""
quality(χ², N, NDF) = N - 0.25 * χ² / NDF
quality(χ², NDF) = NDF - 0.25 * χ² / NDF
quality(χ²) = -χ^2
quality(χ²) = -χ²^2
abstract type EstimatorModel end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment