Simulate_Losses.PPP_Model {Pareto} | R Documentation |
Simulate Losses with a PPP_Model
Description
Simulates losses with a PPP_Model
Usage
## S3 method for class 'PPP_Model'
Simulate_Losses(CollectiveModel, nyears = 1)
Arguments
CollectiveModel |
PPP_Model object. |
nyears |
Integer. Number of simulated years. |
Value
A matrix where row k contains the simulated losses of the kth simulated year.
Examples
PPPM <- PiecewisePareto_Match_Layer_Losses(c(1000, 2000, 3000), c(2000, 1000, 500),
truncation = 10000, truncation_type = "wd")
PPPM
Simulate_Losses(PPPM, 100)
[Package Pareto version 2.4.5 Index]