Description Usage Arguments Value Examples
The prediction model is described in <Modern actuarial risk theory - based on R>.
1 | Panjer.Poisson(p, lambda)
|
p |
The probability distribution (NumericVector) |
lambda |
The parameters of the poisson distribution (numeric) |
The maximum possible cumulative loss and the probability of each value (list)
1 2 3 4 5 6 7 8 | ## Not run:
p <- c(0.25,0.5,0.25)
lambda <- 4
fs <- Panjer.Poisson(p,lambda)
f <- Panjer.Poisson(p,lambda)$f
s <- Panjer.Poisson(p,lambda)$s
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.