<HTML>
<HEAD>
<TITLE>Using the Holt-Winters algorithm for prediction of future values</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hello,<BR>
<BR>
I am a bit confused as to how to use the Holt-Winters algorithm in RRDtool to give predictions of the future based on previous trends. I have set up an RRD file with Holt-Winters data using the following line in rrdtool create:<BR>
<BR>
&quot;RRA:HWPREDICT:2016:0.1:0.0035:20&quot;<BR>
<BR>
I have drawn the hwpredict line on the graphs, some confidence bands, and tick data from the failures rra. However, I am looking to do something like what is shown in this graph on the RRDtool gallery: <a href="http://oss.oetiker.ch/rrdtool/gallery/fsu_predict.png">http://oss.oetiker.ch/rrdtool/gallery/fsu_predict.png</a>. Can the Holt-Winters algorithm as it is implemented in RRDtool provide this sort of prediction? If so, can someone provide some guidance on how to go about doing that? If not, how is it being done in that graph?<BR>
<BR>
Thanks in advance for all the help!<BR>
<BR>
Faraaz Sareshwala</SPAN></FONT>
</BODY>
</HTML>