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 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; nearly critical birth and death process with lambda~mu.
Basically, this is a Taylor expansion of Eq. (2) and Eq. (3).
Synopsis
Documentation
data BirthDeathNearlyCriticalDistribution 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 :: BirthDeathNearlyCriticalDistribution -> Time -> Double Source #
Cumulative distribution function section 2.1.2, second formula.
density :: BirthDeathNearlyCriticalDistribution -> Time -> Double Source #
Density function section 2.1.2, first formula.
quantile :: BirthDeathNearlyCriticalDistribution -> Double -> Time Source #
Inverted cumulative probability distribution cumulative
. See also
ContDistr
.