elynx-seq-0.0.1: Handle molecular sequences

Copyright(c) Dominik Schrempf 2019
LicenseGPL-3
Maintainerdominik.schrempf@gmail.com
Stabilityunstable
Portabilityportable
Safe HaskellNone
LanguageHaskell2010

ELynx.Data.MarkovProcess.EDMModel

Description

Creation date: Tue Mar 19 13:25:55 2019.

Synopsis

Documentation

type EDMComponent = (Weight, Vector Double) Source #

An empirical mixture model component has a weight and a stationary distribution.

edmModel :: [EDMComponent] -> (StationaryDistribution -> SubstitutionModel) -> MixtureModel Source #

Create an EDM model from components and a substitution module construction manual from stationary distributions.