SolarArbiter / SolarArbiter.github.io

Contains the Solar Forecast Arbiter static website
https://solarforecastarbiter.org/
MIT License
9 stars 8 forks source link

add more references to metrics #109

Open wholmgren opened 4 years ago

wholmgren commented 4 years ago

following example introduced in #108. Start with the references section of the April survey doc.

dplarson commented 4 years ago

What's the preferred convention for citing the references in the metrics page? The example in #108 used just the last name of the first author, but it might be better to use author-year or numbers to avoid confusion for multiple references with the same first author (e.g. "Espinar (2009)" or "[1]").

cwhanse commented 4 years ago

I'd vote for AuthorYY(a, b, c,) e.g. Espinar08, Espinar08a, Espinar08b, but I don't have a strong preference here.

wholmgren commented 4 years ago

Either format using the author name and year is ok with me. Numbers only might be more difficult to keep track of in this kind of document.

dplarson commented 4 years ago

Author-year sounds good to me. I'll update PR #110 accordingly.

dplarson commented 4 years ago

Of the metrics listed on the website, the obvious ones that need references are:

EDIT: I'm editing this comment with the "original" references for each metric.

wholmgren commented 4 years ago

Given the discussion in https://github.com/SolarArbiter/solarforecastarbiter-core/issues/233 I suggest including a second reference for the Brier score and adding some discussion about how we only consider the more commonly used binary version of the score. Obviously I'm partial to Wilks for a second reference.

CPI is Gueymard CA. Clear-sky irradiance predictions for solar resource mapping and large-scale applications: improved validation methodology and detailed performance analysis of 18 broadband radiative models. Sol Energy 2012;86:2145–69.

dplarson commented 4 years ago

With PR #117 merged, this issue can be closed.

dplarson commented 4 years ago

Since this issue is still open:

We should add references to the deterministic event forecast metrics section, e.g.,

wholmgren commented 4 years ago

for the EBIAS metric, the Wilks discussion was helpful to me:

The bias is simply the ratio of the number of “yes” forecasts to the number of “yes” observations. Unbiased forecasts exhibit B = 1, indicating that the event was forecast the same number of times that it was observed. Note that bias provides no information about the correspondence between the individ- ual forecasts and observations of the event on particular occasions, so that Equation 8.10 is not an accuracy measure. Bias greater than one indicates that the event was forecast more often than observed, which is called overforecasting. Conversely, bias less than one indicates that the event was forecast less often than observed, or was underforecast.

we don't want to overdo it on our page, but maybe you can add a little more than what we currently have?

dplarson commented 4 years ago

we don't want to overdo it on our page, but maybe you can add a little more than what we currently have?

I like this suggestion. I'll open a PR for adding the references and a more descriptive (but still concise) explanation of the EBIAS metric.