Code

Contents of this patch:
authorjake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000)
committerjake <jake@a5681a0c-68f1-0310-ab6d-d61299d08faa>
Wed, 22 Aug 2001 22:29:07 +0000 (22:29 +0000)
commit55169970755a120b051da08d0e953c379a6b5a68
tree8564cffe3a2659589cbe319c0a21ee2551afff06
parent5b979372a83da8451dc080e1b26e1ecef1829d44
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@52 a5681a0c-68f1-0310-ab6d-d61299d08faa
program/doc/rrdtune.pod
program/src/rrd_create.c
program/src/rrd_hw.c
program/src/rrd_hw.h
program/src/rrd_rpncalc.c
program/src/rrd_tool.c
program/src/rrd_tune.c