Learn R Programming

occugene (version 1.32.0)

fCumul: Parametric Function for the Cumulative Occupancy Distribution

Description

Returns values for parameterized cumulative occupancy distributions.

Usage

fCumul(x,b0,b1,b2)

Arguments

x
Point to evaluate
b0
Parameter b0
b1
Parameter b1
b2
Parameter b2

Value

Details

Function fitted to the cumulative occupancy distribution for a multinomial distribution. Exponential model := b0-b1*exp(-b2*x).

References

See the book chapter O. Will (**) in **

Examples

Run this code
x <- 2
b0 <- 3
b1 <- 3
b2 <- 0.01
val <- fCumul(x,b0,b1,b2)

Run the code above in your browser using DataLab