Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Creation date: Tue Feb 13 13:16:18 2018.
See Gernhard, T. (2008). The conditioned reconstructed process. Journal of Theoretical Biology, 253(4), 769–778. http://doi.org/10.1016/j.jtbi.2008.04.005.
Distribution of the values of the point process such that it corresponds to reconstructed trees under the birth and death process.
Synopsis
- data BirthDeathDistribution = BDD {}
- cumulative :: BirthDeathDistribution -> Time -> Double
- density :: BirthDeathDistribution -> Time -> Double
- quantile :: BirthDeathDistribution -> Double -> Time
Documentation
data BirthDeathDistribution Source #
Distribution of the values of the point process such that it corresponds to a reconstructed tree of the birth and death process.
Instances
cumulative :: BirthDeathDistribution -> Time -> Double Source #
Cumulative distribution function Eq. (3).
quantile :: BirthDeathDistribution -> Double -> Time Source #
Inverted cumulative probability distribution cumulative
. See also
ContDistr
.