Updated some stuff
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.9.17) 20 MAR 2024 16:47
|
||||
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (TeX Live 2023) (preloaded format=pdflatex 2023.9.17) 20 MAR 2024 22:13
|
||||
entering extended mode
|
||||
restricted \write18 enabled.
|
||||
file:line:error style messages enabled.
|
||||
@@ -1055,7 +1055,27 @@ Underfull \hbox (badness 10000) in paragraph at lines 226--233
|
||||
|
||||
[]
|
||||
|
||||
[3{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertinust1math/libusMI.enc}] [4] (./verslag.aux)
|
||||
[3{/usr/local/texlive/2023/texmf-dist/fonts/enc/dvips/libertinust1math/libusMI.enc}]
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 237--246
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 237--246
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 237--246
|
||||
|
||||
[]
|
||||
|
||||
|
||||
Underfull \hbox (badness 10000) in paragraph at lines 237--246
|
||||
|
||||
[]
|
||||
|
||||
[4] (./verslag.aux)
|
||||
Package rerunfilecheck Info: File `verslag.out' has not changed.
|
||||
(rerunfilecheck) Checksum: 93BB3520344D4F0680BD23B0E2A0C01A;781.
|
||||
Package logreq Info: Writing requests to 'verslag.run.xml'.
|
||||
@@ -1071,7 +1091,7 @@ Here is how much of TeX's memory you used:
|
||||
1141 hyphenation exceptions out of 8191
|
||||
72i,11n,108p,1343b,5180s stack positions out of 10000i,1000n,20000p,200000b,200000s
|
||||
</usr/local/texlive/2023/texmf-dist/fonts/type1/public/libertinust1math/LibertinusT1Math.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/libertine/LinBiolinumT.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/libertine/LinBiolinumTB.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/libertine/LinLibertineT.pfb></usr/local/texlive/2023/texmf-dist/fonts/type1/public/libertine/LinLibertineTB.pfb>
|
||||
Output written on verslag.pdf (5 pages, 435646 bytes).
|
||||
Output written on verslag.pdf (5 pages, 436330 bytes).
|
||||
PDF statistics:
|
||||
97 PDF objects out of 1000 (max. 8388607)
|
||||
75 compressed objects within 1 object stream
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -231,9 +231,21 @@ The imbalance price calculation includes the following variables: \\
|
||||
% TODO: Add more information about the imbalance price calculation, alpha?
|
||||
TODO: Add more information about the imbalance price calculation, alpha?
|
||||
|
||||
The imbalance price can be reconstructed given the bids of a certain quarter / day and the System Imbalance. During this thesis, the system imbalance is assumed to be almost the same as the Net Regulation Volume. This is a simplification but it is a good approximation. The goal of this thesis is to model the Net Regulation Volume which can then be used to reconstruct the imbalance price and to make decisions on when to buy or sell electricity.
|
||||
The imbalance price can be reconstructed given the bids of a certain quarter/day and the System Imbalance. During this thesis, the system imbalance is assumed to be almost the same as the Net Regulation Volume. This is a simplification but it is a good approximation. The goal of this thesis is to model the Net Regulation Volume which can then be used to reconstruct the imbalance price and to make decisions on when to buy or sell electricity.
|
||||
|
||||
\subsection{Generative modeling}
|
||||
Simple forecasting of the NRV is often not accurate and defining a policy using this forecast will lead to wrong decisions. A better method would be to try to model the NRV and sample multiple generations of the NRV. This gives a better prediction and confidence intervals can be calculated from this.
|
||||
\\\\
|
||||
Generative modeling is a type of machine learning that is used to generate new data samples. The goal of generative modeling is to learn the true data distribution of the training data. From this learned distribution, new samples can be generated. Generative modeling is used in many different fields including image generation, text generation etc.
|
||||
\\\\
|
||||
TODO: Formulas of generative modeling
|
||||
\\\\
|
||||
In this thesis, generative modeling can be used to model the NRV of the Belgian electricity market using different input features like the weather, the electricity price etc. The model can then be used to generate new samples of the NRV.
|
||||
\\\\
|
||||
Multiple methods can be used to generatively model the NRV.
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
\section{Literature Study}
|
||||
|
||||
Reference in New Issue
Block a user