powered by
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)
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)
ptpois(q, lambda, min = 0, max = 1e+09)
qtpois(p, lambda, min = 0, max = 1e+09)
rtpois(n, lambda, min = 0, max = 1e+09)
Value of the variable after deductible and limit max(0,min(claim,limit)-deductible)
Distribution parameter
Left truncation deductible
Right truncation limit
Value of the probability
Number of samples
# NOT RUN { dtpois(3,5) ptpois(3,5) qtpois(0.6,5) rtpois(100,5) # }
Run the code above in your browser using DataLab