Pareto_Find_Alpha_btw_FQs | R Documentation |
Finds the Pareto alpha between two excess frequencies
Pareto_Find_Alpha_btw_FQs(
Threshold_1,
Frequency_1,
Threshold_2,
Frequency_2,
max_alpha = 100,
tolerance = 1e-10,
truncation = NULL
)
Threshold_1 |
Numeric. Threshold 1 |
Frequency_1 |
Numeric. Expected frequency in excess of |
Threshold_2 |
Numeric. Threshold 2 |
Frequency_2 |
Numeric. Expected frequency in excess of |
max_alpha |
Numeric. Upper limit for the alpha that is returned. |
tolerance |
Numeric. Accuracy of the result. |
truncation |
Numeric. If |
The Pareto alpha between the expected number of claims Frequency_1
excess Threshold_1
and the expected number of claims Frequency_2
excess Threshold_2
Riegel, U. (2018) Matching tower information with piecewise Pareto. European Actuarial Journal 8(2): 437–460
Pareto_Find_Alpha_btw_FQs(1000, 1, 2000, 0.5)
Pareto_Find_Alpha_btw_FQs(1000, 1, 2000, 0.5, truncation = 5000)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.