Description Usage Arguments Value Note See Also Examples
scenarioRisk
is the constructor for the
S3 class scenarioRisk. It allows to build for scenarios (stress-tests).
1 | scenarioRisk(name, probability, currency, effect)
|
name |
character value. The names of the scenarios. This should not contain duplicated names. |
probability |
numeric value. The probability of the respective scenarios. Probabilities must take values between 0 and 1, i.e. must be in (0, 1). |
currency |
character value. The currencies in which the effect are expressed.
Please note that |
effect |
numeric value. The effects associated with each
scenario on the risk-bearing-capital (RBC). This must be expressed
in the same currency as |
An S3 object, instance of the class scenarioRisk
.
All parameters must be of equal length.
summary.scenarioRisk
, print.scenarioRisk
,
simulate.scenarioRisk
, compute.scenarioRisk
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.