summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorLines
2019-02-05move flatten to utilsDaniel Friesel-8/+9
2019-02-05add ipython prelude for energy modelingDaniel Friesel-0/+13
2019-02-05add protocol benchmark classes for protocolmodelingDaniel Friesel-0/+1225
2019-02-05ParamStats: document return ratio edge caseDaniel Friesel-1/+25
2019-02-05compute_param_statistics: Warn when encountering useless dataDaniel Friesel-1/+10
2019-02-05ParamStats: Correctly handle data with stddev == 0Daniel Friesel-2/+2
2019-02-05plotter: Simplify boxplot signatureDaniel Friesel-16/+16
2019-02-05move float_or_nan to utilsDaniel Friesel-17/+9
2019-02-05dokuDaniel Friesel-0/+6
2019-02-05plotter: Add generic plot_attribute function for by_* boxplotsDaniel Friesel-0/+16
2019-02-05data_parameters: distinguish num_objects by type (int/float/str/tbd)Daniel Friesel-5/+18
2019-02-04DokuDaniel Friesel-14/+43
2019-02-04Move depends_on_{param,arg} to ParamStats as wellDaniel Friesel-22/+34
2019-02-01move parameter influence detection to newly introduced ParamStat classDaniel Friesel-47/+51
2019-02-01compute_param_statistics: Note that 'param' must also be setDaniel Friesel-0/+4
2019-02-01DokuDaniel Friesel-16/+46
2019-02-01move parameter detection / statistics methods to utils (for now)Daniel Friesel-93/+103
2019-02-01dfatool: Remove unused code for parallel statistics computationDaniel Friesel-20/+3
2019-02-01DokuDaniel Friesel-2/+35
2019-01-31data_parameters: Add Protolog module for additional analysisDaniel Friesel-0/+100
2019-01-31add data_parameters (numeric description of JSON-like data)Daniel Friesel-0/+48
2019-01-31DokuDaniel Friesel-6/+120
2019-01-30keysightdlog: Add plottingDaniel Friesel-0/+45
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