Configurable probability distributions. More...
Classes | |
class | Distribution_Constant |
constant distribution More... | |
class | Distribution_UniformReal |
uniform real distribution More... | |
class | Distribution_Normal |
normal distribution More... | |
class | Distribution_Exponential |
exponential distribution More... | |
class | Distribution_Poisson |
Poisson distribution. More... | |
class | Distribution_Discrete |
discrete distribution More... | |
class | Distribution_NeutralFrequency |
Discrete distribution representing the random frequency of a site given that the site is polymorphic, using the neutral expectation for the specified sample size. For example, if n == sample size, it returns the value i/n with probability weight 1/i, for i in {1, ..., n-1}. More... | |