gnumeric r16861 - in trunk/doc: . C C/figures
- From: guelzow svn gnome org
- To: svn-commits-list gnome org
- Subject: gnumeric r16861 - in trunk/doc: . C C/figures
- Date: Wed, 8 Oct 2008 06:29:14 +0000 (UTC)
Author: guelzow
Date: Wed Oct 8 06:29:14 2008
New Revision: 16861
URL: http://svn.gnome.org/viewvc/gnumeric?rev=16861&view=rev
Log:
2008-10-08 Andreas J. Guelzow <aguelzow pyrshep ca>
* C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png: new
* C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png: new
* C/figures/analysistools-exp-smoothing-hunter-stderr.png: new
* C/figures/analysistools-exp-smoothing-roberts-stderr.png: new
* C/figures/analysistools-exp-smoothing-holt-stderr.png: new
* C/figures/Makefile.am: add above files
* C/analysis-statistical.xml: Add info on standard error for
exponential smoothing
Added:
trunk/doc/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png (contents, props changed)
trunk/doc/C/figures/analysistools-exp-smoothing-holt-stderr.png (contents, props changed)
trunk/doc/C/figures/analysistools-exp-smoothing-hunter-stderr.png (contents, props changed)
trunk/doc/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png (contents, props changed)
trunk/doc/C/figures/analysistools-exp-smoothing-roberts-stderr.png (contents, props changed)
Modified:
trunk/doc/C/analysis-statistical.xml
trunk/doc/C/figures/Makefile.am
trunk/doc/ChangeLog
Modified: trunk/doc/C/analysis-statistical.xml
==============================================================================
--- trunk/doc/C/analysis-statistical.xml (original)
+++ trunk/doc/C/analysis-statistical.xml Wed Oct 8 06:29:14 2008
@@ -737,10 +737,24 @@
A value, for example, between 0.2 and 0.3 represents 20 to 30 percent error
adjustment in the prior forecast.</para>
- <para>If you want to have the standard errors output as well, press the
- checkbutton on before starting the tool. The standard errors are
- calculated using the following formula: e(t) = SQRT ( ((A(t-3)-F(t-3))^2 +
- (A(t-2)-F(t-2))^2 + (A(t-1)-F(t-1))^2) / 3 ).</para>
+ <para>To have the standard errors output as well, press the
+ checkbutton on before starting the tool check the <quote><guilabel>Standard error</guilabel></quote> check box. The formula used is given in <xref linkend="exp-smoothing-tool-formula-hunter-stderr" />. The denominator can be adjusted by selecting the appropriate radio button.</para>
+
+
+ <figure id="exp-smoothing-tool-formula-hunter-stderr">
+ <title>The Standard Error Formula For Exponential Smoothing According To Hunter</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="figures/analysistools-exp-smoothing-hunter-stderr.png"
+ format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>The formula used to calculate the standard error of exponential smoothing according to Hunter</phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
<figure id="smoothing-example-1">
<title>Some Example Data for the Exponential Smoothing Tool</title>
@@ -777,6 +791,7 @@
</mediaobject>
</screenshot>
</figure>
+
</sect3>
<sect3 id="exp-smoothing-tool-roberts">
@@ -796,6 +811,25 @@
</mediaobject>
</screenshot>
</figure>
+
+ <para>To have the standard errors output as well, press the
+ checkbutton on before starting the tool check the <quote><guilabel>Standard error</guilabel></quote> check box. The formula used is given in <xref linkend="exp-smoothing-tool-formula-roberts-stderr" />. The denominator can be adjusted by selecting the appropriate radio button.</para>
+
+
+ <figure id="exp-smoothing-tool-formula-roberts-stderr">
+ <title>The Standard Error Formula For Exponential Smoothing According To Roberts</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="figures/analysistools-exp-smoothing-roberts-stderr.png"
+ format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>The formula used to calculate the standard error of exponential smoothing according to Roberts</phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
</sect3>
<sect3 id="exp-smoothing-tool-holt">
@@ -815,6 +849,25 @@
</mediaobject>
</screenshot>
</figure>
+
+ <para>To have the standard errors output as well, press the
+ checkbutton on before starting the tool check the <quote><guilabel>Standard error</guilabel></quote> check box. The formula used is given in <xref linkend="exp-smoothing-tool-formula-holt-stderr" />. The denominator can be adjusted by selecting the appropriate radio button.</para>
+
+
+ <figure id="exp-smoothing-tool-formula-holt-stderr">
+ <title>The Standard Error Formula For Holt's Trend Corrected Exponential Smoothing</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="figures/analysistools-exp-smoothing-holt-stderr.png"
+ format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>The formula used to calculate the standard error for Holt's trend corrected exponential smoothing.</phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
</sect3>
<sect3 id="exp-smoothing-tool-additive-holt-winters">
@@ -834,7 +887,26 @@
</mediaobject>
</screenshot>
</figure>
- </sect3>
+
+ <para>To have the standard errors output as well, press the
+ checkbutton on before starting the tool check the <quote><guilabel>Standard error</guilabel></quote> check box. The formula used is given in <xref linkend="exp-smoothing-tool-formula-a-holt-winters-stderr" />. The denominator can be adjusted by selecting the appropriate radio button.</para>
+
+
+ <figure id="exp-smoothing-tool-formula-a-holt-winters-stderr">
+ <title>The Standard Error Formula Of The Additive Holt-Winters Method</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="figures/analysistools-exp-smoothing-a-holt-winters-stderr.png"
+ format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>The formula used to calculate the standard error in the additive Holt-Winters Method</phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
+ </sect3>
<sect3 id="exp-smoothing-tool-multiplicative-holt-winters">
<title>Multiplicative Holt-Winters Method</title>
@@ -853,6 +925,25 @@
</mediaobject>
</screenshot>
</figure>
+
+ <para>To have the standard errors output as well, press the
+ checkbutton on before starting the tool check the <quote><guilabel>Standard error</guilabel></quote> check box. The formula used is given in <xref linkend="exp-smoothing-tool-formula-m-holt-winters-stderr" />. The denominator can be adjusted by selecting the appropriate radio button.</para>
+
+
+ <figure id="exp-smoothing-tool-formula-m-holt-winters-stderr">
+ <title>The Standard Error Formula Of The Multiplicative Holt-Winters Method</title>
+ <screenshot>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="figures/analysistools-exp-smoothing-m-holt-winters-stderr.png"
+ format="PNG" />
+ </imageobject>
+ <textobject>
+ <phrase>The formula used to calculate the standard error in the multiplivative Holt-Winters Method</phrase>
+ </textobject>
+ </mediaobject>
+ </screenshot>
+ </figure>
</sect3>
</sect2>
Modified: trunk/doc/C/figures/Makefile.am
==============================================================================
--- trunk/doc/C/figures/Makefile.am (original)
+++ trunk/doc/C/figures/Makefile.am Wed Oct 8 06:29:14 2008
@@ -21,10 +21,15 @@
analysistools-descstats-ex2.png \
analysistools-descstats.png \
analysistools-exp-smoothing-a-holt-winters-formula.png \
+ analysistools-exp-smoothing-a-holt-winters-stderr.png \
analysistools-exp-smoothing-holt-formula.png \
+ analysistools-exp-smoothing-holt-stderr.png \
analysistools-exp-smoothing-hunter-formula.png \
+ analysistools-exp-smoothing-hunter-stderr.png \
analysistools-exp-smoothing-m-holt-winters-formula.png \
+ analysistools-exp-smoothing-m-holt-winters-stderr.png \
analysistools-exp-smoothing-roberts-formula.png \
+ analysistools-exp-smoothing-roberts-stderr.png \
analysistools-fourier-formula.png \
analysistools-fourier.png \
analysistools-ftest-ex1.png \
Added: trunk/doc/C/figures/analysistools-exp-smoothing-a-holt-winters-stderr.png
==============================================================================
Binary file. No diff available.
Added: trunk/doc/C/figures/analysistools-exp-smoothing-holt-stderr.png
==============================================================================
Binary file. No diff available.
Added: trunk/doc/C/figures/analysistools-exp-smoothing-hunter-stderr.png
==============================================================================
Binary file. No diff available.
Added: trunk/doc/C/figures/analysistools-exp-smoothing-m-holt-winters-stderr.png
==============================================================================
Binary file. No diff available.
Added: trunk/doc/C/figures/analysistools-exp-smoothing-roberts-stderr.png
==============================================================================
Binary file. No diff available.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]