singularity-energy / open-grid-emissions

Tools for producing high-quality hourly generation and emissions data for U.S. electric grids
MIT License
72 stars 5 forks source link

Improve gross to net generation regression #64

Open grgmiller opened 2 years ago

grgmiller commented 2 years ago

Generally, our linear equation for regressing gross to net generation seems to fit the data very well (in some cases almost exactly). However, in the future we may want to consider refining our gross to net generation regression to see if any additional factors help explain some of the variation in the data. These factors could include:

grgmiller commented 2 years ago

Currently, these regression values are not currently used in the data pipeline, although the linear model seems to fit the data well (r2-adj > 0.9). See this documentation for background on this method. This is because:

Here, it seems like the tradeoff is between a) ensuring that the total net generation exactly matches the reported total net generation, or b) ensuring that the hourly profile has a shape that is as realistic as possible.