View source: R/simulation-machine.R
Simulate Claims
1 2 | Simulation.Machine(features, npb = nrow(features), seed1 = 100,
std1 = 0.85, std2 = 0.85)
|
features |
Data frame with features for which we would like to model the cash flow patterns. |
npb |
Number of observations that are treated at the same time (number per block). |
seed1 |
Seed for reproducibility. |
std1 |
Value of the standard deviation used in the log-normal distribution of the claim sizes. |
std2 |
Value of the standard deviation used in the log-normal distribution of the recovery sizes. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.