Dataframe consists of hourly realized electricity prices, imbalance prices and SMP Direction values - MCP : Market Clearing Price - SMP : System Marginal Price
## Rows: 720
## Columns: 6
## $ Date <chr> "01.09.20 00:00", "01.09.20 01:...
## $ MCP <dbl> 302.39, 300.25, 292.64, 290.00,...
## $ SMP <dbl> 332.39, 325.25, 317.64, 320.00,...
## $ `Positive Imbalance Price (TL/MWh)` <dbl> 293.32, 291.24, 283.86, 281.30,...
## $ `Negative Imbalance Price (TL/MWh)` <dbl> 342.36, 335.01, 327.17, 329.60,...
## $ `SMP Direction` <chr> "? Energy Deficit", "? Energy D...
For other details of how the market works link is provided: Mini Tutorial about Electricity Market Prices
## MCP SMP
## Min. :198.4 Min. : 129.0
## 1st Qu.:292.7 1st Qu.: 275.0
## Median :305.1 Median : 320.0
## Mean :308.2 Mean : 323.4
## 3rd Qu.:314.9 3rd Qu.: 351.3
## Max. :982.0 Max. :2000.0
Average hourly MCP and average hourly SMP is seemed not to met with each other most of the time. This gives a clue about most of the days and hours in September’20 electricity markets closed with an imbalanced price.
It is easier to tell which day is mostly ended with energy surplus or energy deficit by looking at daily averages or medians. Looking at the graphs:
When we look at the min and max graphs: