fbum: Compute the density of the bum distribution

Description Usage Arguments Value Author(s) References See Also Examples

View source: R/Statistics.R

Description

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

Usage

1
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.

Author(s)

Marcus Dittrich

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

1
2
y <- fbum(x=0.5, lambda=0.1, a=0.1)
y

assaron/BioNet documentation built on Sept. 18, 2020, 12:02 a.m.