author | jake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000) | ||
committer | jake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000) | ||
commit | d0a1ea32f66d9d8d8ef696a2137425f84ff440e2 | |
tree | fe4cef56f8b133cf574f65aec29cd67347783922 | tree | snapshot |
parent | 4753c98b30cdf4f003e86d76c2c794442e4eeef5 | commit | diff |
Contents of this patch:
(1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files.
(2) Moves some initialization code from rrd_create.c to rrd_hw.c.
(3) Adds another pass to smoothing for SEASONAL and DEVSEASONAL RRAs.
This pass computes the coefficients as deviations from an average; the
average is added the baseline coefficient of HWPREDICT. Statistical texts
suggest this to preserve algorithm stability. It will not invalidate
RRD files created and smoothed with the old code.
(4) Adds the aberrant-reset flag to rrd tune. This operation, which is
specified for a single data source, causes the holt-winters algorithm to
forget everthing it has learned and start over.
(5) Fixes a few out-of-date code comments.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@52 a5681a0c-68f1-0310-ab6d-d61299d08faa
(1) Adds/revises documentation for rrd tune in rrd_tool.c and pod files.
(2) Moves some initialization code from rrd_create.c to rrd_hw.c.
(3) Adds another pass to smoothing for SEASONAL and DEVSEASONAL RRAs.
This pass computes the coefficients as deviations from an average; the
average is added the baseline coefficient of HWPREDICT. Statistical texts
suggest this to preserve algorithm stability. It will not invalidate
RRD files created and smoothed with the old code.
(4) Adds the aberrant-reset flag to rrd tune. This operation, which is
specified for a single data source, causes the holt-winters algorithm to
forget everthing it has learned and start over.
(5) Fixes a few out-of-date code comments.
git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@52 a5681a0c-68f1-0310-ab6d-d61299d08faa
doc/rrdtune.pod | diff | blob | history | |
src/rrd_create.c | diff | blob | history | |
src/rrd_hw.c | diff | blob | history | |
src/rrd_hw.h | diff | blob | history | |
src/rrd_rpncalc.c | diff | blob | history | |
src/rrd_tool.c | diff | blob | history | |
src/rrd_tune.c | diff | blob | history |