PPP_Model_Exp_Layer_Loss: Expected Loss of a Reinsurance Layer

View source: R/PPPModel.R

PPP_Model_Exp_Layer_LossR Documentation

Expected Loss of a Reinsurance Layer

Description

Calculates the expected loss of a reinsurance layer for a PPP_Model. This function is deprecated. Use Layer_Mean instead.

Usage

PPP_Model_Exp_Layer_Loss(Cover, AttachmentPoint, PPP_Model)

Arguments

Cover

Numeric. Cover of the reinsurance layer. Use Inf for unlimited layers.

AttachmentPoint

Numeric. Attachment point of the reinsurance layer.

PPP_Model

PPP_Model object.

Value

The expected loss of the layer Cover xs AttachmentPoint for the given PPP_Model

Examples

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


Pareto documentation built on April 18, 2023, 9:10 a.m.