Layer_Sd.PPP_Model function

Standard Deviation of a Reinsurance Layer

Standard Deviation of a Reinsurance Layer

Calculates the standard deviation of the loss in a reinsurance layer for a PPP_model

## S3 method for class 'PPP_Model' Layer_Sd(CollectiveModel, Cover = Inf, AttachmentPoint = 0)

Arguments

  • CollectiveModel: PPP_Model object.
  • Cover: Numeric. Cover of the reinsurance layer. Use Inf for unlimited layers.
  • AttachmentPoint: Numeric. Attachment point of the reinsurance layer.

Returns

The standard deviation of the loss in the layer Cover xs AttachmentPoint for the given CollectiveModel

Examples

PPPM <- PiecewisePareto_Match_Layer_Losses(Example1_AP, Example1_EL) PPPM Example1_Cov <- c(diff(Example1_AP), Inf) Layer_Sd(PPPM, Example1_Cov, Example1_AP)