summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-01-30DokuDaniel Friesel-12/+204
2019-01-30document lib/functions.pyDaniel Friesel-2/+175
2019-01-28fix mimplotDaniel Friesel-0/+4
2018-08-16add simple keysight .dlog analyzerDaniel Friesel-0/+85
2018-08-15Keysight -> KeysightCSVDaniel Friesel-1/+1
2018-06-29add more plotting functionsDaniel Friesel-10/+21
2018-05-07support ignored trace indexes in model assessment as wellDaniel Friesel-46/+51
2018-05-07Add support for PTA to JSON serializationDaniel Friesel-3/+54
2018-05-04add summary evaluation of model without transition energyDaniel Friesel-0/+5
2018-04-26Support compact PTA json with multiple origin states per transitionDaniel Friesel-17/+14
2018-04-26refactor function code into separate file to solve circular importDaniel Friesel-258/+273
2018-04-25PTA: Support unconditional param setters (e.g. initialization functions)Daniel Friesel-5/+15
2018-04-24Support PTA construction from jsonDaniel Friesel-2/+36
2018-04-24Support arg_to_param_map (dict instead of function)Daniel Friesel-3/+4
2018-04-24PTA: Use parameter dictionary internallyDaniel Friesel-22/+54
2018-04-24AnalyticFunction: Support functions with separate param and arg argumentsDaniel Friesel-4/+8
2018-04-24AnalyticFunction: Compute num_vars from function_strDaniel Friesel-19/+27
2018-04-23add automata simulation code and parameter supportDaniel Friesel-12/+100
2018-04-19Implement PTA DFS as generatorDaniel Friesel-9/+8
2018-04-19Add simple PTA implementation with DFSDaniel Friesel-0/+45
2018-04-19add states_and_transitions accessorDaniel Friesel-0/+5
2018-04-19set smape/mape to NaN if incalculableDaniel Friesel-0/+4
2018-04-19also evaluate relative transition energyDaniel Friesel-2/+21
2018-04-18add corrcoef toggle to EnergyModel constructorDaniel Friesel-16/+39
2018-04-17add model quality summary (considering all traces in measurements)Daniel Friesel-8/+71
2018-04-17Properly toggle safe functions feature from analyze-archive.pyDaniel Friesel-8/+7
2018-04-10rename 'fractional' functions to 'inverse'Daniel Friesel-7/+7
2018-04-10add support for safe division/log/sqrtDaniel Friesel-11/+28
2018-03-28export plot data for pgfplots (experimental and ugly)Daniel Friesel-13/+57
2018-03-28support plotting of raw and parameterized data + custom functionsDaniel Friesel-2/+133
2018-03-22add tex output for pgfplotstableDaniel Friesel-1/+1
2018-03-16Allow silencing of warning and debug messagesDaniel Friesel-21/+20
2018-03-15allow inferred functions to be overridden manuallyDaniel Friesel-3/+24
2018-03-12remove superfluous initalizerDaniel Friesel-2/+1
2018-03-12optional outlier handling... not sure if useful yetDaniel Friesel-1/+39
2018-03-12remove unnecessary epilogue function set in EnergyModelDaniel Friesel-4/+0
2018-03-08do not hardcode analyzed model attributesDaniel Friesel-38/+59
2018-03-01re-add argument support, starting with --ignored-trace-indexesDaniel Friesel-17/+18
2018-02-23regression_measures: add R^2 coefficient of determination score functionDaniel Friesel-1/+8
2018-02-22skip functions which failed to fitDaniel Friesel-6/+7
2018-02-22proper support for arg-dependent model functionsDaniel Friesel-18/+58
2018-02-21decrease _try_fits IPC overheadDaniel Friesel-1/+3
2018-02-21failed attempt at more efficient parameter statistics computationDaniel Friesel-44/+60
2018-02-20run fit checks in parallelDaniel Friesel-87/+157
2018-02-19Include function arguments (if any) in LUT keysDaniel Friesel-31/+49
2018-02-14move quality result printout to analyze-archive.pyDaniel Friesel-17/+5
2018-02-14proper paramfuncton support (no crossvalidation yet for assessment)Daniel Friesel-1/+15
2018-02-12determine functions for parameter-dependent model attributesDaniel Friesel-3/+135
2018-02-06determine most likely analytic representation of a parameter influenceDaniel Friesel-0/+157
2018-02-06simplify model generationDaniel Friesel-22/+2