Excess_Frequency.PGP_Model: Expected Frequency in Excess of a Threshold

View source: R/CollectiveModelMethods.R

Excess_Frequency.PGP_ModelR Documentation

Expected Frequency in Excess of a Threshold

Description

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

Usage

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

Arguments

CollectiveModel

PGP_Model object.

x

Numeric. Threshold.

Value

The expected frequency in excess of x for the given CollectiveModel

Examples

PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
Excess_Frequency(PGPM, c(-Inf, 0, 1000, 2000, 3000, Inf))


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