pyrochlore / obsidian-tracker

A plugin tracks occurrences and numbers in your notes
MIT License
1.3k stars 229 forks source link

Feature Request: Normalize Datasets #36

Open ConnorMeyers opened 3 years ago

ConnorMeyers commented 3 years ago

It would be extremely helpful to have an option to normalize the dataset within the tracker. (https://en.wikipedia.org/wiki/Normalization_(statistics))

(Potentially even allowing us to apply mathematical functions to the dataset).

Use case: normalize datasets to compare different data. For example, overlaying sleep with a productivity graph, or overlaying weight with an energy graph, since the units are completely different, it's hard to visualize. However, normalizing all values to 0 <= x <= 1 would allow quick comparisons.

pyrochlore commented 3 years ago

Thanks! That was the plan.

The only problem is to decide which feature first. :p