powered by
Density function of Truncated Geometric Distribution
Cumulative probability function of Truncated Geometric Distribution
Quantile function of Truncated Geometric Distribution max(0,min(claim,limit)-deductible)
Random generation of Truncated Geometric Distribution max(0,min(claim,limit)-deductible)
dtgeom(x, prob, min = 0, max = 1e+09)ptgeom(q, prob, min = 0, max = 1e+09)qtgeom(p, prob, min = 0, max = 1e+09)rtgeom(n, prob, min = 0, max = 1e+09)
ptgeom(q, prob, min = 0, max = 1e+09)
qtgeom(p, prob, min = 0, max = 1e+09)
rtgeom(n, prob, 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 { dtgeom(3,0.3) ptgeom(3,0.3) qtgeom(0.7,0.3) rtgeom(100,0.3) # }
Run the code above in your browser using DataLab