Description Usage Arguments Value Examples
View source: R/CollectiveModelMethods.R
Calculates the standard deviation of the loss in a reinsurance layer for a PGP_model
1 2 |
CollectiveModel |
PGP_Model object. |
Cover |
Numeric. Cover of the reinsurance layer. Use |
AttachmentPoint |
Numeric. Attachment point of the reinsurance layer. |
The standard deviation of the loss in the layer Cover
xs AttachmentPoint
for the given CollectiveModel
1 2 3 4 | PGPM <- PGP_Model(2, 1000, 1, 2, dispersion = 2)
PGPM
Example1_Cov <- c(diff(Example1_AP), Inf)
Layer_Sd(PGPM, Example1_Cov, Example1_AP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.