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; critical birth and death process with lambda=mu.
Synopsis
Documentation
newtype BirthDeathCriticalNoTimeDistribution 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 :: BirthDeathCriticalNoTimeDistribution -> Time -> Double Source #
Cumulative distribution function section 2.1.2, second formula.
density :: BirthDeathCriticalNoTimeDistribution -> Time -> Double Source #
Density function section 2.1.2, first formula; t cancels out because it is expected to be much larger than 1.0; because t in [0, infty].
quantile :: BirthDeathCriticalNoTimeDistribution -> Double -> Time Source #
Inverted cumulative probability distribution cumulative
. See also
ContDistr
.