expected: Compute the expected losses ceded to the layer or portfolio.

Description Usage Arguments Examples

View source: R/global.R

Description

Compute the expected losses ceded to the layer or portfolio.

Usage

1
2
3
4
5
6
7
expected(object)

## S3 method for class 'layer'
expected(object)

## S3 method for class 'portfolio'
expected(object)

Arguments

object

the layer or portfolio to compute the expectation of

Examples

1
2
test_layer <- layer(4000000, 1000000, 1, "yelt_test", lobs=c("PHYSICIANS","CHC","MEDCHOICE"))
expected(test_layer)

jfkingiii/layers documentation built on July 21, 2020, 8:57 p.m.