Description Usage Arguments Value Examples
Simulates losses of a PPP_Model
1 |
n |
Integer. Number of Simulations. |
PPP_Model |
PPP_Model object. |
A matrix where row k contains the simulated losses of the kth simulation.
1 2 3 4 | PPPM <- PiecewisePareto_Match_Layer_Losses(c(1000, 2000, 3000), c(2000, 1000, 500),
truncation = 10000, truncation_type = "wd")
PPPM
Simulate_Losses(PPPM, 100)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.