Skip to content

Commit d0285f3

Browse files
authored
Merge pull request #41 from pebeto/dev
Fixing typo in RSquared documentation
2 parents 40e18be + e8161ba commit d0285f3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
version: ${{ matrix.version }}
3131
arch: ${{ matrix.arch }}
32-
- uses: actions/cache@v1
32+
- uses: julia-actions/cache@v1
3333
env:
3434
cache-name: cache-artifacts
3535
with:

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)