Adds HypothesisTester: Simple time average difference comparison between individual runs. With multiple testing correction and p-value plotting. Example hypothesis_testing.ipynb notebook.
Adds MetaLog and HyperLog classes: Implement convenient functionalities like hyper_log.filter() and ease the post-processing analysis.
HypothesisTester
: Simple time average difference comparison between individual runs. With multiple testing correction and p-value plotting. Examplehypothesis_testing.ipynb
notebook.MetaLog
andHyperLog
classes: Implement convenient functionalities likehyper_log.filter()
and ease the post-processing analysis.Addresses #61 and parts of #59.