powered by
Density function of Truncated Normal Distribution
Cumulative probability function of Truncated Normal Distribution
Quantile function of Truncated Normal Distribution max(0,min(claim,limit)-deductible)
Random generation of Truncated Normal Distribution max(0,min(claim,limit)-deductible)
dtnorm(x, mean, sd, min = 0, max = 1e+09)ptnorm(q, mean, sd, min = 0, max = 1e+09)qtnorm(p, mean, sd, min = 0, max = 1e+09)rtnorm(n, mean, sd, min = 0, max = 1e+09)
ptnorm(q, mean, sd, min = 0, max = 1e+09)
qtnorm(p, mean, sd, min = 0, max = 1e+09)
rtnorm(n, mean, sd, min = 0, max = 1e+09)
Value of the variable after deductible and limit max(0,min(claim,limit)-deductible)
Mean of the untruncated Normal distribution
Standard deviation of the untruncated Normal distribution
Left truncation (like deductible)
Right truncation (like limit)
Value of the probability
Number of samples
# NOT RUN { dtnorm(0.5,1,2) ptnorm(0.5,1,2) qtnorm(0.5,1,2) rtnorm(100,1,2) # }
Run the code above in your browser using DataLab