summaryrefslogtreecommitdiffstats
path: root/scripts/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed bug that caused zero-division for small sets.jasplin2011-02-241-1/+2
* Use infinite endpoint for snapshot interval in single time series URL.jasplin2011-02-161-12/+24
* Show trend as "delta from prev ranking pos".jasplin2011-02-101-0/+20
* Initial rudimentary version of rankings page.jasplin2011-02-081-1/+9
* Fixed bugs.jasplin2011-02-041-2/+2
* Improved ranking table + merged DB scripts.jasplin2011-02-041-24/+19
* Cleaned up code with json.dump().jasplin2011-02-031-1/+1
* Fixed bugs that slipped through in the latest database restructuring.jasplin2011-02-031-11/+12
* Adapted database queries to new database structureJoão Abecasis2011-02-021-74/+60
* Adding new utility function for finding a context IDJoão Abecasis2011-02-021-0/+12
* Improved the finalizeresults.py script.jasplin2011-02-011-0/+25
* Remove trailing whitespace.jasplin2011-01-271-1/+1
* Added initial version of finalizeresults.py.jasplin2011-01-271-3/+139
* Simplified URL for single benchmark time series.jasplin2011-01-221-0/+21
* Improved definition of change and stability scores.jasplin2011-01-111-185/+193
* Renamed tolerance -> difftol.jasplin2011-01-031-5/+5
* Improved layout and user interaction.jasplin2010-12-221-9/+10
* Fetch sample even when selecting first result in time series.jasplin2010-12-211-2/+4
* Added RSEMD (RSE of median observations).jasplin2010-12-171-7/+23
* Added MDRSE (median of relative standard errors).jasplin2010-12-161-25/+28
* Added invalid observations to time series stats.jasplin2010-12-151-27/+45
* Added non-positive observations to time series stats.jasplin2010-12-151-6/+24
* Added LCSS_LS (LCSS at last target snapshot).jasplin2010-12-151-19/+50
* Improved definition of last change stability score.jasplin2010-12-141-73/+40
* Fixed bug.jasplin2010-12-131-8/+8
* Indicate relative standard error in time series plot.jasplin2010-12-131-5/+22
* Indicate sample sizes in time series plot.jasplin2010-12-101-5/+6
* Improved last change stability score, but still not perfect.jasplin2010-12-091-24/+118
* Added hover function for time series inspection.jasplin2010-12-071-1/+1
* Split LCD into LCDB and LCDA.jasplin2010-12-071-7/+22
* Added web presentation of time series analysis.jasplin2010-12-071-0/+184
* Split Python code into separate files.jasplin2010-11-291-0/+71