We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40e18be commit 866128aCopy full SHA for 866128a
src/continuous.jl
@@ -530,7 +530,7 @@ const RSquaredDoc = docstring(
530
"""
531
Specifically, return the value of
532
533
-``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ ȳ - y_i)^2},``
+``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ (ȳ - y_i)^2}``
534
535
where ``ȳ`` denote the mean of the ``y_i``. Also known as R-squared or the coefficient
536
of determination, the `R²` coefficients is suitable for interpreting linear regression
0 commit comments