Description Usage Arguments Details Value Author(s) References Examples
Returns values for parameterized cumulative occupancy distributions.
1 | fCumul(x,b0,b1,b2)
|
x |
Point to evaluate |
b0 |
Parameter b0 |
b1 |
Parameter b1 |
b2 |
Parameter b2 |
Function fitted to the cumulative occupancy distribution for a multinomial distribution. Exponential model := b0-b1*exp(-b2*x).
Returns a numeric
Oliver Will owill4@yahoo.com
See the book chapter O. Will (**) in **
1 2 3 4 5 | x <- 2
b0 <- 3
b1 <- 3
b2 <- 0.01
val <- fCumul(x,b0,b1,b2)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.