Pareto_Layer_Var {Pareto} | R Documentation |
Layer Variance of the Pareto Distribution
Description
Calculates the variance of a Pareto distribution in a reinsurance layer
Usage
Pareto_Layer_Var(Cover, AttachmentPoint, alpha, t = NULL, truncation = NULL)
Arguments
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 |
Value
The variance of the(truncated) Pareto distribution with parameters t
and alpha
in the layer
Cover
xs AttachmentPoint
Examples
Pareto_Layer_Var(4000, 1000, 2)
Pareto_Layer_Var(4000, 1000, alpha = 2, t = 1000)
Pareto_Layer_Var(4000, 1000, alpha = 2, t = 5000)
Pareto_Layer_Var(4000, 1000, alpha = 2, t = 1000, truncation = 5000)
Pareto_Layer_Var(9000, 1000, alpha = 2, t = 1000, truncation = 5000)
[Package Pareto version 2.4.5 Index]