| Copyright | (c) Dominik Schrempf 2019 |
|---|---|
| License | GPL-3 |
| Maintainer | dominik.schrempf@gmail.com |
| Stability | unstable |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
ELynx.Data.MarkovProcess.EDMModel
Description
Creation date: Tue Mar 19 13:25:55 2019.
Synopsis
- type EDMComponent = (Weight, Vector Double)
- edmModel :: [EDMComponent] -> (StationaryDistribution -> SubstitutionModel) -> MixtureModel
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.