Add voldep slides
This commit is contained in:
@@ -53,3 +53,38 @@ cols %>%
|
||||
scale_x_discrete(expand = c(0, 0)) +
|
||||
scale_y_discrete(expand = c(0, 0)) +
|
||||
theme_minimal() -> plot_cols
|
||||
|
||||
col_gas <- "blue"
|
||||
col_eua <- "green"
|
||||
col_oil <- "amber"
|
||||
col_coal <- "brown"
|
||||
|
||||
col_scale2 <- function(x, rng_t) {
|
||||
ret <- x
|
||||
for (i in seq_along(x)) {
|
||||
if (x[i] < rng_t[1]) {
|
||||
ret[i] <- col_scale(rng_t[1])
|
||||
} else if (x[i] > rng_t[2]) {
|
||||
ret[i] <- col_scale(rng_t[2])
|
||||
} else {
|
||||
ret[i] <- col_scale(x[i])
|
||||
}
|
||||
}
|
||||
return(ret)
|
||||
}
|
||||
|
||||
rng_t <- c(-5, 5)
|
||||
h_sub <- c(1, 5, 30)
|
||||
|
||||
col_scale <- scales::gradient_n_pal(
|
||||
c(
|
||||
cols[5, "green"],
|
||||
cols[5, "light-green"],
|
||||
cols[5, "yellow"],
|
||||
# cols[5, "amber"],
|
||||
cols[5, "orange"],
|
||||
# cols[5, "deep-orange"],
|
||||
cols[5, "red"]
|
||||
),
|
||||
values = seq(rng_t[1], rng_t[2], length.out = 5)
|
||||
)
|
||||
|
||||
@@ -8,6 +8,15 @@
|
||||
year = {2014},
|
||||
publisher = {Taylor \& Francis}
|
||||
}
|
||||
@article{berrisch2023modeling,
|
||||
title = {Modeling volatility and dependence of European carbon and energy prices},
|
||||
author = {Berrisch, Jonathan and Pappert, Sven and Ziel, Florian and Arsova, Antonia},
|
||||
journal = {Finance Research Letters},
|
||||
volume = {52},
|
||||
pages = {103503},
|
||||
year = {2023},
|
||||
publisher = {Elsevier}
|
||||
}
|
||||
@incollection{aastveit2019evolution,
|
||||
title = {The Evolution of Forecast Density Combinations in Economics},
|
||||
author = {Aastveit, Knut Are and Mitchell, James and Ravazzolo, Francesco and van Dijk, Herman K},
|
||||
|
||||
BIN
25_07_phd_defense/assets/voldep/crps_classic.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/crps_classic.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/crps_df.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/crps_df.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/energy_classic.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/energy_classic.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/energy_df.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/energy_df.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/plot_quant_df.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/plot_quant_df.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/plot_rho_df.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/plot_rho_df.Rdata
Normal file
Binary file not shown.
BIN
25_07_phd_defense/assets/voldep/rmsq_df.Rdata
Normal file
BIN
25_07_phd_defense/assets/voldep/rmsq_df.Rdata
Normal file
Binary file not shown.
Reference in New Issue
Block a user