aboutsummaryrefslogtreecommitdiff
path: root/analysis/output/rankplots
AgeCommit message (Collapse)AuthorFilesLines
2020-06-23Bump labella.py version and update rankplotsGertjan van den Burg16-152/+152
This commit introduces no changes to the results of the benchmark, but simply updates the version of labella.py, which is used to compute the rank plots. This update fixes the floating point accuracy of coordinates in the tex files, thus aiding reproducibility.
2020-05-25Add rank plots on multivariate dataGertjan van den Burg8-0/+674
2020-05-25Correct calculation of F measureGertjan van den Burg4-108/+108
This commit corrects an error in the calculation of the F measure and updates the results accordingly. As a precaution, doctests are added to each of the functions in the metrics.py file.
2020-05-25Add the "zero" methodGertjan van den Burg8-246/+314
This method always returns that a series contains no change points.
2020-03-12initial commitGertjan van den Burg8-0/+1078