stdev: Compute the standard deviation of losses ceded to the layer.

Description Usage Arguments Examples

View source: R/global.R

Description

Compute the standard deviation of losses ceded to the layer.

Usage

1
2
3
4
5
6
7
stdev(object)

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

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

Arguments

object

the layer or portfolio to compute the standard deviation of

Examples

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

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