Excess_Frequency.PGP_Model {Pareto} | R 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))
[Package Pareto version 2.4.5 Index]