Simulate_Losses.PGP_Model: Simulate Losses with a PGP_Model

View source: R/CollectiveModelMethods.R

Simulate_Losses.PGP_ModelR Documentation

Simulate Losses with a PGP_Model

Description

Simulates losses with a PGP_Model

Usage

## S3 method for class 'PGP_Model'
Simulate_Losses(CollectiveModel, nyears = 1)

Arguments

CollectiveModel

PGP_Model object.

nyears

Integer. Number of simulated years.

Value

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

Examples

PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
Simulate_Losses(PGPM, 100)


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