Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: actions/cache@v1
- uses: julia-actions/cache@v1
env:
cache-name: cache-artifacts
with:
Expand Down
2 changes: 1 addition & 1 deletion src/continuous.jl
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ const RSquaredDoc = docstring(
"""
Specifically, return the value of

``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ ȳ - y_i)^2},``
``1 - \\frac{∑ᵢ (ŷ_i- y_i)^2}{∑ᵢ (ȳ - y_i)^2}``

where ``ȳ`` denote the mean of the ``y_i``. Also known as R-squared or the coefficient
of determination, the `R²` coefficients is suitable for interpreting linear regression
Expand Down
Loading