Description Usage Arguments Value Examples
View source: R/CollectiveModelMethods.R
Calculates the expected frequency in excess of a threshold for a collective model
1 | Excess_Frequency(CollectiveModel, x = 0)
|
CollectiveModel |
A collective model object. Currently only |
x |
Numeric. Threshold. |
The expected frequency in excess of x
for the given CollectiveModel
1 2 3 | PPPM <- PiecewisePareto_Match_Layer_Losses(Example1_AP, Example1_EL)
PPPM
Excess_Frequency(PPPM, c(-Inf, 0, 1000, 2000, 3000, Inf))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.