Expand description
Multi-dimensional site frequency spectra (“SFS”).
The central type is the SfsBase
struct, which represents an SFS with a dimensionality
that may or may not be known at compile time, and which may or may not be normalised to
probability scale. Type aliases Sfs
, USfs
, DynSfs
, and DynUSfs
are exposed
for convenience.
Modules§
- generics
- Types for parameterising an SFS.
- io
- Utilities for reading and writing SFS to different file formats.
- iter
- Structs for SFS iteration.
Structs§
- Norm
Error - An error associated with normalised SFS construction using unnormalised input.
- SfsBase
- An multi-dimensional site frequency spectrum (“SFS”).
- Shape
Error - An error associated with SFS construction using invalid shape.