View source: R/SlicecdLogNormalPareto.R
| dSlicedLNormPareto | R Documentation | 
The probability density function (pdf) of a Sliced LogNormal Pareto severity distribution
dSlicedLNormPareto(x, mu, sigma, SlicePoint, shape)
| x | A positive real number - the claim amount where the probability density function (pdf) will be evaluated. | 
| mu | A real number - the first parameter of the attritional Claim Severity's LogNormal distribution. | 
| sigma | A positive real number - the second parameter of the attritional Claim Severity's LogNormal distribution. | 
| SlicePoint | A positive real number - the slice point and the scale parameter of the Claim Severity's Pareto distribution. | 
| shape | A positive real number - the shape parameter of the Claim Severity's Pareto distribution. | 
The value of the probability density function (pdf) at x with an attritional claim LogNormal distribution with parameters mu and sigma and a large claim Pareto distribution with parameters SlicePoint and shape.
dSlicedLNormPareto(1200,6,1.5,1000,1.2)
dSlicedLNormPareto(4000,7,1.6,3000,1.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.