Icehawk78 / FrozenCookies

An automated Cookie Clicker tool.
120 stars 171 forks source link

Tracked Stats: Average HC Gain/hr instead of HC earned #126

Open cw337 opened 10 years ago

cw337 commented 10 years ago

Since this is more useful, and easier to see what's happening. For the same reason you show CPS instead of cookies baked.

Icehawk78 commented 10 years ago

While I could add this, I'm slightly hesitant of further cluttering up the graph, until I figure out how to make things like "stats drawn" toggleable.

If I'm drawing it on a graph, though, I'll want to come up with a better way to track/estimate this information, though, since the "Average HC Gain/hr" is an extremely naïve statistic (it's literally just "total earned this session divided by the length of the session") and thus doesn't appropriately capture large changes in HC Gain rate over time. I might look into implementing a rolling average, to more accurately capture the "Average HC Gain this hour".

Alternatively, I could simply take the first derivative of the existing tracked stats, and display that. Thoughts?

cw337 commented 10 years ago

I meant a rolling average. Or yeah a derivative would achieve a similar improvement.