Age | Commit message (Expand) | Author | Lines |
2018-04-26 | refactor function code into separate file to solve circular import | Daniel Friesel | -257/+10 |
2018-04-24 | AnalyticFunction: Support functions with separate param and arg arguments | Daniel Friesel | -4/+8 |
2018-04-24 | AnalyticFunction: Compute num_vars from function_str | Daniel Friesel | -19/+27 |
2018-04-23 | add automata simulation code and parameter support | Daniel Friesel | -1/+0 |
2018-04-19 | add states_and_transitions accessor | Daniel Friesel | -0/+5 |
2018-04-19 | set smape/mape to NaN if incalculable | Daniel Friesel | -0/+4 |
2018-04-19 | also evaluate relative transition energy | Daniel Friesel | -2/+21 |
2018-04-18 | add corrcoef toggle to EnergyModel constructor | Daniel Friesel | -16/+39 |
2018-04-17 | add model quality summary (considering all traces in measurements) | Daniel Friesel | -8/+71 |
2018-04-17 | Properly toggle safe functions feature from analyze-archive.py | Daniel Friesel | -8/+7 |
2018-04-10 | rename 'fractional' functions to 'inverse' | Daniel Friesel | -7/+7 |
2018-04-10 | add support for safe division/log/sqrt | Daniel Friesel | -11/+28 |
2018-03-28 | export plot data for pgfplots (experimental and ugly) | Daniel Friesel | -0/+5 |
2018-03-28 | support plotting of raw and parameterized data + custom functions | Daniel Friesel | -2/+59 |
2018-03-22 | add tex output for pgfplotstable | Daniel Friesel | -1/+1 |
2018-03-16 | Allow silencing of warning and debug messages | Daniel Friesel | -21/+20 |
2018-03-15 | allow inferred functions to be overridden manually | Daniel Friesel | -3/+24 |
2018-03-12 | remove superfluous initalizer | Daniel Friesel | -2/+1 |
2018-03-12 | optional outlier handling... not sure if useful yet | Daniel Friesel | -1/+39 |
2018-03-12 | remove unnecessary epilogue function set in EnergyModel | Daniel Friesel | -4/+0 |
2018-03-08 | do not hardcode analyzed model attributes | Daniel Friesel | -38/+59 |
2018-03-01 | re-add argument support, starting with --ignored-trace-indexes | Daniel Friesel | -17/+18 |
2018-02-23 | regression_measures: add R^2 coefficient of determination score function | Daniel Friesel | -1/+8 |
2018-02-22 | skip functions which failed to fit | Daniel Friesel | -6/+7 |
2018-02-22 | proper support for arg-dependent model functions | Daniel Friesel | -18/+58 |
2018-02-21 | decrease _try_fits IPC overhead | Daniel Friesel | -1/+3 |
2018-02-21 | failed attempt at more efficient parameter statistics computation | Daniel Friesel | -44/+60 |
2018-02-20 | run fit checks in parallel | Daniel Friesel | -87/+157 |
2018-02-19 | Include function arguments (if any) in LUT keys | Daniel Friesel | -31/+49 |
2018-02-14 | move quality result printout to analyze-archive.py | Daniel Friesel | -17/+5 |
2018-02-14 | proper paramfuncton support (no crossvalidation yet for assessment) | Daniel Friesel | -1/+15 |
2018-02-12 | determine functions for parameter-dependent model attributes | Daniel Friesel | -3/+135 |
2018-02-06 | determine most likely analytic representation of a parameter influence | Daniel Friesel | -0/+157 |
2018-02-06 | simplify model generation | Daniel Friesel | -22/+2 |
2018-02-06 | calculate parameter dependence | Daniel Friesel | -6/+91 |
2018-01-29 | weed out clipping measurements as early as possible | Daniel Friesel | -5/+13 |
2018-01-29 | add parameter look-up table models | Daniel Friesel | -5/+45 |
2018-01-29 | add some tests | Daniel Friesel | -5/+7 |
2018-01-26 | support analyzing multiple measurements at once | Daniel Friesel | -31/+45 |
2018-01-26 | Only show SMAPE if it could be calculated | Daniel Friesel | -6/+16 |
2018-01-26 | use median for static models, not mean. d'oh. | Daniel Friesel | -2/+20 |
2018-01-25 | print model data, assess model quality | Daniel Friesel | -13/+66 |
2018-01-25 | Re-implement basic state/transition-based analysis | Daniel Friesel | -17/+93 |
2018-01-22 | Do not rely on self.setup (prepare for multi-measurement support) | Daniel Friesel | -9/+10 |
2018-01-22 | Implement preprocessing without perl script hackery | Daniel Friesel | -15/+169 |
2017-05-30 | calculate Spearman rank-order correlation coefficient | Daniel Friesel | -0/+8 |
2017-04-28 | support name suffixes | Daniel Friesel | -0/+2 |
2017-04-13 | dfatool: fix uA value in calibration warning | Daniel Friesel | -1/+1 |
2017-04-11 | support low-voltage measurements with inaccurate energy data | Daniel Friesel | -1/+6 |
2017-04-04 | split up rel_energy inte relative energy to previous state and to next state | Daniel Friesel | -1/+18 |