Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Financial error metric #4

Open
dantravers opened this issue Feb 8, 2023 · 1 comment
Open

Financial error metric #4

dantravers opened this issue Feb 8, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dantravers
Copy link

Add new metrics to capture the financial impact of the improved PV forecast. This isn't what is called a "proper scoring metric", in that a worse forecast can actually help your financial metric if you happen to be lucky. But its actually very valuable to be able to quantify the financial impact of our forecasts for end users.

The financial loss metric is relevant for day ahead forecasts (as it is comparing the day ahead price with the balancing price). It could in theory be applied to forecats a few hours ahead, but it's relevance is primarily for day-ahead forecasts. It can be used for site-level forecasts, but also for national forecasts.

The theory is in the screenshot attached:
image

The figures s_a and s_f are the target / forecast. The figures p_f, p_rt are the EPEX and Balancing (SSP / SBP) prices in the csv attached.

  • P_f is day ahead price and is column "price" in file epex_prices.csv
  • p_rt is real-time price (balancing market, or system sell price) and is column "ssp" in file ssphourly.csv

The figures are calcualted for each hour (take sum of forecast and actual generation figures across 2 half-hours to convert to hours), and then the expectation of the hourly figures calcualted across the period being tested - this coul be a year, by month, or by time of day, etc.

@dantravers dantravers added the enhancement New feature or request label Feb 8, 2023
@dantravers
Copy link
Author

@dantravers dantravers mentioned this issue Feb 8, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant