Skip to content

Commit

Permalink
Adjust "*" to \\cdot in mathjax
Browse files Browse the repository at this point in the history
  • Loading branch information
tennlee committed Sep 6, 2024
1 parent 5086e60 commit b21cf4f
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 @@ -360,7 +360,7 @@ def pbias(
``pbias`` will return a ``np.inf`` where the mean of ``obs`` across the dims to be reduced is 0. It is defined as
.. math::
\\text{Percent bias} = 100 * \\frac{\\sum_{i=1}^{N}(x_i - y_i)}{\\sum_{i=1}^{N} y_i}
\\text{Percent bias} = 100 \\cdot \\frac{\\sum_{i=1}^{N}(x_i - y_i)}{\\sum_{i=1}^{N} y_i}
where:
- :math:`x_i` = the values of x in a sample (i.e. forecast values)
Expand Down

0 comments on commit b21cf4f

Please sign in to comment.