tpois: Density function of Truncated Poisson Distribution

Description Usage Arguments Examples

Description

Density function of Truncated Poisson Distribution

Cumulative probability function of Truncated Poisson Distribution

Quantile function of Truncated Poisson Distribution max(0,min(claim,limit)-deductible)

Random generation of Truncated Poisson Distribution max(0,min(claim,limit)-deductible)

Usage

1
2
3
4
5
6
7
dtpois(x, lambda, min = 0, max = 1e+09)

ptpois(q, lambda, min = 0, max = 1e+09)

qtpois(p, lambda, min = 0, max = 1e+09)

rtpois(n, lambda, min = 0, max = 1e+09)

Arguments

x

Value of the variable after deductible and limit max(0,min(claim,limit)-deductible)

lambda

Distribution parameter

min

Left truncation deductible

max

Right truncation limit

q

Value of the variable after deductible and limit max(0,min(claim,limit)-deductible)

p

Value of the probability

n

Number of samples

Examples

1
2
3
4
dtpois(3,5)
ptpois(3,5)
qtpois(0.6,5)
rtpois(100,5)

cascsim documentation built on Jan. 13, 2020, 5:07 p.m.