PPP_Model_Simulate: Simulate Losses with a PPP_Model

View source: R/PPPModel.R

PPP_Model_SimulateR Documentation

Simulate Losses with a PPP_Model

Description

Simulates losses of a PPP_Model

Usage

PPP_Model_Simulate(n, PPP_Model)

Arguments

n

Integer. Number of Simulations.

PPP_Model

PPP_Model object.

Value

A matrix where row k contains the simulated losses of the kth simulation.

Examples

PPPM <- PiecewisePareto_Match_Layer_Losses(c(1000, 2000, 3000), c(2000, 1000, 500),
                                           truncation = 10000, truncation_type = "wd")
PPPM
Simulate_Losses(PPPM, 100)


Pareto documentation built on April 18, 2023, 9:10 a.m.