Excess_Frequency.PPP_Model: Expected Frequency in Excess of a Threshold

View source: R/CollectiveModelMethods.R

Excess_Frequency.PPP_ModelR Documentation

Expected Frequency in Excess of a Threshold

Description

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

Usage

## S3 method for class 'PPP_Model'
Excess_Frequency(CollectiveModel, x = 0)

Arguments

CollectiveModel

PPP_Model object.

x

Numeric. Threshold.

Value

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))


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