Skip to content

Commit

Permalink
docs: Clarify sample term required for Mean storage (#536)
Browse files Browse the repository at this point in the history
* Use the same information as provided by boost-histogram in
scikit-hep/boost-histogram#876
  • Loading branch information
matthewfeickert authored Sep 13, 2023
1 parent 8ab9594 commit a9602fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/storages.rst
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ Mean

This storage tracks a "Profile", that is, the mean value of the accumulation instead of the sum.
It stores the count (as a double), the mean, and a term that is used to compute the variance. When
filling, you can add a ``sample=`` term.
filling, you must add a ``sample=`` term.


WeightedMean
Expand Down

0 comments on commit a9602fc

Please sign in to comment.