Skip to content

Commit

Permalink
docs: fix missing math mode
Browse files Browse the repository at this point in the history
  • Loading branch information
CangyuanLi committed Feb 1, 2025
1 parent 701edcf commit 73797ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/rapidstats/_metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@ class ConfusionMatrix:
dor : float
Diagnostic Odds Ratio; \( \frac{LR+}{LR-} \)
ppr : float
Predicted Positive Ratio; Proportion that are predicted positive; \( \frac{TP + FP}{TN + FP + FN + TP})
Predicted Positive Ratio; Proportion that are predicted positive; \( \frac{TP + FP}{TN + FP + FN + TP} \)
pnr : float
Predicted Negative Ratio; Proportion that are predicted negative; \( \frac{TN + FN}{TN + FP + FN + TP})
Predicted Negative Ratio; Proportion that are predicted negative; \( \frac{TN + FN}{TN + FP + FN + TP} \)
"""

tn: float
Expand Down

0 comments on commit 73797ec

Please sign in to comment.