Copyright | 2021 Dominik Schrempf |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Creation date: Tue Jan 29 12:12:55 2019.
Synopsis
- type EDMComponent = (Weight, Vector Double)
- phylobayes :: Parser [EDMComponent]
Documentation
type EDMComponent = (Weight, Vector Double) Source #
An empirical mixture model component has a weight and a stationary distribution.
phylobayes :: Parser [EDMComponent] Source #
Parse stationary distributions from Phylobayes format.