Learn R Programming

BioNet (version 1.32.0)

fbum: Compute the density of the bum distribution

Description

Function to compute the density of the beta-uniform mixture model.

Usage

fbum(x, lambda, a)

Arguments

x
A numeric value.
lambda
Parameter lambda, mixture parameter, proportion of uniform component
a
Parameter a, shape parameter of beta component

Value

Value of the density of the bum distribution for x.

References

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.

See Also

bumOptim, fitBumModel

Examples

Run this code
y <- fbum(x=0.5, lambda=0.1, a=0.1)
y

Run the code above in your browser using DataLab