Skip to content

Commit ae53f66

Browse files
nspopepetrelharp
andauthored
Update python/tskit/trees.py
Co-authored-by: Peter Ralph <petrel.harp@gmail.com>
1 parent be9f67f commit ae53f66

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

python/tskit/trees.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10633,7 +10633,8 @@ def pair_coalescence_counts(
1063310633
trees and weighted by tree span. Precisely, if `c_i(x)` is the
1063410634
number of pairs that coalesce in node `i` at position `x` (which may be
1063510635
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`).
10636+
the tree sequence (or the intervals defined by `windows`),
10637+
possibly normalized as described below.
1063710638
1063810639
The number of coalescing pairs may be calculated within or between the
1063910640
non-overlapping lists of samples contained in `sample_sets`. In the

0 commit comments

Comments
 (0)