[gnumeric] docs: propagate changes.



commit 3a644e4c53c9daea6d83f8aa8bd423fc2edd221e
Author: Morten Welinder <terra gnome org>
Date:   Thu Apr 22 20:44:27 2010 -0400

    docs: propagate changes.

 doc/C/func.defs     |    4 ++--
 doc/C/functions.xml |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/doc/C/func.defs b/doc/C/func.defs
index 65829db..e6696f1 100644
--- a/doc/C/func.defs
+++ b/doc/C/func.defs
@@ -882,7 +882,7 @@ The natural logarithm is not uniquely defined on complex numbers. You may need t
 @ARGUMENTDESCRIPTION= {date}: date serial value
 @{method}: numbering system
 @DESCRIPTION=WEEKNUM calculates the week number according to @{method} which defaults to 1.
- NOTE=If @{method} is 1, then weeks start on Sundays and days before first Sunday are in week 0. If @{method} is 2, then weeks start on Mondays and days before first Monday are in week 0. If @{method} is 150, then the ISO 8601 numbering is used.
+ NOTE=If @{method} is 1, then weeks start on Sundays and January 1 is in week 1. If @{method} is 2, then weeks start on Mondays and January 1 is in week 1. If @{method} is 150, then the ISO 8601 numbering is used.
 @SEEALSO=ISOWEEKNUM
 
 @CATEGORY=Date/Time
@@ -4207,7 +4207,7 @@ The successive use of the simulation tool also requires that you give to the too
 @SYNTAX=CHITEST(actual_range,theoretical_range)
 @ARGUMENTDESCRIPTION= {actual_range}: observed data
 @{theoretical_range}: expected values
- NOTE=If the actual range is not an n by 1 or 1 by n range, the returned value appears to have no sensible meaning.
+ NOTE=If the actual range is not an n by 1 or 1 by n range, but an n by m range, then CHITEST uses (n-1) times (m-1) as degrees of freedom. This is useful if the expected values were calculated from the observed value in a test of independence or test of homogeneity.
 @EXCEL=This function is Excel compatible.
 @ODF=CHITEST is the OpenFormula function LEGACY.CHITEST.
 @SEEALSO=CHIDIST,CHIINV
diff --git a/doc/C/functions.xml b/doc/C/functions.xml
index f7a5c0b..390f5f6 100644
--- a/doc/C/functions.xml
+++ b/doc/C/functions.xml
@@ -3250,7 +3250,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If <parameter>method</parameter> is 1, then weeks start on Sundays and days before first Sunday are in week 0. If <parameter>method</parameter> is 2, then weeks start on Mondays and days before first Monday are in week 0. If <parameter>method</parameter> is 150, then the ISO 8601 numbering is used.</para>
+        <para>If <parameter>method</parameter> is 1, then weeks start on Sundays and January 1 is in week 1. If <parameter>method</parameter> is 2, then weeks start on Mondays and January 1 is in week 1. If <parameter>method</parameter> is 150, then the ISO 8601 numbering is used.</para>
       </refsect1>
       <refsect1>
         <title>See also</title>
@@ -14504,7 +14504,7 @@
       </refsect1>
       <refsect1>
         <title>Note</title>
-        <para>If the actual range is not an n by 1 or 1 by n range, the returned value appears to have no sensible meaning.</para>
+        <para>If the actual range is not an n by 1 or 1 by n range, but an n by m range, then <function>CHITEST</function> uses (n-1) times (m-1) as degrees of freedom. This is useful if the expected values were calculated from the observed value in a test of independence or test of homogeneity.</para>
       </refsect1>
       <refsect1>
         <title>Microsoft Excel Compatibility</title>



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]