Skip to content

Commit

Permalink
Update docs/binning.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored and rmjarvis committed Dec 4, 2023
1 parent d6bb668 commit d1bc500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/binning.rst
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fraction of this level. Namely ``bin_slop``. Specifically, ``bin_slop`` specif
maximum possible error any pair can have, given as a fraction of the bin size. By bin size,
we mean the size in logarithmic units for log binning (i.e., ``log(H) - log(L)``
and linear units for linear binning (i.e., ``H-L``) where ``H`` and ``L`` are the upper
anf lower bounds of the bin.
and lower bounds of the bin.

You can think of it as turning all of your rectangular bins into overlapping trapezoids,
where ``bin_slop`` defines the ratio of the angled portion to the flat mean width.
Expand Down

0 comments on commit d1bc500

Please sign in to comment.