Description Usage Arguments Examples
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)
1 2 3 4 5 6 7 |
x |
Value of the variable after deductible and limit max(0,min(claim,limit)-deductible) |
mean |
Mean of the untruncated Normal distribution |
sd |
Standard deviation of the untruncated Normal distribution |
min |
Left truncation (like deductible) |
max |
Right truncation (like 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 |
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.