Skip to content

Commit

Permalink
Put code quotes in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Sep 22, 2024
1 parent 06cd0b8 commit 661450b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scores/continuous/standard_impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def kge(
\\beta = \\frac{\\mu_x}{\\mu_y}
where:
- :math:`\\rho` = Pearson's correlation coefficient between observed and forecast values as defined in 'scores.continuous.correlation.pearsonr'
- :math:`\\rho` = Pearson's correlation coefficient between observed and forecast values as defined in ``scores.continuous.correlation.pearsonr``
- :math:`\\alpha` is the ratio of the standard deviations (variability ratio)
- :math:`\\beta` is the ratio of the means (bias)
- :math:`x` and :math:`y` are forecast and observed values, respectively
Expand Down

0 comments on commit 661450b

Please sign in to comment.