Module spectrum

Source
Expand description

Frequency and count spectra.

Modules§

io
Utilities for reading and writing spectrum.
iter
Spectrum iterators.

Structs§

Count
An allele count.
Counts
A marker struct for a Spectrum of counts.
Folded
A folded spectrum.
Frequencies
A marker struct for a Spectrum of frequencies.
Spectrum
A site spectrum.

Enums§

MarginalizationError
An error associated with marginalizing a spectrum.
ProjectionError
An error associated with a projection.
StatisticError
An error associated with the calculation of a statistic from a spectrum.

Traits§

State
A type that can be used as marker for the state of a Spectrum.

Type Aliases§

Scs
A site count spectrum.
Sfs
A site frequency spectrum.