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