Description Usage Arguments Value Author(s) References See Also Examples
Function to compute the density of the beta-uniform mixture model.
1 | fbum(x, lambda, a)
|
x |
A numeric value. |
lambda |
Parameter lambda, mixture parameter, proportion of uniform component |
a |
Parameter a, shape parameter of beta component |
Value of the density of the bum distribution for x.
Marcus Dittrich
S. Pounds, S.W. Morris (2003) Estimating the occurrence of false positives and false negatives in microarray studies by approximating and partitioning the empirical distribution of p-values. Bioinformatics, 19(10): 1236-1242.
1 2 | y <- fbum(x=0.5, lambda=0.1, a=0.1)
y
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.