home *** CD-ROM | disk | FTP | other *** search
/ Freelog 65 / Freelog065.iso / BAS / Bureautique / Gnumeric / gnumeric-1.3.92-rc1.exe / analysis-statistical.xml < prev    next >
Text File  |  2004-11-01  |  72KB  |  1,822 lines

  1. <sect1 id="sect-analysis-statistical">
  2.   <title>Statistical Analysis</title>
  3.  
  4.   <para>
  5.     The data analysis tools package contains tools for statistical
  6.     data analysis and data sampling.  To use
  7.     these tools select the <guilabel>Data Analysis...</guilabel> item
  8.     in the <guilabel>Tools</guilabel> menu.  This yields a list of
  9.     tools to choose from.  Select one of the tools from the list and
  10.     press the OK button or double-click on the tool.  The tools are
  11.     described below.
  12.   </para>
  13.  
  14.   <figure id="fig-statistical-analysistools">
  15.     <title>Statistical Analysis Tools </title>
  16.     <screenshot>
  17.       <screeninfo>Gnumeric's Data Analysis Tools</screeninfo>
  18.       <mediaobject>
  19.         <imageobject>
  20.           <imagedata fileref="figures/analysistools-tools.png" 
  21.               format="PNG" />
  22.             </imageobject>
  23.             <textobject>
  24.               <phrase>An image of the statistical analysis tools
  25.               available through the "Tools" menu.</phrase>
  26.             </textobject>
  27.            </mediaobject>
  28.     </screenshot>
  29.   </figure>
  30.  
  31.   <para>
  32.     All tools have the same output options (see <xref
  33.     linkend="fig-outputoptions" />).  The results can be printed into a
  34.     new sheet, into a new workbook, or into a given output range on a
  35.     sheet of the current workbook.  To select the output method select
  36.     one of the radio buttons inside the <guilabel>Output</guilabel>
  37.     frame. If you have chosen <quote><guibutton>Output
  38.     Range</guibutton></quote> you must also enter a single range in
  39.     the entry field.
  40.   </para>
  41.  
  42.   <para>Select the <guilabel>Autofit
  43.     Columns</guilabel> option to automatically adjust the widths of
  44.     the columns in the output range.
  45.   </para> 
  46.  
  47.   <note>
  48.     <para>
  49.       If the chosen output range is too small, some of the results
  50.       will be lost.
  51.     </para>
  52.   </note>
  53.  
  54.   <note>
  55.     <para>
  56.       The old data in the output range is deleted and cannot be
  57.       recovered.
  58.     </para>
  59.   </note>
  60.  
  61.   <figure id="fig-outputoptions">
  62.     <title>Common output options of the data analysis tools</title>
  63.     <screenshot id="outputoptions-shot">
  64.       <mediaobject>
  65.         <imageobject>
  66.           <imagedata fileref="figures/analysistools-outputoptions.png" 
  67.               format="PNG" />
  68.             </imageobject>
  69.             <textobject>
  70.               <phrase>An image of the output options dialog used by
  71.               the statistical analysis tools.</phrase>
  72.             </textobject>
  73.            </mediaobject>
  74.     </screenshot>
  75.   </figure>
  76.  
  77.   <para>
  78.     To enter a range into an entry field, you can either type the
  79.     range specification into the text field, or click in the text
  80.     field and then select the range on the sheet (see <xref
  81.     linkend="specifyingranges" />).
  82.   </para>
  83.  
  84.   <figure id="specifyingranges">
  85.     <title>Specifying Ranges</title>
  86.     <screenshot>
  87.       <mediaobject>
  88.         <imageobject>
  89.           <imagedata fileref="figures/analysistools-ranges.png" format="PNG" />
  90.       </imageobject>
  91.             <textobject>
  92.               <phrase>An image of the input range text box used by the
  93.               statistical analysis tools.</phrase>
  94.             </textobject>
  95.            </mediaobject>
  96.     </screenshot>
  97.   </figure>
  98.  
  99.   <para>
  100.     Some entry fields accept lists of ranges. To enter these lists,
  101.     select one range, type a comma, and then select the next range. At
  102.     any time, you may switch to another sheet of the workbook.
  103.   </para>
  104.  
  105.  
  106.  
  107.  
  108.  
  109. <sect2 id="anova">
  110.   <title>Analysis of Variance</title>
  111.  
  112.   <sect3 id="anova-single-factor-tool">
  113.      <title>ANOVA: Single Factor Tool</title>
  114.  
  115.      <para>
  116.        Use this tool to perform a single factor analysis of the
  117.        variances of given variables. The variables are specified by
  118.        the <quote><guilabel>Input Range:</guilabel></quote> entry.
  119.        The given range can be grouped into the variables either by
  120.        columns, by rows or by areas.  The
  121.        <quote><guilabel>Alpha:</guilabel></quote> entry specifies the
  122.        significance level which is by default 5%.
  123.      </para>
  124.  
  125.      <para>If the first row or first column of the given range, or the 
  126.      first field of each area contains labels, select the <quote><guibutton>Labels
  127.      </guibutton></quote> option. The names of 
  128.      the variables will be included in the  output table.</para>
  129.  
  130.      <para>The results of this analysis of variance are presented in 
  131.      a standard ANOVA table. The <quote><guilabel>F critical</guilabel></quote>
  132.      value is the largest value of F that is statistically significant
  133.      using the given significance level (<quote><guilabel>Alpha</guilabel></quote>).</para>
  134.  
  135.      <para>This tool also calculates the count, sum, average,
  136.      and the variance of each variable.</para>
  137.  
  138.    <figure id="anova-one-factor-tool-ex1">
  139.     <title>1-factor ANOVA Dialog and Example Data</title>
  140.     <screenshot>
  141.     <mediaobject>
  142.             <imageobject>
  143.               <imagedata fileref="figures/analysistools-ANOVA1-ex1.png" 
  144.                   format="PNG" />
  145.             </imageobject>
  146.             <textobject>
  147.               <phrase>An image of a multilevel single factor ANOVA
  148.               analysis.</phrase>
  149.             </textobject>
  150.            </mediaobject>
  151.     </screenshot>
  152.   </figure>
  153. <example id="usinganovaonefactortool">
  154.  <title>Using the single factor ANOVA</title>
  155.      <para>See <xref linkend="anova-one-factor-tool-ex1" /> for an example 
  156.      of a completed dialog and <xref
  157.      linkend="anova-one-factor-tool-ex2" />
  158.      for the corresponding output.
  159.      </para>
  160.  </example>
  161.   <figure id="anova-one-factor-tool-ex2">
  162.     <title>Output From a 1-factor ANOVA</title>
  163.     <screenshot>
  164.     <mediaobject>
  165.             <imageobject>
  166.               <imagedata fileref="figures/analysistools-ANOVA1-ex2.png" 
  167.                   format="PNG" />
  168.             </imageobject>
  169.             <textobject>
  170.               <phrase>An image of the output from a multilevel single
  171.               factor ANOVA analysis.</phrase>
  172.             </textobject>
  173.            </mediaobject>
  174.     </screenshot>
  175.   </figure>
  176.      
  177.  
  178.   </sect3>
  179.  
  180.   <sect3 id="anova-two-factor-tool">
  181.      <title>ANOVA: Two-Factor Tool</title>
  182.  
  183.      <para><application>Gnumeric</application> can perform two factor fixed effects ANOVAs with and 
  184.      without replication. The same dialog is used and the 
  185.      appropriate tool is selected depending on whether the number of rows 
  186.      per sample is 1 or larger than 1.</para> 
  187.  
  188.   <sect4 id="anova-two-factor-without-tool">
  189.      <title>ANOVA: Two-Factor Without Replication Tool</title>
  190.  
  191.      <para>If the number of rows per sample is given as 1, <application>Gnumeric</application> 
  192.      performs a two factor fixed effects ANOVA without replication. Each
  193.      column of the input range is interpreted as a level of the first 
  194.      factor while each row is interpreted as a level of the second factor.
  195.      </para>
  196.      <para>The first row and column of the range may contain labels for 
  197.      these levels. In this case the <quote><guibutton>Labels</guibutton></quote> option should be selected.
  198.      </para>
  199.      <para> The <quote><guilabel>Alpha:</guilabel></quote> entry specifies the 
  200.      significance level which is by default 5%.</para>
  201.  <example id="usinganovatwofactorwotool">
  202.  <title>Using the 2-factor ANOVA Without Replication Tool</title>
  203.      <para>See <xref linkend="anova-two-factor-without-tool-ex1" /> for an example 
  204.      of a completed dialog and <xref
  205.      linkend="anova-two-factor-without-tool-ex2" />
  206.      for the corresponding output.
  207.      </para>
  208.  </example>
  209.   <figure id="anova-two-factor-without-tool-ex1">
  210.     <title>2-factor ANOVA Without Replication Dialog</title>
  211.     <screenshot>
  212.     <mediaobject>
  213.             <imageobject>
  214.               <imagedata fileref="figures/analysistools-ANOVA2wo-ex1.png" 
  215.                   format="PNG" />
  216.             </imageobject>
  217.             <textobject>
  218.               <phrase>An image of a two factor ANOVA without
  219.               replication analysis.</phrase>
  220.             </textobject>
  221.            </mediaobject>
  222.     </screenshot>
  223.   </figure>
  224.   <figure id="anova-two-factor-without-tool-ex2">
  225.     <title>Output From a 2-factor ANOVA Without Replication</title>
  226.     <screenshot>
  227.     <mediaobject>
  228.             <imageobject>
  229.               <imagedata fileref="figures/analysistools-ANOVA2wo-ex2.png" 
  230.                   format="PNG" />
  231.             </imageobject>
  232.             <textobject>
  233.               <phrase>An image of the output from a two factor ANOVA without
  234.               replication analysis.</phrase>
  235.             </textobject>
  236.            </mediaobject>
  237.     </screenshot>
  238.   </figure>
  239.   </sect4>
  240.  
  241.   <sect4 id="anova-two-factor-with-tool">
  242.      <title>ANOVA: Two-Factor With Replication Tool</title>
  243.      <para>If the number of rows per sample is larger than 1, <application>Gnumeric</application> 
  244.      performs a two factor fixed effects ANOVA with replication. Each
  245.      column of the input range is interpreted as a level of the first 
  246.      factor while groups of rows (the number of rows in each group given 
  247.      by the <quote><guilabel>number of rows per sample</guilabel></quote> value) are interpreted as levels 
  248.      of the second factor.
  249.      </para>
  250.      <para>The first row and column of the range may contain labels for 
  251.      these levels. In this case the <quote><guibutton>Labels</guibutton></quote> option should be selected.
  252.      </para>
  253.      <para> The <quote><guilabel>Alpha:</guilabel></quote> entry specifies the 
  254.      significance level which is by default 5%.</para>
  255.      <para>See <xref linkend="anova-two-factor-with-tool-ex1" /> for an example 
  256.      of a completed dialog and <xref
  257.      linkend="anova-two-factor-with-tool-ex2" />
  258.      for the corresponding output.
  259.      </para>
  260.   <figure id="anova-two-factor-with-tool-ex1">
  261.     <title>2-factor ANOVA With Replication Dialog</title>
  262.     <screenshot>
  263.     <mediaobject>
  264.             <imageobject>
  265.               <imagedata fileref="figures/analysistools-ANOVA2w-ex1.png" 
  266.                   format="PNG" />
  267.             </imageobject>
  268.             <textobject>
  269.               <phrase>An image of a two factor ANOVA with replication
  270.               analysis.</phrase>
  271.             </textobject>
  272.            </mediaobject>
  273.     </screenshot>
  274.   </figure>
  275.   <figure id="anova-two-factor-with-tool-ex2">
  276.     <title>Output From a 2-factor ANOVA With Replication</title>
  277.     <screenshot>
  278.     <mediaobject>
  279.             <imageobject>
  280.               <imagedata fileref="figures/analysistools-ANOVA2w-ex2.png" 
  281.                   format="PNG" />
  282.             </imageobject>
  283.             <textobject>
  284.               <phrase>An image of the output from a two factor ANOVA
  285.               with replication analysis.</phrase>
  286.             </textobject>
  287.            </mediaobject>
  288.     </screenshot>
  289.   </figure>
  290.      
  291.      <para><application>Gnumeric</application> will estimate missing
  292.      values for each level combination as the mean of the existing
  293.      values in that combination. The degrees of freedom are adjusted
  294.      appropriately. </para>
  295.  
  296.   </sect4>
  297.   </sect3>
  298.  
  299. </sect2>
  300.  
  301.   <sect2 id="correlation-tool">
  302.      <title>Correlation Tool</title>
  303.  
  304.   <figure id="correlation-tool-dialog">
  305.     <title>Correlation Tool Dialog</title>
  306.     <screenshot>
  307.     <mediaobject>
  308.             <imageobject>
  309.               <imagedata fileref="figures/analysistools-correlation.png" 
  310.                   format="PNG" />
  311.             </imageobject>
  312.             <textobject>
  313.               <phrase>An image of the correlation analysis dialog.</phrase>
  314.             </textobject>
  315.            </mediaobject>
  316.     </screenshot>
  317.   </figure>
  318.  
  319.      <para>The correlation tool calculates the pairwise Pearson 
  320.      correlation coefficients of the
  321.      given variables.  Use this tool to calculate any number of
  322.      correlation coefficients at the same time.  The variables for
  323.      which the correlations are calculated are specified by the <quote><guilabel>Input
  324.      Range:</guilabel></quote> entry. The input range can consist of either a single 
  325.      range or a comma separated list of ranges. The given range or 
  326.      ranges can be grouped by columns, by rows, or by areas.</para>
  327.  
  328.      <para>If the first row or column of the given ranges, or the 
  329.      first field of each area contains labels,  the
  330.      <quote><guibutton>Labels</guibutton></quote> option should be selected.
  331.      </para>
  332.  
  333.   <figure id="correlation-example-1">
  334.     <title>Some Example Data</title>
  335.     <screenshot>
  336.     <mediaobject>
  337.             <imageobject>
  338.               <imagedata fileref="figures/analysistools-correlation-ex1.png" 
  339.                   format="PNG" />
  340.             </imageobject>
  341.             <textobject>
  342.               <phrase>An image of an example data set for a
  343.               correlation analysis.</phrase>
  344.             </textobject>
  345.            </mediaobject>
  346.     </screenshot>
  347.   </figure>
  348.  
  349.  <example id="usingcorrelationtool">
  350.  <title>Using the Correlation Tool</title>
  351.     <para>For example, you want to calculate the correlation between
  352.      three variables, one each in columns A, B, and C.
  353.      Both variables have 10 values in rows 2 to 11 with labels in row 1
  354.      (see <xref linkend="correlation-example-1" />).</para>
  355. <orderedlist>
  356.      <listitem><para>
  357.      Enter A1:B11 in the <quote><guilabel>Input Range:</guilabel></quote> entry by typing 
  358.      this directly into the entry or clicking in the entry field and 
  359.      then selecting that range on the sheet. In the latter case the 
  360.      entry will also contain the sheet name. </para></listitem>
  361.      <listitem><para>
  362.      Select the <quote><guibutton>Columns</guibutton></quote> radio button next to 
  363.      <quote><guilabel>Grouped By:</guilabel></quote>, 
  364.      since each variable is in its own column.</para></listitem>
  365.      <listitem><para> Select the <quote><guibutton>Labels</guibutton></quote>
  366.      option since the first row contains labels. (see 
  367.      <xref linkend="correlation-example-2" />).</para></listitem>
  368.      <listitem><para> Specify the output 
  369.      options as described above.</para></listitem>
  370.      <listitem><para> Press the OK button. </para></listitem>
  371. </orderedlist>
  372.      <para>The calculated correlations are given in a table with each column and
  373.      row labeled with the names of the variables.  If the
  374.      names are not given in the input range, <application>Gnumeric</application> generates them.
  375.      In our example, the 
  376.      correlation between the variables in column A and B, can be found
  377.      in the second column and third row of the results table (see 
  378.      <xref linkend="correlation-example-3" />).</para>
  379.  </example>
  380.   <figure id="correlation-example-2">
  381.     <title>Completed Correlation Dialog</title>
  382.     <screenshot>
  383.     <mediaobject>
  384.             <imageobject>
  385.               <imagedata fileref="figures/analysistools-correlation-ex2.png" 
  386.                   format="PNG" />
  387.             </imageobject>
  388.             <textobject>
  389.               <phrase>An image of the completed correlation analysis
  390.               dialog.</phrase>
  391.             </textobject>
  392.            </mediaobject>
  393.     </screenshot>
  394.   </figure>
  395.   <figure id="correlation-example-3">
  396.     <title>Correlation Tool Output</title>
  397.     <screenshot>
  398.     <mediaobject>
  399.             <imageobject>
  400.               <imagedata fileref="figures/analysistools-correlation-ex3.png" 
  401.                   format="PNG" />
  402.             </imageobject>
  403.             <textobject>
  404.               <phrase>An image of the output of the correlation
  405.               analysis.</phrase>
  406.             </textobject>
  407.            </mediaobject>
  408.     </screenshot>
  409.   </figure>
  410.   </sect2>
  411.  
  412.   <sect2 id="covariance-tool">
  413.      <title>Covariance Tool</title>
  414.  
  415.   <figure id="covariance-tool-dialog">
  416.     <title>Covariance Tool Dialog</title>
  417.     <screenshot>
  418.     <mediaobject>
  419.             <imageobject>
  420.               <imagedata fileref="figures/analysistools-covariance.png" 
  421.                   format="PNG" />
  422.             </imageobject>
  423.             <textobject>
  424.               <phrase>An image of the covariance analysis
  425.               dialog.</phrase>
  426.             </textobject>
  427.            </mediaobject>
  428.     </screenshot>
  429.   </figure>
  430.  
  431.      <para>The covariance tool calculates the pairwise 
  432.      covariance coefficients of the
  433.      given variables.  Use this tool to calculate any number of
  434.      covariance coefficients at the same time.  The variables for
  435.      which the covariances are calculated are specified by the <quote><guilabel>Input
  436.      Range:</guilabel></quote> entry. The input range can consist of either a single 
  437.      range or a comma separated list of ranges. The given range or 
  438.      ranges can be grouped by columns, by rows, or by areas.</para>
  439.  
  440.      <para>If the first row or column of the given ranges, or the 
  441.      first field of each area contains labels,  the
  442.      <quote><guibutton>Labels</guibutton></quote> option should be selected.
  443.      </para>
  444.  
  445.   <figure id="covariance-example-1">
  446.     <title>Some Example Data</title>
  447.     <screenshot>
  448.     <mediaobject>
  449.             <imageobject>
  450.               <imagedata fileref="figures/analysistools-covariance-ex1.png" 
  451.                   format="PNG" />
  452.             </imageobject>
  453.             <textobject>
  454.               <phrase>An image example data for a covariance
  455.               analysis.</phrase>
  456.             </textobject>
  457.            </mediaobject>
  458.     </screenshot>
  459.   </figure>
  460.  
  461.  <example id="usingcovariancetool">
  462.  <title>Using The Covariance Tool</title>
  463.     <para>For example, you want to calculate the covariance between
  464.      three variables, one each in columns A, B, and C.
  465.      Both variables have 10 values in rows 2 to 11 with labels in row 1
  466.      (see <xref linkend="covariance-example-1" />).</para>
  467. <orderedlist>
  468.      <listitem><para>
  469.      Enter A1:B11 in the <quote><guilabel>Input Range:</guilabel></quote> entry by typing 
  470.      this directly into the entry or clicking in the entry field and 
  471.      then selecting that range on the sheet. In the latter case the 
  472.      entry will also contain the sheet name. </para></listitem>
  473.      <listitem><para>
  474.      Select the <quote><guibutton>Columns</guibutton></quote> radio button next to 
  475.      <quote><guilabel>Grouped By:</guilabel></quote>, 
  476.      since each variable is in its own column.</para></listitem>
  477.      <listitem><para> Select the <quote><guibutton>Labels</guibutton></quote>
  478.      option since the first row contains labels.
  479.      </para></listitem>
  480.      <listitem><para> Specify the output 
  481.      options as described above.</para></listitem>
  482.      <listitem><para> Press the OK button. </para></listitem>
  483. </orderedlist>
  484.      <para>The calculated covariances are given in a table with each column and
  485.      row labeled with the names of the variables.  If the
  486.      names are not given in the input range, <application>Gnumeric</application> generates them.
  487.      In our example, the 
  488.      covariance between the variables in column A and B, can be found
  489.      in the second column and third row of the results table (see 
  490.      <xref linkend="covariance-example-2" />).</para>
  491.  </example>
  492.   <figure id="covariance-example-2">
  493.     <title>Covariance Tool Output</title>
  494.     <screenshot>
  495.     <mediaobject>
  496.             <imageobject>
  497.               <imagedata fileref="figures/analysistools-covariance-ex2.png" 
  498.                   format="PNG" />
  499.             </imageobject>
  500.             <textobject>
  501.               <phrase>An image of the output of a covariance analysis.</phrase>
  502.             </textobject>
  503.            </mediaobject>
  504.     </screenshot>
  505.   </figure>
  506.   </sect2>
  507.  
  508.  
  509.   <sect2 id="descriptive-statistics-tool">
  510.      <title>Descriptive Statistics Tool</title>
  511.  
  512.   <figure id="descriptive-statistics-tool-dialog">
  513.     <title>Descriptive Statistics Tool Dialog</title>
  514.     <screenshot>
  515.     <mediaobject>
  516.             <imageobject>
  517.               <imagedata fileref="figures/analysistools-descstats.png" 
  518.                   format="PNG" />
  519.             </imageobject>
  520.             <textobject>
  521.               <phrase>An image of the descriptive statistics dialog.</phrase>
  522.             </textobject>
  523.            </mediaobject>
  524.     </screenshot>
  525.   </figure>
  526.  
  527.      <para>The descriptive statistics tool calculates various statistics 
  528.      for the given variables and a confidence interval for the population
  529.      mean. The variables are specified via the <quote><guilabel>Input
  530.      Range:</guilabel></quote> entry.  The given range or list of ranges can be grouped into 
  531.      variables by columns, rows, or areas.</para>
  532.  
  533.      <para>This tool can produce four different kinds of statistical
  534.      data.
  535.      </para>
  536.      <itemizedlist>
  537.      <listitem><para>If the <quote><guibutton>Summary Statistics</guibutton></quote> option is selected,  
  538.      this tool calculates the
  539.      mean, standard error, median, mode, standard deviation, sample
  540.      variance, kurtosis, skewness, range, minimum, maximum, sum, and
  541.      count for each variable.</para>
  542.      </listitem>
  543.      <listitem><para>If the <quote><guibutton>Confidence Interval for the Mean</guibutton></quote> option is 
  544.      selected, the tool calculates  confidence intervals for the population
  545.      mean of each variable.
  546.      Specify the confidence level in the entry box.  The default confidence 
  547.      level is 95%.</para> 
  548.  
  549.      <note><para>The interval given will usually be wider than the 
  550.      interval obtained using the CONFIDENCE function. The CONFIDENCE function
  551.      assumes that the population standard deviation is known. This tool
  552.      estimates the population standard deviation using the sample standard
  553.      deviation.</para></note></listitem>
  554.  
  555.      <listitem><para>If the <quote><guibutton>Kth Largest:</guibutton></quote> option is selected, the tool finds
  556.      the <parameter>k</parameter>th largest value of each of the variables.  Specify 
  557.      <parameter>k</parameter> in
  558.      the entry box next to the option. The default is 1.
  559.      </para></listitem>
  560.  
  561.      <listitem><para>If the <quote><guibutton>Kth Smallest:</guibutton></quote> option is selected, the tool finds
  562.      the <parameter>k</parameter>th smallest value of each of the variables.  Specify 
  563.      <parameter>k</parameter> in
  564.      the entry box next to the option. The default is 1.
  565.      </para></listitem>
  566.      </itemizedlist>
  567.      <para>If the first entry for each variable contains the label,
  568.      select the <quote><guibutton>Labels</guibutton></quote> option.
  569.      </para>
  570.   <figure id="descstats-example-1">
  571.     <title>Some Example Data</title>
  572.     <screenshot>
  573.     <mediaobject>
  574.             <imageobject>
  575.               <imagedata fileref="figures/analysistools-descstats-ex1.png" 
  576.                   format="PNG" />
  577.             </imageobject>
  578.             <textobject>
  579.               <phrase>An image of some example data for descriptive
  580.               statistics.</phrase>
  581.             </textobject>
  582.            </mediaobject>
  583.     </screenshot>
  584.   </figure>
  585.  <example id="usingdescstatstool"><title>Using the Descriptive Statistics Tool</title>
  586.      <para><xref linkend="descstats-example-1" /> shows some example data, 
  587.      <xref linkend="descstats-example-1-options" /> the selected options, and 
  588.      <xref linkend="descstats-example-2" /> the corresponding output.
  589.      </para>
  590. </example>
  591.   <figure id="descstats-example-1-options">
  592.     <title>The Options Page For Descriptive Statistics</title>
  593.     <screenshot>
  594.     <mediaobject>
  595.             <imageobject>
  596.               <imagedata fileref="figures/analysistools-descstats-ex1-options.png" 
  597.                   format="PNG" />
  598.             </imageobject>
  599.             <textobject>
  600.               <phrase>An image of some example data for descriptive
  601.               statistics.</phrase>
  602.             </textobject>
  603.            </mediaobject>
  604.     </screenshot>
  605.   </figure>
  606.   <figure id="descstats-example-2">
  607.     <title>Descriptive Statistics Tool Output</title>
  608.     <screenshot>
  609.     <mediaobject>
  610.             <imageobject>
  611.               <imagedata fileref="figures/analysistools-descstats-ex2.png" 
  612.                   format="PNG" />
  613.             </imageobject>
  614.             <textobject>
  615.               <phrase>An image of the output of a descriptive
  616.               statistics analysis.</phrase>
  617.             </textobject>
  618.            </mediaobject>
  619.     </screenshot>
  620.   </figure>
  621.   </sect2>
  622.  
  623.   <sect2 id="exp-smoothing-tool">
  624.      <title>Exponential Smoothing Tool</title>
  625.  
  626.   <figure id="smoothing-tool-dialog">
  627.     <title>Exponential Smoothing Tool Dialog</title>
  628.     <screenshot>
  629.     <mediaobject>
  630.             <imageobject>
  631.               <imagedata fileref="figures/analysistools-smoothing.png" 
  632.                   format="PNG" />
  633.             </imageobject>
  634.             <textobject>
  635.               <phrase>An image of the exponential smooting
  636.               dialog.</phrase>
  637.             </textobject>
  638.            </mediaobject>
  639.     </screenshot>
  640.   </figure>
  641.  
  642.      <para>The Exponential Smoothing tool performs the exponential
  643.      smoothing for the given set or sets of values.  Each value in the
  644.      smoothed set is predicted based on the forecast for the prior
  645.      period.  The formula to calculate the forecast is: 
  646.      F(t+1) = F(t) + (1 - <guilabel>dampingFactor</guilabel>) 
  647.      * (A(t) - F(t)), 
  648.      where <parameter>A(t)</parameter> is the <parameter>t</parameter>th
  649.      value in the original data set.</para>
  650.  
  651.      <para>Specify the cells containing the datasets in the <quote><guilabel>Input
  652.      Range</guilabel></quote> entry. The entered range or ranges are grouped into 
  653.      datasets either by rows or by columns.</para> 
  654.  
  655.      <para>If you have labels
  656.      in the first cell of each data set, select the
  657.      <quote><guilabel>Labels</guilabel></quote> option.</para>
  658.  
  659.      <para>Specify prior forecast adjustment value in the
  660.      <quote><guilabel>Damping factor</guilabel></quote> entry.  
  661.      A value, for example, between 0.2 and 0.3 represents 20 to 30 percent error
  662.      adjustment in the prior forecast.</para>
  663.  
  664.      <para>If you want to have the standard errors output as well, press the
  665.      checkbutton on before starting the tool. The standard errors are 
  666.      calculated using the following formula: e(t) = SQRT ( ((A(t-3)-F(t-3))^2 +
  667.      (A(t-2)-F(t-2))^2 + (A(t-1)-F(t-1))^2) / 3 ).</para>
  668.  
  669.    <figure id="smoothing-example-1">
  670.     <title>Some Example Data for the Exponential Smoothing Tool</title>
  671.     <screenshot>
  672.     <mediaobject>
  673.             <imageobject>
  674.               <imagedata fileref="figures/analysistools-smoothing-ex1.png" 
  675.                   format="PNG" />
  676.             </imageobject>
  677.             <textobject>
  678.               <phrase>An image of example data for exponential
  679.               smoothing.</phrase>
  680.             </textobject>
  681.            </mediaobject>
  682.     </screenshot>
  683.   </figure>
  684.  <example id="usingsmoothingtool"><title>Using the Exponential Smoothing Tool</title>
  685.      <para><xref linkend="smoothing-example-1" /> shows some example data and 
  686.      <xref linkend="smoothing-example-2" /> the corresponding output.
  687.      </para>
  688. </example>
  689.   <figure id="smoothing-example-2">
  690.     <title>Exponential Smoothing Tool Output</title>
  691.     <screenshot>
  692.     <mediaobject>
  693.             <imageobject>
  694.               <imagedata fileref="figures/analysistools-smoothing-ex2.png" 
  695.                   format="PNG" />
  696.             </imageobject>
  697.             <textobject>
  698.               <phrase>An image of the output of an exponential
  699.               smoothing analysis.</phrase>
  700.             </textobject>
  701.            </mediaobject>
  702.     </screenshot>
  703.   </figure>
  704.  
  705.   </sect2>
  706.  
  707.   <sect2 id="fourier-analysis-tool">
  708.      <title>Fourier Analysis Tool</title>
  709.  
  710.   <figure id="fourier-tool-dialog">
  711.     <title>Fourier Analysis Tool Dialog</title>
  712.     <screenshot>
  713.     <mediaobject>
  714.             <imageobject>
  715.               <imagedata fileref="figures/analysistools-fourier.png" 
  716.                   format="PNG" />
  717.             </imageobject>
  718.             <textobject>
  719.               <phrase>An image of the fourier analysis
  720.               dialog.</phrase>
  721.             </textobject>
  722.            </mediaobject>
  723.     </screenshot>
  724.   </figure>
  725.  
  726.      <para>
  727.        The Fourier Analysis tool normally performs a Fast Fourier
  728.        Transform to obtain the discrete fourier transform
  729.        F<subscript>s</subscript> of the given sequence
  730.        f<subscript>t</subscript> of real numbers according to the
  731.        formula given in <xref linkend="fourier-tool-formula"
  732.        />.</para> <para>Select the
  733.        <quote><guilabel>Inverse</guilabel></quote> option to calculate
  734.        the inverse discrete fourier transform
  735.        f<subscript>t</subscript> of the given sequence
  736.        F<subscript>s</subscript> of real numbers</para> <note><para>If
  737.        the given sequences does not contain a number of terms that is
  738.        a power of 2 (i.e.  2, 4, 8, 16, 32, 64, 128, etc.), this tool
  739.        will append zeros to reach such a power of 2!</para></note>
  740.      
  741.      <para>Specify the cells containing the datasets in the
  742.      <quote><guilabel>Input Range</guilabel></quote> entry. The
  743.      entered range or ranges are grouped into sequences either by rows
  744.      or by columns.</para>
  745.  
  746.      <para>If you have labels
  747.      in the first cell of each data set, select the
  748.      <quote><guilabel>Labels</guilabel></quote> option.</para>
  749.  
  750.   <figure id="fourier-tool-formula">
  751.     <title>Fourier Analysis Formulae</title>
  752.     <screenshot>
  753.     <mediaobject>
  754.             <imageobject>
  755.               <imagedata fileref="figures/analysistools-fourier-formula.png" 
  756.                   format="PNG" />
  757.             </imageobject>
  758.             <textobject>
  759.               <phrase>The formulae used in a fourier analysis.</phrase>
  760.             </textobject>
  761.            </mediaobject>
  762.     </screenshot>
  763.   </figure>
  764.  
  765.      <note>
  766.        <para>Before using the numbers obtained by this tool, ensure
  767.        that these are in fact the correct formulae for your
  768.        discipline. In the physical sciences this fourier transform
  769.        tends to be called the inverse fourier transform and vice
  770.        versa. Moreover, frequently the scaling factor varies.</para>
  771.        <para>For example <application>Mathematica</application> uses
  772.        the terms fourier transform and inverse fourier transform with
  773.        the reversed meaning than <application>Gnumeric</application>
  774.        and it uses a scaling factor of
  775.        <parameter>1/SQRT(N)</parameter> rather than
  776.        <parameter>1/N</parameter>.</para></note>
  777.   </sect2>
  778.  
  779.   <sect2 id="ftest-two-sample-for-variances-tool">
  780.      <title>F-Test: Two-Sample for Variances Tool</title>
  781.  
  782.   <figure id="ftest-tool-dialog">
  783.     <title>F-Test Tool Dialog</title>
  784.     <screenshot>
  785.     <mediaobject>
  786.             <imageobject>
  787.               <imagedata fileref="figures/analysistools-ftest.png" 
  788.                   format="PNG" />
  789.             </imageobject>
  790.             <textobject>
  791.               <phrase>An image of the dialog for an F-test analysis of
  792.               the equality of two variances.</phrase>
  793.             </textobject>
  794.            </mediaobject>
  795.     </screenshot>
  796.   </figure>
  797.      <para>Use the F-Test tool to test whether two population  
  798.      variances are different against the null hypothesis that
  799.      they are not.</para>
  800.  
  801.      <para>Specify the variables in the <quote><guilabel>Variable 1 Range:</guilabel></quote>
  802.      and <quote><guilabel>Variable 2 Range:</guilabel></quote> entries. The <quote><guilabel>Alpha:</guilabel></quote> 
  803.      entry contains the 
  804.      significance level which is by default 5%.</para>
  805.  
  806.      <para>If the first field of each range contains labels, 
  807.      select the <quote><guibutton>Labels</guibutton></quote> option. The names of 
  808.      the variables will be included in the  output table.</para>
  809.  
  810.      <para>The results are given in a table.  This table contains
  811.      the mean, variance, count of observations and the degree
  812.      of freedom for both variables. The output table also includes the F-value,
  813.      the one-tailed probability for the F-value, and the F Critical
  814.      value for one-tailed test and the corresponding values for a two 
  815.      tailed test. The one-tailed probability for the
  816.      F-value (<quote><guilabel>P(F<=f) one-tail</guilabel></quote> row) is the probability of making a
  817.      Type I error in the one-tailed test. Similarly, the two-tailed 
  818.      probability for the F-value (<quote><guilabel>P two-tail</guilabel></quote> row)
  819.      is the probability of making a Type I error in the two-tailed test.
  820.      Since in the two-tailed F-Test both critical values are positive, the
  821.      <quote><guilabel>F Critical two-tail</guilabel></quote> row contains two numbers.</para>
  822.  
  823.      <para>If the output is directed into a specific output range, that
  824.      range should contain at least three columns and eight rows.</para>
  825.  
  826.    <figure id="ftest-example-1">
  827.     <title>Some Example Data</title>
  828.     <screenshot>
  829.     <mediaobject>
  830.             <imageobject>
  831.               <imagedata fileref="figures/analysistools-ftest-ex1.png" 
  832.                   format="PNG" />
  833.             </imageobject>
  834.             <textobject>
  835.               <phrase>An image of some example data for an F-test of
  836.               the equality of two variances.</phrase>
  837.             </textobject>
  838.            </mediaobject>
  839.     </screenshot>
  840.   </figure>
  841.  <example id="usingftesttool"><title>Using the F-Test Tool</title>
  842.      <para><xref linkend="ftest-example-1" /> shows some example data and 
  843.      <xref linkend="ftest-example-2" /> the corresponding output.
  844.      </para>
  845. </example>
  846.   <figure id="ftest-example-2">
  847.     <title>F-Test Tool Output</title>
  848.     <screenshot>
  849.     <mediaobject>
  850.             <imageobject>
  851.               <imagedata fileref="figures/analysistools-ftest-ex2.png" 
  852.                   format="PNG" />
  853.             </imageobject>
  854.             <textobject>
  855.               <phrase>An image of the output of an F-test analysis of
  856.               the equality of two variances.</phrase>
  857.             </textobject>
  858.            </mediaobject>
  859.     </screenshot>
  860.   </figure>
  861.     
  862.   </sect2>
  863.  
  864.   <sect2 id="histogram-tool">
  865.      <title>Histogram Tool</title>
  866.  
  867.   <sect3 id="histogram-tool-intro">
  868.      <title>Introduction</title>
  869.      
  870.  
  871.   <figure id="histogram-tool-dialog">
  872.     <title>Histogram Tool Dialog</title>
  873.     <screenshot>
  874.     <mediaobject>
  875.             <imageobject>
  876.               <imagedata fileref="figures/analysistools-histogram.png" 
  877.                   format="PNG" />
  878.             </imageobject>
  879.             <textobject>
  880.               <phrase>An image of the dialog to generate various
  881.               histograms open to the "Input" tab.</phrase>
  882.             </textobject>
  883.            </mediaobject>
  884.     </screenshot>
  885.   </figure>
  886.  
  887.      <para>
  888.      The histogram calculates several kinds of histograms for one or more 
  889.      variables. The types of histogram created are determined by the options
  890.      selected.  
  891.      </para>
  892.  
  893.      <para>As shown in <xref linkend="histogram-tool-dialog" />, the
  894.      histogram dialog has four tabs. We will introduce them in
  895.      sequence.</para>
  896.   </sect3>
  897.  
  898.   <sect3 id="histogram-tool-inputtab">
  899.      <title>The <quote><guilabel>Input</guilabel></quote> Tab</title>
  900.  
  901.      <para>The <quote><guilabel>Input</guilabel></quote> tab contains
  902.      the field specifying the data to be used for the
  903.      histogram.</para>
  904.      <para>
  905.      The <quote><guilabel>Input Range</guilabel></quote> entry
  906.      contains a single range or a list of ranges, that can be grouped
  907.      into variables by rows, columns, or areas. The
  908.      <quote><guilabel>Bin Range</guilabel></quote> entry contains a
  909.      single range of cutoff values. Both ranges may also include
  910.      labels.
  911.      </para>
  912.      <para>If the first row or column of the given input ranges, or
  913.      the first field of each area contains labels, the
  914.      <quote><guibutton>Input Labels</guibutton></quote> option should
  915.      be selected.
  916.      </para>
  917.  
  918.   </sect3>
  919.   <sect3 id="histogram-tool-binstab">
  920.      <title>The <quote><guilabel>Bins</guilabel></quote> Tab</title>
  921.   <figure id="histogram-tool-dialog-bins">
  922.     <title>Histogram Tool Dialog <quote><guilabel>Bins Tab</guilabel></quote></title>
  923.     <screenshot>
  924.     <mediaobject>
  925.             <imageobject>
  926.               <imagedata fileref="figures/analysistools-histogram-bins.png" 
  927.                   format="PNG" />
  928.             </imageobject>
  929.             <textobject>
  930.               <phrase>An image of the dialog to generate various
  931.               histograms open to the "Bins" tab.</phrase>
  932.             </textobject>
  933.            </mediaobject>
  934.     </screenshot>
  935.   </figure>
  936.  
  937.   <para>The bins (or classes) for the histogram can either be predetermined by data 
  938.   contained in your workbook or calculated by the histogram tool.</para>
  939.  
  940.   <para>Select the <quote><guilabel>Predetermined Bins</guilabel></quote> option to specify 
  941.   data on your worksheet in the <quote><guilabel>Bin Range:</guilabel></quote> entry. The
  942.   range should consist of a single column or two columns (the first one containing labels). If the 
  943.   first column of the bin range contains labels, select the <quote><guibutton>Bin 
  944.   Labels</guibutton></quote> option. The values in the last column are used as separators between adjacent bins.</para> 
  945.  
  946.   <para>Select the <quote><guilabel>Calculated Bins</guilabel></quote> option to have the 
  947.   bins determined by the tool. Enter the desired number of bins in the 
  948.   <quote><guilabel>N:</guilabel></quote> entry. It is recommended (but optional) that you 
  949.   specify the minimum and maximum cutoffs in the <quote><guilabel>Min:</guilabel></quote>
  950.   and <quote><guilabel>Max:</guilabel></quote> entries.</para>
  951.   </sect3>
  952.  
  953.   <sect3 id="histogram-tool-optionstab">
  954.      <title>The <quote><guilabel>Options</guilabel></quote> Tab</title>
  955.  
  956.      <para> The options in the options tab modify the appearance of the histogram:</para>
  957.      <itemizedlist>
  958.      <listitem>
  959.      <para> The <quote><guibutton>Pareto</guibutton></quote> option causes the bins to be 
  960.      sorted by decreasing 
  961.      frequency of the first variable.
  962.      </para>
  963.      </listitem>
  964.      <listitem>
  965.      <para> The <quote><guibutton>Percentages</guibutton></quote> option adds a histogram in terms 
  966.      of 
  967.      percentages rather than frequencies.
  968.      </para>
  969.      </listitem>
  970.      <listitem>
  971.      <para> The <quote><guibutton>Cumulative Percentages</guibutton></quote> option adds a 
  972.      cumulative histogram.
  973.      </para>
  974.      </listitem>
  975.      <listitem>
  976.      <para> The <quote><guibutton>Chart</guibutton></quote> option is not implemented.
  977.      </para>
  978.      </listitem>
  979.      </itemizedlist>
  980.  
  981.   </sect3>
  982.  
  983.  
  984.   <sect3 id="histogram-tool-outputtab">
  985.      <title>The <quote><guilabel>Output</guilabel></quote> Tab</title>
  986.  
  987.       <para>
  988.         The Output tab contains the standard output options and fields
  989.         described at the beginning of <xref
  990.         linkend="sect-analysis-statistical" />.
  991.       </para>
  992.   </sect3>
  993.  
  994.  
  995.   <sect3 id="histogram-tool-example">
  996.     <title>A Histogram Example</title>
  997.  
  998.     <figure id="histogram-example-1">
  999.       <title>Some Example Data</title>
  1000.       <screenshot>
  1001.     <mediaobject>
  1002.             <imageobject>
  1003.               <imagedata fileref="figures/analysistools-histogram-ex1.png" 
  1004.                   format="PNG" />
  1005.             </imageobject>
  1006.             <textobject>
  1007.               <phrase>An image of some example data for use with the
  1008.               histogram tool.</phrase>
  1009.             </textobject>
  1010.            </mediaobject>
  1011.       </screenshot>
  1012.     </figure>
  1013.  
  1014.     <figure id="histogram-example-3">
  1015.       <title>Specifying Bins</title>
  1016.       <screenshot>
  1017.     <mediaobject>
  1018.             <imageobject>
  1019.               <imagedata fileref="figures/analysistools-histogram-ex3.png" 
  1020.                   format="PNG" />
  1021.             </imageobject>
  1022.             <textobject>
  1023.               <phrase>An image of selecting the bins for the example
  1024.               data used with the histogram tool.</phrase>
  1025.             </textobject>
  1026.            </mediaobject>
  1027.       </screenshot>
  1028.     </figure>
  1029.  
  1030.     <example id="usinghistogramtool">
  1031.       <title>Using the Histogram Tool</title>
  1032.  
  1033.       <para>
  1034.         For example, you want to calculate a histogram and a
  1035.         cumulative histogram in percentages for a the number of
  1036.         successes in several sequences of trials. The numbers of
  1037.         successes are recorded in column A and the classes of interest
  1038.         in column D with labels in column C (see <xref
  1039.         linkend="histogram-example-1" />).
  1040.       </para>
  1041.  
  1042.       <orderedlist>
  1043.         <listitem>
  1044.           <para>
  1045.             Enter A1:A21 in the <quote><guilabel>Input
  1046.             Range:</guilabel></quote> entry of the
  1047.             <quote><guilabel>Input</guilabel></quote> tab by typing
  1048.             this directly into the entry or clicking in the entry
  1049.             field and then selecting that range on the sheet. In the
  1050.             latter case the entry will also contain the sheet
  1051.             name. 
  1052.           </para>
  1053.         </listitem>
  1054.         <listitem>
  1055.           <para>
  1056.             Since you only have one variable select the
  1057.             <quote><guibutton>Areas</guibutton></quote> or
  1058.             <quote><guibutton>Columns</guibutton></quote> radio button
  1059.             next to <quote><guilabel>Grouped By:</guilabel></quote>.
  1060.             </para>
  1061.         </listitem> 
  1062.         <listitem><para> Select the
  1063.             <quote><guibutton>Input Labels</guibutton></quote> option
  1064.             since the first cell of the Input Range contains a
  1065.             label.</para>
  1066.         </listitem>
  1067.         <listitem><para> Enter C1:D5 in
  1068.             the <quote><guilabel>Bin Range:</guilabel></quote> entry
  1069.             of the <quote><guilabel>Bins</guilabel></quote> tab. The
  1070.             <quote><guilabel>Predetermined Bins</guilabel></quote>
  1071.             option will now also be selected (see <xref
  1072.             linkend="histogram-example-3" />). </para>
  1073.         </listitem>
  1074.          <listitem><para> Select the <quote><guibutton>Bin
  1075.             Labels</guibutton></quote> option since the first column
  1076.             of the Bin Range contains labels.  </para>
  1077.         </listitem>
  1078.         <listitem><para> Select the
  1079.             <quote><guibutton>Percentage</guibutton></quote> and
  1080.             <quote><guibutton>Cumulative
  1081.             Percentages</guibutton></quote> options of the
  1082.             <quote><guilabel>Options</guilabel></quote> tab.
  1083.             </para>
  1084.         </listitem>
  1085.         <listitem>
  1086.           <para>
  1087.             In the <quote><guilabel>Output</guilabel></quote> tab,
  1088.             specify the output options as described at the beginning of
  1089.             <xref linkend="sect-analysis-statistical" />.
  1090.           </para>
  1091.         </listitem>
  1092.         <listitem><para>
  1093.             Press the OK button. </para>
  1094.         </listitem>
  1095.       </orderedlist>
  1096.      <para> The results are shown in 
  1097.      <xref linkend="histogram-example-2" />.</para>
  1098.  </example>
  1099.   <figure id="histogram-example-2">
  1100.     <title>Histogram Tool Output</title>
  1101.     <screenshot>
  1102.     <mediaobject>
  1103.             <imageobject>
  1104.               <imagedata fileref="figures/analysistools-histogram-ex2.png" 
  1105.                   format="PNG" />
  1106.             </imageobject>
  1107.             <textobject>
  1108.               <phrase>An image of the output from the histogram
  1109.               analysis tool.</phrase>
  1110.             </textobject>
  1111.            </mediaobject>
  1112.     </screenshot>
  1113.   </figure>
  1114.   </sect3>
  1115.   </sect2>
  1116.  
  1117.   <sect2 id="moving-average-tool">
  1118.      <title>Moving Average Tool</title>
  1119.  
  1120.   <figure id="moving-tool-dialog">
  1121.     <title>Moving Average Tool Dialog</title>
  1122.     <screenshot>
  1123.     <mediaobject>
  1124.             <imageobject>
  1125.               <imagedata fileref="figures/analysistools-moving-average.png" 
  1126.                   format="PNG" />
  1127.             </imageobject>
  1128.             <textobject>
  1129.               <phrase>An image of the dialog for the moving average
  1130.               analysis tool.</phrase>
  1131.             </textobject>
  1132.            </mediaobject>
  1133.     </screenshot>
  1134.   </figure>
  1135.  
  1136.      <para>Use the moving average tool to calculate moving averages of
  1137.      one or more data sets.  A moving average provides useful trend
  1138.      information of the data that is lost in a simple average.  In
  1139.      addition, moving averages can be used to eliminate random
  1140.      variance.  For example, use this tool to create a smoother curve
  1141.      of a stock prize.</para>
  1142.  
  1143.      <para>Specify the cells containing the datasets in the
  1144.      <quote><guilabel>Input Range</guilabel></quote> entry. The
  1145.      entered range or ranges are grouped into datasets either by rows
  1146.      or by columns.</para>
  1147.  
  1148.      <para>If you have labels in the first cell of each data set,
  1149.      select the <quote><guilabel>Labels</guilabel></quote>
  1150.      option.</para>
  1151.  
  1152.      <para>Specify the <quote><guilabel>Interval</guilabel></quote>
  1153.      for the moving average.  The interval <parameter>i</parameter> is
  1154.      the number of consecutive values to be included in each moving
  1155.      average.</para>
  1156.  
  1157.      <para>The results are given in one column for each dataset Each
  1158.      row represents the moving average of the corresponding row or
  1159.      column in the input range.  The moving average cannot be
  1160.      calculated for the first <parameter>k</parameter> rows in the
  1161.      input range where <parameter>k</parameter> is smaller than the
  1162.      given interval <parameter>i</parameter>.</para>
  1163.  
  1164.    <figure id="moving-example-1">
  1165.     <title>Some Example Data for the Moving Average Tool</title>
  1166.     <screenshot>
  1167.     <mediaobject>
  1168.             <imageobject>
  1169.               <imagedata fileref="figures/analysistools-moving-average-ex1.png" 
  1170.                   format="PNG" />
  1171.             </imageobject>
  1172.             <textobject>
  1173.               <phrase>An image of some example data for use with the
  1174.               moving average analysis tool.</phrase>
  1175.             </textobject>
  1176.            </mediaobject>
  1177.     </screenshot>
  1178.   </figure>
  1179.  <example id="usingmovingtool"><title>Using the Moving Average Tool</title>
  1180.      <para><xref linkend="moving-example-1" /> shows some example data and 
  1181.      <xref linkend="moving-example-2" /> the corresponding output.
  1182.      </para>
  1183. </example>
  1184.   <figure id="moving-example-2">
  1185.     <title>Moving Averages Tool Output</title>
  1186.     <screenshot>
  1187.     <mediaobject>
  1188.             <imageobject>
  1189.               <imagedata fileref="figures/analysistools-moving-average-ex2.png" 
  1190.                   format="PNG" />
  1191.             </imageobject>
  1192.             <textobject>
  1193.               <phrase>An image of the output from the moving average
  1194.               analysis tool.</phrase>
  1195.             </textobject>
  1196.            </mediaobject>
  1197.     </screenshot>
  1198.   </figure>
  1199.   </sect2>
  1200.  
  1201.   <sect2 id="rank-and-percentile-tool">
  1202.      <title>Rank and Percentile Tool</title>
  1203.  
  1204.   <figure id="rank-and-percentile-tool-dialog">
  1205.     <title>Rank and Percentile Tool Dialog</title>
  1206.     <screenshot>
  1207.     <mediaobject>
  1208.             <imageobject>
  1209.               <imagedata fileref="figures/analysistools-rank.png" 
  1210.                   format="PNG" />
  1211.             </imageobject>
  1212.             <textobject>
  1213.               <phrase>An image of the rank and percentile analysis
  1214.               tool.</phrase>
  1215.             </textobject>
  1216.            </mediaobject>
  1217.     </screenshot>
  1218.   </figure>
  1219.  
  1220.      <para>Use this tool to rank given data and to calculate the
  1221.      percentiles of each data point.</para>
  1222.      <para>Specify the datasets to use in the <quote><guilabel>Input  
  1223.      Range:</guilabel></quote> entry.  
  1224.      The given range can be grouped into datasets by columns, by rows, or by areas.</para>
  1225.  
  1226.      <para>For each dataset, the tool creates three columns in the 
  1227.      output table:</para>
  1228.      <orderedlist>
  1229.      <listitem><para>The first column gives the indices of the 
  1230.      ordered data from largest to smallest data value.</para></listitem>
  1231.      <listitem><para>The second column 
  1232.      gives data values corresponding to the indices in the first column.</para></listitem>
  1233.      <listitem><para>The  third column indicates
  1234.      the percentile of the  data value in the second column.</para></listitem>
  1235.      </orderedlist>
  1236.  
  1237.      <para>If you have labels
  1238.      in the first cell of each data set, select the
  1239.      <quote><guilabel>Labels</guilabel></quote> option.</para>
  1240.  
  1241.    <figure id="rank-example-1">
  1242.     <title>Some Example Data for the Rank and Percentile Tool</title>
  1243.     <screenshot>
  1244.     <mediaobject>
  1245.             <imageobject>
  1246.               <imagedata fileref="figures/analysistools-rank-ex1.png" 
  1247.                   format="PNG" />
  1248.             </imageobject>
  1249.             <textobject>
  1250.               <phrase>An image of example data for use with the rank
  1251.               and percentile analysis tool.</phrase>
  1252.             </textobject>
  1253.            </mediaobject>
  1254.     </screenshot>
  1255.   </figure>
  1256.  <example id="usingranktool"><title>Using the Rank and Percentile Tool</title>
  1257.      <para><xref linkend="rank-example-1" /> shows some example data and 
  1258.      <xref linkend="rank-example-2" /> the corresponding output.
  1259.      </para>
  1260. </example>
  1261.   <figure id="rank-example-2">
  1262.     <title>Rank and Percentile Tool Output</title>
  1263.     <screenshot>
  1264.     <mediaobject>
  1265.             <imageobject>
  1266.               <imagedata fileref="figures/analysistools-rank-ex2.png" 
  1267.                   format="PNG" />
  1268.             </imageobject>
  1269.             <textobject>
  1270.               <phrase>An image of the output from a rank and
  1271.               percentile analysis.</phrase>
  1272.             </textobject>
  1273.            </mediaobject>
  1274.     </screenshot>
  1275.   </figure>
  1276.   <note><para>In the case of ties, the rank calculated by this tool differs from the 
  1277.   value of the RANK function for the same data. This tool calculates the rank as it is 
  1278.   normally used in Statistics: If two values are tied, the assigned rank is the average
  1279.   rank for those entries. For example in <xref
  1280.   linkend="rank-example-1" /> the two values 10
  1281.   are the second and third largest values. Since they are equal each receives the rank of 
  1282.   2.5, the average of 2 and 3. The rank function on the other hand assigns the rank as it 
  1283.   is normally used to determine placements. The two values 10 would therefore each receive
  1284.   a rank of 2.   
  1285.   </para></note>
  1286.   </sect2>
  1287.  
  1288.   <sect2 id="regression-tool">
  1289.      <title>Regression Tool</title>
  1290.   <figure id="regression-tool-dialog">
  1291.     <title>Regression Tool Dialog</title>
  1292.     <screenshot>
  1293.     <mediaobject>
  1294.             <imageobject>
  1295.               <imagedata fileref="figures/analysistools-regression.png" 
  1296.                   format="PNG" />
  1297.             </imageobject>
  1298.             <textobject>
  1299.               <phrase>An image of the regression tool dialog.</phrase>
  1300.             </textobject>
  1301.            </mediaobject>
  1302.     </screenshot>
  1303.   </figure>
  1304.   <para>The regression tool performs a multiple regression analysis.</para>
  1305.   <para>Enter a range or list of ranges containing the independent variables 
  1306.   into the <quote><guilabel>X Variables:</guilabel></quote> entry. These ranges 
  1307.   can be grouped into the various independent variables by columns, by rows, 
  1308.   or by areas. Select the appropriate option.</para>
  1309.   <para>Enter a single range containing the dependent variable into the
  1310.    <quote><guilabel>Y Variable:</guilabel></quote> entry.</para>
  1311.   <para>If the ranges for the independent and dependent variables also contains 
  1312.   labels in the first field of each row, column or area, select the <quote>
  1313.   <guilabel>Labels</guilabel></quote> option.</para>
  1314.   <para> Specify the confidence level in the <quote><guilabel>Confidence
  1315.   Level:</guilabel></quote> entry. The default is 95%.</para>
  1316.   <para>To force the regression line or plane to pass through the origin, select the
  1317.   <quote><guilabel>Force Intercept To Be Zero</guilabel></quote> option.</para>
  1318.   <para>Specify the output options as described above. If the output is directed 
  1319.   into a specific output range, that
  1320.   range should contain at least seven columns and 17 rows more than there are 
  1321.   independent variables.</para>
  1322.  
  1323.   <figure id="regression-example-1">
  1324.     <title>Regression Example Data</title>
  1325.     <screenshot>
  1326.     <mediaobject>
  1327.             <imageobject>
  1328.               <imagedata fileref="figures/analysistools-regression-ex1.png" 
  1329.                   format="PNG" />
  1330.             </imageobject>
  1331.             <textobject>
  1332.               <phrase>An image of example data for use with the
  1333.               regression tool.</phrase>
  1334.             </textobject>
  1335.            </mediaobject>
  1336.     </screenshot>
  1337.   </figure>
  1338.  
  1339.  <example id="usingregressiontool">
  1340.  <title>Using the Regression Tool</title>
  1341.  
  1342.   <para>
  1343.     Suppose you want to perform a regression analysis on the data
  1344.     given in <xref linkend="regression-example-1" /> using
  1345.     <parameter>v</parameter> and <parameter>y</parameter> as
  1346.     independent variables and <parameter>u</parameter> as dependent
  1347.     variable.</para>
  1348. <orderedlist>
  1349.      <listitem><para>
  1350.      Enter B1:B9,E1:E9 in the <quote><guilabel>X Variables:</guilabel></quote> 
  1351.      entry by typing 
  1352.      this directly into the entry or clicking in the entry field and 
  1353.      then selecting the first part range on the sheet, typing comma, and then 
  1354.      selecting the second range. In the latter case the 
  1355.      entry will also contain the sheet name. </para></listitem>
  1356.      <listitem><para>
  1357.      Enter A1:A9  in the <quote><guilabel>Y Variable:</guilabel></quote> 
  1358.      entry. </para></listitem>
  1359.      <listitem><para>
  1360.      Select the <quote><guibutton>Columns</guibutton></quote> or 
  1361.      <quote><guibutton>Areas</guibutton></quote> option 
  1362.      since each variable is in its own column and also its own area.</para></listitem>
  1363.      <listitem><para> Select the <quote><guibutton>Labels</guibutton></quote>
  1364.      option since the first row contains labels. (see 
  1365.      <xref linkend="regression-example-2" />).</para></listitem>
  1366.      <listitem><para> Specify the output 
  1367.      options as described above.</para></listitem>
  1368.      <listitem><para> Press the OK button. </para></listitem>
  1369. </orderedlist>
  1370.      <para> The output of this regression analysis is shown in
  1371.      <xref linkend="regression-example-3" />.</para>
  1372.  </example>
  1373.   <figure id="regression-example-2">
  1374.     <title>Completed Regression Dialog</title>
  1375.     <screenshot>
  1376.     <mediaobject>
  1377.             <imageobject>
  1378.               <imagedata fileref="figures/analysistools-regression-ex2.png" 
  1379.                   format="PNG" />
  1380.             </imageobject>
  1381.             <textobject>
  1382.               <phrase>An image of the regression tool dialog with the
  1383.               required fields completed.</phrase>
  1384.             </textobject>
  1385.            </mediaobject>
  1386.     </screenshot>
  1387.   </figure>
  1388.   <figure id="regression-example-3">
  1389.     <title>Regression Tool Output</title>
  1390.     <screenshot>
  1391.     <mediaobject>
  1392.             <imageobject>
  1393.               <imagedata fileref="figures/analysistools-regression-ex3.png" 
  1394.                   format="PNG" />
  1395.             </imageobject>
  1396.             <textobject>
  1397.               <phrase>An image of the output from a regression
  1398.               analysis.</phrase>
  1399.             </textobject>
  1400.            </mediaobject>
  1401.     </screenshot>
  1402.   </figure>
  1403.   </sect2>
  1404.  
  1405.   <sect2 id="sampling-tool">
  1406.      <title>Sampling Tool</title>
  1407.      <figure>
  1408.         <title>Sampling Tool Dialog</title>
  1409.     <screenshot>
  1410.            <mediaobject>
  1411.             <imageobject>
  1412.               <imagedata fileref="figures/analysistools-sampling.png" 
  1413.                   format="PNG" />
  1414.             </imageobject>
  1415.             <textobject>
  1416.               <phrase>An image of the sampling tool.</phrase>
  1417.             </textobject>
  1418.            </mediaobject>
  1419.     </screenshot>
  1420.       </figure>
  1421.      <para>Use the sampling tool to take a sample of a data set.  This
  1422.      tool can take both a random sample of a given size or a periodic
  1423.      sample:</para>
  1424.      <variablelist>
  1425.      <varlistentry><term>random sample</term>
  1426.      <listitem><para>A random sample is a subset of the population such that 
  1427.      every subset of that size has the same chance of being picked.</para></listitem>
  1428.      </varlistentry>
  1429.      <varlistentry><term>periodic sample</term>
  1430.      <listitem><para>In a periodic sample every <parameter>k</parameter>th element in 
  1431.      the population is selected.</para></listitem>
  1432.      </varlistentry>
  1433.      </variablelist>
  1434.  
  1435.      <para>To use this tool, first specify the data set or data sets by setting the
  1436.      <quote><guilabel>Input Range:</guilabel></quote> entry. The range or ranges 
  1437.      given can be grouped into datasets by rows, by columns, or by areas.</para>
  1438.      <para>If the first entry in each data set contains a variable, select the 
  1439.      <quote><guilabel>Labels</guilabel></quote> option.</para>
  1440.  
  1441.      <para>Select the sampling method which
  1442.      can be either periodic or random.</para>
  1443.      <variablelist>
  1444.      <varlistentry><term>random sample</term>
  1445.      <listitem><para>Specify the size of the random sample in the <quote><guilabel>Size 
  1446.      of Sample:</guilabel></quote> entry.</para></listitem>
  1447.      </varlistentry>
  1448.      <varlistentry><term>periodic sample</term>
  1449.      <listitem><para>Specify the period in the <quote><guilabel>Period:</guilabel></quote>
  1450.      entry.</para></listitem>
  1451.      </varlistentry>
  1452.      </variablelist>
  1453.  
  1454.      <para>Specify the number of samples you would like to obtain in the <quote><guilabel>
  1455.      Number of Samples:</guilabel></quote> entry.</para>
  1456.      <note><para> Since the period uniquely determines a periodic sample, if you specify 
  1457.      that you would like 2 samples you will be given the identical sample twice.</para></note>
  1458.      <note><para>If the dataset for a periodic sample is a two dimensional range, <application>Gnumeric</application> 
  1459.      will enumerate the data points by row first.</para></note>
  1460.  
  1461.    <figure id="sampling-example-1">
  1462.     <title>Some Example Data for the Sampling Tool</title>
  1463.     <screenshot>
  1464.     <mediaobject>
  1465.             <imageobject>
  1466.               <imagedata fileref="figures/analysistools-sampling-ex1.png" 
  1467.                   format="PNG" />
  1468.             </imageobject>
  1469.             <textobject>
  1470.               <phrase>An image of example data for use with the
  1471.               sampling tool.</phrase>
  1472.             </textobject>
  1473.            </mediaobject>
  1474.     </screenshot>
  1475.   </figure>
  1476.  <example id="usingsamplingtool"><title>Using the Sampling Tool</title>
  1477.      <para><xref linkend="sampling-example-1" /> shows some example data and 
  1478.      <xref linkend="sampling-example-2" /> the corresponding output.
  1479.      </para>
  1480. </example>
  1481.   <figure id="sampling-example-2">
  1482.     <title>Sampling Tool Output</title>
  1483.     <screenshot>
  1484.     <mediaobject>
  1485.             <imageobject>
  1486.               <imagedata fileref="figures/analysistools-sampling-ex2.png" 
  1487.                   format="PNG" />
  1488.             </imageobject>
  1489.             <textobject>
  1490.               <phrase>An image of the output from the sampling
  1491.               tool.</phrase>
  1492.             </textobject>
  1493.            </mediaobject>
  1494.     </screenshot>
  1495.   </figure>
  1496.   </sect2>
  1497.  
  1498.  
  1499. <sect2 id="t-test">
  1500.      <title>Comparing Means of 2 Populations</title>
  1501.      <para><application>Gnumeric</application> provides 4 similar
  1502.      tools to test whether the difference of two population means is
  1503.      equal to a hypothesized value. These four tools use the same
  1504.      dialog (see <xref linkend="ttest-dialog" />).</para>
  1505.  
  1506.   <figure id="ttest-dialog">
  1507.     <title><parameter>t</parameter>- and <parameter>z</parameter>-Test
  1508.     Tool Dialog</title>
  1509.  
  1510.     <screenshot>
  1511.       <mediaobject>
  1512.         <imageobject>
  1513.           <imagedata fileref="figures/analysistools-ttest.png" format="PNG" />
  1514.             </imageobject>
  1515.             <textobject>
  1516.               <phrase>An image of the t-test and z-test dialog.</phrase>
  1517.             </textobject>
  1518.            </mediaobject>
  1519.     </screenshot>
  1520.   </figure>
  1521.  
  1522.      <para>Depending on the options settings, the appropriate test
  1523.      will be performed. The entries in the
  1524.      <quote><guilabel>Input</guilabel></quote>,
  1525.      <quote><guilabel>Test</guilabel></quote>, and
  1526.      <quote><guilabel>Output</guilabel></quote> frames are independent
  1527.      from the specific test.</para>
  1528.  
  1529.      <para>Enter the first variable in the <quote><guilabel>Variable 1
  1530.      Range</guilabel></quote> entry and the second variable in the
  1531.      <quote><guilabel>Variable 2 Range</guilabel></quote>
  1532.      entry.</para> <para>Enter the hypothesized difference between the
  1533.      population means in the <quote><guilabel>Hypothesized Mean
  1534.      Difference</guilabel></quote> entry, which has a default of 0.
  1535.      Enter the significance level in the
  1536.      <quote><guilabel>Alpha</guilabel></quote> entry, which has a
  1537.      default of 5 %.</para> <para> Specify the output options as
  1538.      described above. If the output is printed into a range, it should
  1539.      have at least three columns and ten rows.</para>
  1540.  
  1541.      <para>There are up to three possible options that can be selected:</para>
  1542.      <variablelist>
  1543.      <varlistentry><term><quote><guilabel>Paired</guilabel></quote> versus <quote><guilabel>Unpaired</guilabel></quote>
  1544.      </term><listitem><para>
  1545.      If the variables are dependent (or paired) select the <quote><guilabel>Paired</guilabel></quote>
  1546.      option.
  1547.      </para></listitem>
  1548.      </varlistentry>
  1549.      <varlistentry><term><quote><guilabel>Known</guilabel></quote> versus <quote><guilabel>Unknown</guilabel></quote>
  1550.      </term><listitem><para>
  1551.      For unpaired or independent variables, the population variances may be known 
  1552.      or unknown. In the latter case they will be estimated using the sample variances.
  1553.      Select the <quote><guilabel>Known</guilabel></quote> option if you in fact know the population 
  1554.      variances prior to collecting the sample.
  1555.      </para></listitem>
  1556.      </varlistentry>
  1557.      <varlistentry><term><quote><guilabel>Equal</guilabel></quote> versus <quote><guilabel>Unequal</guilabel></quote>
  1558.      </term><listitem><para>
  1559.      For paired variables with unknown population variances, we may either assume 
  1560.      that the population variances are equal or not. If the population variances are
  1561.      assumed to be equal, <application>Gnumeric</application> will estimate the common variance by pooling the 
  1562.      sample variances. Select the <quote><guilabel>Equal</guilabel></quote> option to assume that
  1563.      the population variances are equal.
  1564.      </para></listitem>
  1565.      </varlistentry>
  1566.      </variablelist>
  1567.  
  1568.   <sect3 id="t-test-paired-two-samples-for-means-tool">
  1569.      <title><parameter>t</parameter>-Test: Paired Two Sample for Means Tool</title>
  1570.   <figure id="ttest-dialog-paired">
  1571.     <title><parameter>t</parameter>-Test (Paired) Tool Dialog Options</title>
  1572.     <screenshot>
  1573.       <mediaobject>
  1574.             <imageobject>
  1575.               <imagedata fileref="figures/analysistools-ttest-paired.png" 
  1576.                   format="PNG" />
  1577.             </imageobject>
  1578.             <textobject>
  1579.               <phrase>An image of the options for the t-test.</phrase>
  1580.             </textobject>
  1581.            </mediaobject>
  1582.     </screenshot>
  1583.   </figure>
  1584.      <para>For paired variables, when you click on 
  1585.      <quote><guibutton>OK</guibutton></quote>, <application>Gnumeric</application> will test whether the 
  1586.      mean of the difference between the paired variables is equal to 
  1587.      the given hypothesized mean difference.</para>
  1588.  
  1589.  <example id="usingttestpairedtool">
  1590.  <title>Using the <parameter>t</parameter>-Test (Paired) Tool</title>
  1591.      <para>See <xref linkend="ttest-paired-tool-ex1" /> for an example 
  1592.      of a completed dialog and <xref linkend="ttest-paired-tool-ex2" />
  1593.      for the corresponding output.
  1594.      </para>
  1595.  </example>
  1596.   <figure id="ttest-paired-tool-ex1">
  1597.     <title><parameter>t</parameter>-Test (Paired) Example Data</title>
  1598.     <screenshot>
  1599.       <mediaobject>
  1600.             <imageobject>
  1601.               <imagedata fileref="figures/analysistools-ttest-paired-ex1.png" 
  1602.                   format="PNG" />
  1603.             </imageobject>
  1604.             <textobject>
  1605.               <phrase>An image of the example for a t-test.</phrase>
  1606.             </textobject>
  1607.            </mediaobject>
  1608.     </screenshot>
  1609.   </figure>
  1610.   <figure id="ttest-paired-tool-ex2">
  1611.     <title>Output from the <parameter>t</parameter>-Test (Paired) Tool</title>
  1612.     <screenshot>
  1613.       <mediaobject>
  1614.             <imageobject>
  1615.               <imagedata fileref="figures/analysistools-ttest-paired-ex2.png" 
  1616.                   format="PNG" />
  1617.             </imageobject>
  1618.             <textobject>
  1619.               <phrase>An image of the output results from a t-test.</phrase>
  1620.             </textobject>
  1621.            </mediaobject>
  1622.     </screenshot>
  1623.   </figure>
  1624.  
  1625.   </sect3>
  1626.  
  1627.   <sect3 id="t-test-two-sample-equal-variances-tool">
  1628.      <title><parameter>t</parameter>-Test: Two-Sample Assuming Equal Variances Tool</title>
  1629.   <figure id="ttest-dialog-equal">
  1630.     <title><parameter>t</parameter>-Test (Equal Variances) Tool Dialog
  1631.     Options</title>
  1632.     <screenshot>
  1633.       <mediaobject>
  1634.             <imageobject>
  1635.               <imagedata fileref="figures/analysistools-ttest-equal.png" 
  1636.                   format="PNG" />
  1637.             </imageobject>
  1638.             <textobject>
  1639.               <phrase>An image of the options for a t-test
  1640.               analysis of two samples with equal variances.</phrase>
  1641.             </textobject>
  1642.            </mediaobject>
  1643.     </screenshot>
  1644.   </figure>
  1645.      <para>For unpaired variables with unknown but assumed equal population variances,
  1646.      when you click on <quote><guibutton>OK</guibutton></quote>, <application>Gnumeric</application> will test whether the 
  1647.      mean of the difference between the paired variables is equal to the given hypothesized
  1648.      mean difference.</para>
  1649.  
  1650.  <example id="usingttestequaltool">
  1651.  <title>Using the <parameter>t</parameter>-Test (Unknown but Equal Variances) Tool</title>
  1652.      <para>See <xref linkend="ttest-equal-tool-ex1" /> for an example 
  1653.      of a completed dialog and <xref linkend="ttest-equal-tool-ex2" />
  1654.      for the corresponding output.
  1655.      </para>
  1656.  </example>
  1657.   <figure id="ttest-equal-tool-ex1">
  1658.     <title><parameter>t</parameter>-Test (Unknown but Equal Variances) Example Data</title>
  1659.     <screenshot>
  1660.       <mediaobject>
  1661.         <imageobject>
  1662.           <imagedata fileref="figures/analysistools-ttest-equal-ex1.png" 
  1663.               format="PNG" />
  1664.             </imageobject>
  1665.             <textobject>
  1666.               <phrase>An image of example data for use with a t-test
  1667.               with unknown but equal variances.</phrase>
  1668.             </textobject>
  1669.            </mediaobject>
  1670.     </screenshot>
  1671.   </figure>
  1672.   <figure id="ttest-equal-tool-ex2">
  1673.     <title>Output from the <parameter>t</parameter>-Test (Unknown but Equal Variances) Tool</title>
  1674.     <screenshot>
  1675.       <mediaobject>
  1676.         <imageobject>
  1677.           <imagedata fileref="figures/analysistools-ttest-equal-ex2.png" 
  1678.               format="PNG" />
  1679.             </imageobject>
  1680.             <textobject>
  1681.               <phrase>An image of the output from a t-test
  1682.               with unknown but equal variances.</phrase>
  1683.             </textobject>
  1684.            </mediaobject>
  1685.     </screenshot>
  1686.   </figure>
  1687.   </sect3>
  1688.  
  1689.   <sect3 id="t-test-two-samples-unequal-variances">
  1690.      <title><parameter>t</parameter>-Test: Two-Sample Assuming Unequal Variances Tool</title>
  1691.   <figure id="ttest-dialog-unequal">
  1692.     <title><parameter>t</parameter>-Test (Unknown and Unequal Variances) Tool 
  1693.     Dialog Options</title>
  1694.     <screenshot>
  1695.       <mediaobject>
  1696.             <imageobject>
  1697.               <imagedata fileref="figures/analysistools-ttest-unequal.png" 
  1698.                   format="PNG" />
  1699.             </imageobject>
  1700.             <textobject>
  1701.               <phrase>An image of the options in a t-test of two
  1702.               samples with unknown and possibly unequal
  1703.               variances.</phrase>
  1704.             </textobject>
  1705.            </mediaobject>
  1706.     </screenshot>
  1707.   </figure>
  1708.      <para>For unpaired  variables with unknown and assumed unequal population variances,
  1709.      when you click on <quote><guibutton>OK</guibutton></quote>, <application>Gnumeric</application> will test whether the 
  1710.      mean of the difference between the paired variables is equal to the given hypothesized
  1711.      mean difference.</para> 
  1712.  
  1713.  <example id="usingttestunwqualtool">
  1714.  <title>Using the <parameter>t</parameter>-Test (Unknown and Unequal Variances) Tool</title>
  1715.      <para>See <xref linkend="ttest-unequal-tool-ex1" /> for an example 
  1716.      of a completed dialog and <xref linkend="ttest-unequal-tool-ex2" />
  1717.      for the corresponding output.
  1718.      </para>
  1719.  </example>
  1720.   <figure id="ttest-unequal-tool-ex1">
  1721.     <title><parameter>t</parameter>-Test (Unknown and Unequal Variances) Example Data</title>
  1722.     <screenshot>
  1723.       <mediaobject>
  1724.         <imageobject>
  1725.           <imagedata fileref="figures/analysistools-ttest-unequal-ex1.png" 
  1726.               format="PNG" />
  1727.             </imageobject>
  1728.             <textobject>
  1729.               <phrase>An image of example data for use in a t-test of two
  1730.               samples with unknown and possibly unequal
  1731.               variances.</phrase>
  1732.             </textobject>
  1733.            </mediaobject>
  1734.     </screenshot>
  1735.   </figure>
  1736.   <figure id="ttest-unequal-tool-ex2">
  1737.     <title>Output from the <parameter>t</parameter>-Test (Unknown and Unequal Variances) 
  1738.     Tool</title>
  1739.     <screenshot>
  1740.       <mediaobject>
  1741.         <imageobject>
  1742.           <imagedata fileref="figures/analysistools-ttest-unequal-ex2.png" 
  1743.               format="PNG" />
  1744.             </imageobject>
  1745.             <textobject>
  1746.               <phrase>An image of the output of a t-test of two
  1747.               samples with unknown and possibly unequal
  1748.               variances.</phrase>
  1749.             </textobject>
  1750.            </mediaobject>
  1751.     </screenshot>
  1752.   </figure>
  1753.   </sect3>
  1754.  
  1755.   <sect3 id="ztest-two-samples-for-means-tool">
  1756.      <title><parameter>z</parameter>-Test: Two Samples for Means Tool</title>
  1757.   <figure id="ztest-dialog">
  1758.     <title><parameter>z</parameter>-Test Tool Dialog Options</title>
  1759.     <screenshot>
  1760.       <mediaobject>
  1761.             <imageobject>
  1762.               <imagedata fileref="figures/analysistools-ztest.png" 
  1763.                   format="PNG" />
  1764.             </imageobject>
  1765.             <textobject>
  1766.               <phrase>An image of the options in a z-test of two
  1767.               samples.</phrase>
  1768.             </textobject>
  1769.            </mediaobject>
  1770.     </screenshot>
  1771.   </figure>
  1772.      <para>For unpaired  variables with known population variances, enter those variances 
  1773.      in the <quote><guilabel>Variable 1 Pop. Variance</guilabel></quote> and 
  1774.      <quote><guilabel>Variable 2 Pop. Variance</guilabel></quote> entries.
  1775.      When you click on <quote><guibutton>OK</guibutton></quote>, <application>Gnumeric</application> will test whether the 
  1776.      mean of the difference between the paired variables is equal to the given hypothesized
  1777.      mean difference.</para> 
  1778.  
  1779.  <example id="usingztesttool">
  1780.  <title>Using the <parameter>z</parameter>-Test Tool</title>
  1781.      <para>See <xref linkend="ztest-tool-ex1" /> for an example 
  1782.      of a completed dialog and <xref linkend="ztest-tool-ex2" />
  1783.      for the corresponding output.
  1784.      </para>
  1785.  </example>
  1786.   <figure id="ztest-tool-ex1">
  1787.     <title><parameter>z</parameter>-Test Example Data</title>
  1788.     <screenshot>
  1789.       <mediaobject>
  1790.             <imageobject>
  1791.               <imagedata fileref="figures/analysistools-ztest-ex1.png" 
  1792.                   format="PNG" />
  1793.             </imageobject>
  1794.             <textobject>
  1795.               <phrase>An image of example data for use in a z-test of two
  1796.               samples.</phrase>
  1797.             </textobject>
  1798.            </mediaobject>
  1799.     </screenshot>
  1800.   </figure>
  1801.   <figure id="ztest-tool-ex2">
  1802.     <title>Output from the <parameter>z</parameter>-Test Tool</title>
  1803.     <screenshot>
  1804.       <screeninfo>Output from the <parameter>z</parameter>-Test
  1805.               Tools
  1806.       </screeninfo>
  1807.       <mediaobject>
  1808.         <imageobject>
  1809.           <imagedata fileref="figures/analysistools-ztest-ex2.png" 
  1810.               format="PNG" />
  1811.           </imageobject>
  1812.           <textobject>
  1813.             <phrase>An image of the output from a z-test of two
  1814.             samples.</phrase>
  1815.           </textobject>
  1816.       </mediaobject>
  1817.     </screenshot>
  1818.   </figure>
  1819.   </sect3>
  1820. </sect2>
  1821. </sect1>
  1822.