openskope / skopeui

SKOPE user interface and visualization app
https://www.openskope.org
MIT License
0 stars 4 forks source link

Transform graph to Z-score relative to period from X to Y #34

Closed alee closed 3 years ago

alee commented 4 years ago

Three options for computing the z-score:

  1. moving interval (fine as is)
  2. selected temporal interval (without years)
  3. fixed temporal interval: include a year range, compute the mean + stdev for that year range and compute the z-score based on that mean/stdev for that given year range, not the selected temporal interval

take mean and stdev over the entire series or a window in the series and recast / replot the series in reference

stretch goal: sliding Z-score metric, how is your experience this year related to the cumulative experience across some user-defined window in the series?

cpritcha commented 3 years ago

z-score transform options