fbum {BioNet} | R Documentation |
Function to compute the density of the beta-uniform mixture model.
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.
y <- fbum(x=0.5, lambda=0.1, a=0.1) y