summaryrefslogtreecommitdiff
path: root/lib/dfatool.py
AgeCommit message (Expand)AuthorLines
2018-01-29add parameter look-up table modelsDaniel Friesel-5/+45
2018-01-29add some testsDaniel Friesel-5/+7
2018-01-26support analyzing multiple measurements at onceDaniel Friesel-31/+45
2018-01-26Only show SMAPE if it could be calculatedDaniel Friesel-6/+16
2018-01-26use median for static models, not mean. d'oh.Daniel Friesel-2/+20
2018-01-25print model data, assess model qualityDaniel Friesel-13/+66
2018-01-25Re-implement basic state/transition-based analysisDaniel Friesel-17/+93
2018-01-22Do not rely on self.setup (prepare for multi-measurement support)Daniel Friesel-9/+10
2018-01-22Implement preprocessing without perl script hackeryDaniel Friesel-15/+169
2017-05-30calculate Spearman rank-order correlation coefficientDaniel Friesel-0/+8
2017-04-28support name suffixesDaniel Friesel-0/+2
2017-04-13dfatool: fix uA value in calibration warningDaniel Friesel-1/+1
2017-04-11support low-voltage measurements with inaccurate energy dataDaniel Friesel-1/+6
2017-04-04split up rel_energy inte relative energy to previous state and to next stateDaniel Friesel-1/+18
2017-04-03initial commitDaniel Friesel-0/+291