PPP_Model_Excess_Frequency: Expected Frequency in Excess of a Threshold

View source: R/PPPModel.R

PPP_Model_Excess_FrequencyR Documentation

Expected Frequency in Excess of a Threshold

Description

Calculates the expected frequency in excess of a threshold for a PPP_Model

Usage

PPP_Model_Excess_Frequency(x, PPP_Model)

Arguments

x

Numeric. Threshold.

PPP_Model

PPP_Model object.

Value

The expected frequency in excess of x for the given PPP_Model

Examples

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


ulrichriegel/Pareto documentation built on April 21, 2023, 8:39 p.m.