powered by
Density function of Truncated Pareto Distribution
Cumulative probability function of Truncated Pareto Distribution
Quantile function of Truncated Pareto Distribution max(0,min(claim,limit)-deductible)
Random generation of Truncated Pareto Distribution max(0,min(claim,limit)-deductible)
dtpareto(x, xm, alpha, min = xm, max = 1e+09)ptpareto(q, xm, alpha, min = xm, max = 1e+09)qtpareto(p, xm, alpha, min = xm, max = 1e+09)rtpareto(n, xm, alpha, min = xm, max = 1e+09)
ptpareto(q, xm, alpha, min = xm, max = 1e+09)
qtpareto(p, xm, alpha, min = xm, max = 1e+09)
rtpareto(n, xm, alpha, min = xm, max = 1e+09)
Value of the variable after deductible and limit max(0,min(claim,limit)-deductible)
Threshold value
Model parameter
Left truncation deductible
Right truncation limit
Value of the probability
Number of samples
# NOT RUN { dtpareto(500,1000,2) ptpareto(500,1000,2) qtpareto(0.5,1000,2) rtpareto(100,1000,2) # }
Run the code above in your browser using DataLab