Implemented imbalance price reconstruction
@@ -2,7 +2,7 @@
|
||||
- [ ] Quantiles zelf breder maken na fitten, literatuur bekijken (overconfident voor ondergrens) (Validation set januari 2023)
|
||||
Eerst literatuur bekijken ofdat probleem al voorkomt
|
||||
|
||||
- [ ] compare reconstructed prices with real imbalance prices (on figure and metrics on whole test set)
|
||||
- [x] compare reconstructed prices with real imbalance prices (on figure and metrics on whole test set)
|
||||
|
||||
- [ ] Baseline policy (Eche imbalanceprijzen):
|
||||
- Batterij:
|
||||
|
||||
27
Result-Reports/Imbalance_price_reconstruction.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# Imbalance Price Reconstruction
|
||||
Some things to note: \
|
||||
SI = ACE - NRV but we only know NRV. We take the SI as the -NRV.\
|
||||
There is also some uncertainty on how the bid ladder is constructed and what factors are taken into account to calculate the imbalance price. We will try some different methods to reconstruct the imbalance price and see which one is the best.\
|
||||
|
||||
The following examples were reconstructed by only using the real NRV values and the bids published by Elia.
|
||||
|
||||
Method 1: Sort bids on price
|
||||
Method 2: Sort bids on activation order and then on price (Elia says they use this method)
|
||||
|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||

|
||||
|
||||
From these examples we can see that just sorting based on price is given better reconstructions than the method used by Elia???????? This is something weird.
|
||||
|
||||
# Mean Absolute Error
|
||||
| Method | MAE |
|
||||
| --- | --- |
|
||||
| Method 1 | 1842235.14 |
|
||||
| Method 2 | 4461725.94 |
|
||||
|
After Width: | Height: | Size: 394 KiB |
|
After Width: | Height: | Size: 372 KiB |
|
After Width: | Height: | Size: 325 KiB |
|
After Width: | Height: | Size: 329 KiB |
|
After Width: | Height: | Size: 423 KiB |
|
After Width: | Height: | Size: 424 KiB |
|
After Width: | Height: | Size: 368 KiB |
|
After Width: | Height: | Size: 343 KiB |
|
After Width: | Height: | Size: 366 KiB |