Module bio::stats[][src]

Mathematical and statistical tools.

Re-exports

pub use stats::probs::LogProb;
pub use stats::probs::PHREDProb;
pub use stats::probs::Prob;

Modules

bayesian

Utilities for Bayesian statistics.

combinatorics

Combinations with and without replacement.

pairhmm

A pair Hidden Markov Model for calculating the probability that two sequences are related to each other. Depending on the used parameters, this can, e.g., be used to calculate the probability that a certain sequencing read comes from a given position in a reference genome.

probs

Handling log-probabilities.