We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be9f67f commit ae53f66Copy full SHA for ae53f66
1 file changed
python/tskit/trees.py
@@ -10633,7 +10633,8 @@ def pair_coalescence_counts(
10633
trees and weighted by tree span. Precisely, if `c_i(x)` is the
10634
number of pairs that coalesce in node `i` at position `x` (which may be
10635
zero), then the output for the `i`th node is the integral of `c_i` over
10636
- the tree sequence (or the intervals defined by `windows`).
+ the tree sequence (or the intervals defined by `windows`),
10637
+ possibly normalized as described below.
10638
10639
The number of coalescing pairs may be calculated within or between the
10640
non-overlapping lists of samples contained in `sample_sets`. In the
0 commit comments