-
Notifications
You must be signed in to change notification settings - Fork 2
Description
One thing that people have asked for in the past is a detailed statistical analysis of multiple datasets. Nilmtk can do lots of stats (and the list keeps growing).
Also, we need to regularly test all our stats functions on as many datasets as possible.
It feels like these two aims can both be solved by the "real data test" project. Perhaps we'd have a script which loads a dataset and runs it through every stats function (and preprocessing and disaggregation?) and produces visualisations (perhaps using an ipython notebook into which we pass each dataset).
This would give the functions a good test. And produce a really useful description of each dataset. And provide a reference for how to use each stats function in nilmtk, and what those functions produce.
What do you think?