diff --git a/index.html b/index.html index 43fba47..94e5392 100644 --- a/index.html +++ b/index.html @@ -25625,10 +25625,8 @@ Risk inherently is a probabilistic concept -
+

Overview of the Thesis

-
-
@@ -25687,8 +25685,9 @@ Berrisch, J. (
-
-
+
+
+

Overview of the Thesis

@@ -25747,8 +25746,9 @@ Berrisch, J. (
- -
+
+
+

Overview of the Thesis

@@ -25807,8 +25807,6 @@ Berrisch, J. (
- -

Overview

@@ -25826,7 +25824,7 @@ Berrisch, J. (

Reduces estimation time by 2-3 orders of magnitude

-

Maintainins competitive forecasting accuracy

+

Maintains competitive forecasting accuracy

Real-World Validation in Energy Markets

Python Package ondil on Github and PyPi

@@ -25941,7 +25939,7 @@ Berrisch, J. (
- +
@@ -25949,7 +25947,7 @@ Berrisch, J. (
- +
@@ -25957,190 +25955,190 @@ Berrisch, J. (
-
@@ -26169,7 +26167,7 @@ Berrisch, J. (Each day, \(t = 1, 2, ... T\)

@@ -26571,15 +26571,12 @@ w_{t,k}^{\text{smooth}} = \sum_{l=1}^L \beta_l \varphi_l = \beta'\varphi
-

Deviation from best attainable QL (1000 runs).

-

CRPS Values for different \(\lambda\) (1000 runs)

-

CRPS for different number of knots (1000 runs)

@@ -26587,7 +26584,6 @@ w_{t,k}^{\text{smooth}} = \sum_{l=1}^L \beta_l \varphi_l = \beta'\varphi
-

The same simulation carried out for different algorithms (1000 runs):

@@ -26656,7 +26652,7 @@ w_{t,k}^{\text{smooth}} = \sum_{l=1}^L \beta_l \varphi_l = \beta'\varphi
-

Tuning paramter grids:

+

Tuning parameter grids:

Estimation

-

Joint maximum lieklihood estimation:

+

Joint maximum likelihood estimation:

\[\begin{align*} f_{\mathbf{X}_t}(\mathbf{x}_t | \mathcal{F}_{t-1}) = c\left[\mathbf{F}(\mathbf{x}_t;\boldsymbol{\mu}_t, \boldsymbol{\sigma}_{t}^2, \boldsymbol{\nu}, \boldsymbol{\lambda});\Xi_t, \Theta\right] \cdot \\ \prod_{i=1}^K f_{X_{i,t}}(\mathbf{x}_t;\boldsymbol{\mu}_t, \boldsymbol{\sigma}_{t}^2, \boldsymbol{\nu}, \boldsymbol{\lambda}) @@ -27858,7 +27854,7 @@ Y_{t} = \mu + Y_{t-1} + \varepsilon_t \quad \text{with} \quad \varepsilon_t = \

  • The cross-sectional dependence is ignored
  • VES models deliver poor performance in short horizons
  • -
  • For Oil prices the RW Benchmark can’t be oupterformed 30 steps ahead
  • +
  • For Oil prices the RW Benchmark can’t be outperformed 30 steps ahead
  • Both VECM models generally deliver good performance
  • @@ -28340,7 +28336,7 @@ Coal

    Accounting for heteroscedasticity or stabilizing the variance via log transformation is crucial for good performance in terms of ES

      -
    • Price dynamics emerged way before the russian invaion into ukraine
    • +
    • Price dynamics emerged way before the Russian invasion into Ukraine
    • Linear dependence between the series reacted only right after the invasion
    • Improvements in forecasting performance is mainly attributed to:
        diff --git a/index.qmd b/index.qmd index 11054b5..61f1bcd 100644 --- a/index.qmd +++ b/index.qmd @@ -173,11 +173,7 @@ col_yellow <- "#FCE135" :::: -## Overview of the Thesis {#sec-overview} - -::: {.r-stack} - -::: {.fragment .fade-in-then-out} +## Overview of the Thesis {#sec-overview transition="fade" transition-speed="slow"} @@ -238,9 +234,7 @@ col_yellow <- "#FCE135"
        -::: - -::: {.fragment .fade-in-then-out} +## Overview of the Thesis {transition="fade" transition-speed="slow" visibility="uncounted"} @@ -301,9 +295,7 @@ col_yellow <- "#FCE135"
        -::: - -::: {.fragment .fade-in-then-out} +## Overview of the Thesis {transition="fade" transition-speed="slow" visibility="uncounted"} @@ -364,9 +356,6 @@ col_yellow <- "#FCE135"
        -::: - -::: ## Overview @@ -1730,8 +1719,7 @@ for( t in 1:T ) {     $\boldsymbol \beta_{t} = K \boldsymbol \beta_{0} \odot \boldsymbol {SoftMax}\left( - \boldsymbol \eta_{t} \odot \boldsymbol R_{t} + \log( \boldsymbol \eta_{t}) \right)$     $\boldsymbol w_{t}(\boldsymbol P) = \underbrace{\boldsymbol B(\boldsymbol B'\boldsymbol B+ \lambda (\alpha \boldsymbol D_1'\boldsymbol D_1 + (1-\alpha) \boldsymbol D_2'\boldsymbol D_2))^{-1} \boldsymbol B'}_{\boldsymbol{\mathcal{H}}} \boldsymbol B \boldsymbol \beta_{t}$ - -} +

        }

        ::: @@ -1775,20 +1763,14 @@ Data Generating Process of the [simple probabilistic example](#simple_example): ## QL Deviation -Deviation from best attainable QL (1000 runs). - -![](assets/crps_learning/pre_vs_post.gif) +![](assets/crps_learning/pre_vs_post.gif) ## CRPS vs. Lambda -CRPS Values for different $\lambda$ (1000 runs) - ![](assets/crps_learning/pre_vs_post_lambda.gif) ## Knots -CRPS for different number of knots (1000 runs) - ![](assets/crps_learning/pre_vs_post_kstep.gif) :::: @@ -1799,8 +1781,6 @@ CRPS for different number of knots (1000 runs) ## Comparison to EWA and ML-Poly -The same simulation carried out for different algorithms (1000 runs): -