Skip to content

Commit 866128a

Browse files
committed
Fixing typo in RSquared documentation
1 parent 40e18be commit 866128a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/continuous.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ const RSquaredDoc = docstring(
530530
"""
531531
Specifically, return the value of
532532
533-
``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ ȳ - y_i)^2},``
533+
``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ (ȳ - y_i)^2}``
534534
535535
where ``ȳ`` denote the mean of the ``y_i``. Also known as R-squared or the coefficient
536536
of determination, the `R²` coefficients is suitable for interpreting linear regression

0 commit comments

Comments
 (0)