Skip to content

Commit 0199d7b

Browse files
committed
Use upright text in descriptive LaTeX
1 parent 262357d commit 0199d7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/FHist.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ for (H, N) in ((:Hist1D, 1), (:Hist2D, 2), (:Hist3D, 3))
160160
Get the number of effective entries for the entire histogram:
161161
162162
```math
163-
n_{eff} = \frac{(\sum Weights )^2}{(\sum Weight^2 )}
163+
n_\text{eff} = \frac{(\sum \text{Weights} )^2}{(\sum \text{Weight}^2 )}
164164
```
165165
166166
This is also equivalent to `integral(hist)^2 / sum(sumw2(hist))`, this is the same as `TH1::GetEffectiveEntries()`

0 commit comments

Comments
 (0)