diff options
Diffstat (limited to 'R/tranches_RV_BC.R')
| -rw-r--r-- | R/tranches_RV_BC.R | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/R/tranches_RV_BC.R b/R/tranches_RV_BC.R index a7cd368a..890ac94a 100644 --- a/R/tranches_RV_BC.R +++ b/R/tranches_RV_BC.R @@ -40,7 +40,7 @@ source(file.path(root.dir, "code", "R", "optimization.R")) source(file.path(root.dir, "code", "R", "calibration.R"), chdir=TRUE)
source(file.path(root.dir, "code", "R", "serenitasdb.R"))
source(file.path(root.dir, "code", "R", "creditIndex.R"))
-library(lossdistrib)
+source(file.path(root.dir, "code", "R", "tranche_functions.R"))
for(i in seq_along(runs$name1)){
with(runs,
|
