fCumul: Parametric Function for the Cumulative Occupancy Distribution

Description Usage Arguments Details Value Author(s) References Examples

View source: R/cloneFunc.R

Description

Returns values for parameterized cumulative occupancy distributions.

Usage

1
fCumul(x,b0,b1,b2)

Arguments

x

Point to evaluate

b0

Parameter b0

b1

Parameter b1

b2

Parameter b2

Details

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

Value

Returns a numeric

Author(s)

Oliver Will owill4@yahoo.com

References

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

Examples

1
2
3
4
5
x <- 2
b0 <- 3
b1 <- 3
b2 <- 0.01
val <- fCumul(x,b0,b1,b2)

occugene documentation built on Nov. 8, 2020, 8:10 p.m.