-
Notifications
You must be signed in to change notification settings - Fork 1
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
Ideas list #1
Comments
|
@williamhobbs df['ghi'].diff().plot.hist() do the trick? I.e., a histogram of the difference between the individual time stamps. Prehaps also a normal histogram of the ghi/dni/dhi values? |
Yes, I think a histogram of the difference would work. And a histogram/PDF could be informative. Something based on pvanalytics.metrics.variability_index could be useful, as well as CDFs of GHI etc. values. We used a CDF of GHI values here https://doi.org/10.1109/PVSC48317.2022.9938632 (preprint: https://www.nrel.gov/docs/fy22osti/82812.pdf) to show that is doesn't contain the same range of values. |
Thinking about this more, the range of values overall (like shown in the CDF in my last comment) and the range of values within hours relative to average for the hour are what matters for subhourly clipping loss error. I often incorrectly equate those with "variability" - they are similar and often correlated, but not the same. |
[ ] Concurrent requests infoconcurrent requests no longer seem to be rejected, so nevermind about thisThe text was updated successfully, but these errors were encountered: