Description Usage Arguments Details Value References Examples
View source: R/PD_distribution.R
Distribution function for the Poisson-Dirichlet distribution.
1 | dPD(abund, psi)
|
abund |
An abundance vector. |
psi |
Dispersal parameter. Accepted values are positive numbers, "a" for absolute value ψ=1 by default, or "r" for relative value psi equals sample size. |
dPD
calculates the probability of a data vector x
given by the Poisson-Dirichlet distribution,
also known as the Ewens sampling formula. The higher the
dispersal parameter ψ, the higher the amount of distinct observed
species. In terms of the paintbox process, a high ψ increases the
size of the continuous part p_0 of the process, while a low ψ will increase
the size of the discrete parts p_>0.
dPD
returns the probability of the abundance vector of the data vector x
, given dispersal parameter ψ.
W.J. Ewens, The sampling theory of selectively neutral alleles, Theoretical Population Biology, Volume 3, Issue 1, 1972, Pages 87-112, ISSN 0040-5809, https://doi.org/10.1016/0040-5809(72)90035-4.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.