Pareto_Layer_SM | R Documentation |
Calculates the second moment of a Pareto distribution in a reinsurance layer
Pareto_Layer_SM(Cover, AttachmentPoint, alpha, t = NULL, truncation = NULL)
Cover |
Numeric. Cover of the reinsurance layer. Use |
AttachmentPoint |
Numeric. Attachment point of the reinsurance layer. |
alpha |
Numeric. Pareto alpha. |
t |
Numeric. Threshold of the Pareto distribution. If |
truncation |
Numeric. If |
The second moment of the (truncated) Pareto distribution with parameters t
and alpha
in the layer
Cover
xs AttachmentPoint
Pareto_Layer_SM(4000, 1000, 2)
Pareto_Layer_SM(4000, 1000, alpha = 2, t = 1000)
Pareto_Layer_SM(4000, 1000, alpha = 2, t = 5000)
Pareto_Layer_SM(4000, 1000, alpha = 2, t = 1000, truncation = 5000)
Pareto_Layer_SM(9000, 1000, alpha = 2, t = 1000, truncation = 5000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.