Excess_Frequency function

Expected Frequency in Excess of a Threshold

Expected Frequency in Excess of a Threshold

Calculates the expected frequency in excess of a threshold for a collective model

Excess_Frequency(CollectiveModel, x = 0)

Arguments

  • CollectiveModel: A collective model object. Currently only PPP_Models are handled.
  • x: Numeric. Threshold.

Returns

The expected frequency in excess of x for the given CollectiveModel

Examples

PPPM <- PiecewisePareto_Match_Layer_Losses(Example1_AP, Example1_EL) PPPM Excess_Frequency(PPPM, c(-Inf, 0, 1000, 2000, 3000, Inf))