0.2
Pre-releaseChangelog
281c6a5 print discretize error to stderr
1b1092e print discretize error to stderr
0814e0d remove stdout output of period diffs
4a14eed bugfix in period component, disable periods by default
90dbbd4 avoid nil pointer by defensive programming
8627a9f remove debug output, fix comment
85622e9 Merge pull request #4 from cha87de/periods
c28d3de merge txprofiles in period component
c5e849f avoid math.round due to golang 1.9 ...
902dacc avoid math.round due to golang 1.9 ...
2d4e639 add txmatrix diff computation
b611fe5 rename TSProfileMetric to TxMatrix
53b20a3 update readme
aeee082 extend tsprofiler by 'period' component
ae65d2f Merge pull request #3 from cha87de/refactor
0237381 fix test
807e99d finish refactoring.
2722c26 resume rewrite for buffer and discretizer
7c19882 non-working backup of refactoring
b9e7792 allow fixed bounds min/max, allow to disable stddev filter
151d526 update readme
106bc14 remove evaluation, will appear in separate repo
2d576d5 fix bootstrapping: allow min max both 0, slowly growing currentState measure
ccb4b2a fix tx plot with history
2021661 more verbose profile: cumulative tx history, and settings
97e39e7 markov chain with dynamic memory option
e1814a0 update dailynet example
66b74a9 fix python sim: max is now float
d761d0a simple stat output for csv files with python
1e07554 clean dailynet example data
4efde17 implement dynamic min/max and outlier filter
f317b7c add second example
0e8e4d4 rm java implementation of moving stddev