You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/results.jl
+18-8
Original file line number
Diff line number
Diff line change
@@ -105,8 +105,8 @@ function _summarise_simulations(
105
105
end
106
106
107
107
@docraw"""
108
-
Calculates values of perfect lookahead and information as absolute values (in AUD) and as
109
-
a percentage of perfect foresight revenue.
108
+
Calculates values of perfect lookahead and information (as absolute values in AUD and as
109
+
a percentage of perfect foresight revenue), and the detrimental decision metric
110
110
111
111
**Value of perfect lookahead**: What is the additional benefit (revenue) that a participant
112
112
could gain if they were to know exactly what the market prices will be in the *lookahead
@@ -118,6 +118,10 @@ participant could gain if they were to know exactly what the market prices will
118
118
*over the entire year*
119
119
* ``VPI = \textrm{Revenue}_\textrm{Perfect Foresight} - \textrm{Revenue}_\textrm{Forecast Data Simulation}``
120
120
121
+
**Detrimental decision metric**: What is the additional negative revenue (i.e. losses)
122
+
incurred when using forecast market prices in the lookahead horizon as a percentage?
123
+
* ``DDM = \frac{\textrm{NegRev}_{\textrm{Actual Data Simulation}} -\textrm{NegRev}_{\textrm{Forecast Data Simulation}}}{\textrm{Revenue}_{\textrm{Actual Data Simulation}}-\textrm{Revenue}_{\textrm{Forecast Data Simulation}}}``
124
+
121
125
N.B. This function assumes that the input `df` only has data that corresponds to a device
122
126
of a particular `energy_capacity`.
123
127
@@ -133,6 +137,7 @@ as a percentage of perfect foresight revenue.
0 commit comments