aboutsummaryrefslogtreecommitdiff
path: root/analysis/scripts
AgeCommit message (Collapse)AuthorFilesLines
2020-05-25Code formattingGertjan van den Burg1-4/+12
2020-05-25Add rank plots on multivariate dataGertjan van den Burg1-0/+15
2020-05-25Add descriptive statistics code and resultsGertjan van den Burg2-0/+153
2020-05-25Correct calculation of F measureGertjan van den Burg1-3/+48
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 Burg2-1/+6
This method always returns that a series contains no change points.
2020-03-17Sort methods/datasets in summary filesGertjan van den Burg1-2/+2
This is needed to ensure summary files are the same regardless of the platform that is used to run create them. Note that this commit does not change any of the results.
2020-03-13clarify warningsGertjan van den Burg2-5/+13
2020-03-12initial commitGertjan van den Burg8-0/+1542