xref: /trunk/main/helpcontent2/source/text/scalc/01/04060182.xhp (revision 1dda6fa065ca9dda1aeb73fcffcf5e4176683177)
1<?xml version="1.0" encoding="UTF-8"?>
2
3<!--***********************************************************
4 *
5 * Licensed to the Apache Software Foundation (ASF) under one
6 * or more contributor license agreements.  See the NOTICE file
7 * distributed with this work for additional information
8 * regarding copyright ownership.  The ASF licenses this file
9 * to you under the Apache License, Version 2.0 (the
10 * "License"); you may not use this file except in compliance
11 * with the License.  You may obtain a copy of the License at
12 *
13 *   http://www.apache.org/licenses/LICENSE-2.0
14 *
15 * Unless required by applicable law or agreed to in writing,
16 * software distributed under the License is distributed on an
17 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
18 * KIND, either express or implied.  See the License for the
19 * specific language governing permissions and limitations
20 * under the License.
21 *
22 ***********************************************************-->
23
24<helpdocument version="1.0">
25<meta>
26<topic id="textscalc0104060182xml" indexer="include">
27<title xml-lang="en-US" id="tit">Statistical Functions Part Two</title>
28<filename>/text/scalc/01/04060182.xhp</filename>
29</topic>
30</meta>
31<body>
32<paragraph xml-lang="en-US" id="hd_id3154372" role="heading" level="1" l10n="U"><variable id="fh"><link href="text/scalc/01/04060182.xhp" name="Statistical Functions Part Two">Statistical Functions Part Two</link>
33</variable></paragraph>
34<sort order="asc">
35<section id="finv">
36<bookmark xml-lang="en-US" branch="index" id="bm_id3145388">
37<bookmark_value>FINV function</bookmark_value>
38<bookmark_value>inverse F probability distribution</bookmark_value>
39</bookmark><comment>mw added one entry</comment>
40<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FINV" id="bm_id3146113" localize="false"/>
41<paragraph xml-lang="en-US" id="hd_id3145388" role="heading" level="2" l10n="U">FINV</paragraph>
42<paragraph xml-lang="en-US" id="par_id3155089" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_FINV">Returns the inverse of the F probability distribution.</ahelp> The F distribution is used for F tests in order to set the relation between two differing data sets.</paragraph>
43<paragraph xml-lang="en-US" id="hd_id3153816" role="heading" level="3" l10n="U">Syntax</paragraph>
44<paragraph xml-lang="en-US" id="par_id3153068" role="code" l10n="U">FINV(Number; DegreesFreedom1; DegreesFreedom2)</paragraph>
45<paragraph xml-lang="en-US" id="par_id3146866" role="paragraph" l10n="U"><emph>Number</emph> is probability value for which the inverse F distribution is to be calculated.</paragraph>
46<paragraph xml-lang="en-US" id="par_id3153914" role="paragraph" l10n="U"><emph>DegreesFreedom1</emph> is the number of degrees of freedom in the numerator of the F distribution.</paragraph>
47<paragraph xml-lang="en-US" id="par_id3148607" role="paragraph" l10n="U"><emph>DegreesFreedom2</emph> is the number of degrees of freedom in the denominator of the F distribution.</paragraph>
48<paragraph xml-lang="en-US" id="hd_id3156021" role="heading" level="3" l10n="U">Example</paragraph>
49<paragraph xml-lang="en-US" id="par_id3145073" role="paragraph" l10n="U"><item type="input">=FINV(0.5;5;10)</item> yields 0.93.</paragraph>
50</section>
51<section id="fisher">
52<bookmark xml-lang="en-US" branch="index" id="bm_id3150888">
53<bookmark_value>FISHER function</bookmark_value>
54</bookmark>
55<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FISHER" id="bm_id3146782" localize="false"/>
56<paragraph xml-lang="en-US" id="hd_id3150888" role="heading" level="2" l10n="U">FISHER</paragraph>
57<paragraph xml-lang="en-US" id="par_id3155384" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_FISHER">Returns the Fisher transformation for x and creates a function close to a normal distribution.</ahelp></paragraph>
58<paragraph xml-lang="en-US" id="hd_id3149898" role="heading" level="3" l10n="U">Syntax</paragraph>
59<paragraph xml-lang="en-US" id="par_id3143220" role="code" l10n="U">FISHER(Number)</paragraph>
60<paragraph xml-lang="en-US" id="par_id3159228" role="paragraph" l10n="U"><emph>Number</emph> is the value to be transformed.</paragraph>
61<paragraph xml-lang="en-US" id="hd_id3154763" role="heading" level="3" l10n="U">Example</paragraph>
62<paragraph xml-lang="en-US" id="par_id3149383" role="paragraph" l10n="U"><item type="input">=FISHER(0.5)</item> yields 0.55.</paragraph>
63</section>
64<section id="fisherinv">
65<bookmark xml-lang="en-US" branch="index" id="bm_id3155758">
66<bookmark_value>FISHERINV function</bookmark_value>
67<bookmark_value>inverse of Fisher transformation</bookmark_value>
68</bookmark><comment>mw added one entry</comment>
69<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FISHERINV" id="bm_id3149317" localize="false"/>
70<paragraph xml-lang="en-US" id="hd_id3155758" role="heading" level="2" l10n="U">FISHERINV</paragraph>
71<paragraph xml-lang="en-US" id="par_id3154734" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_FISHERINV">Returns the inverse of the Fisher transformation for x and creates a function close to a normal distribution.</ahelp></paragraph>
72<paragraph xml-lang="en-US" id="hd_id3155755" role="heading" level="3" l10n="U">Syntax</paragraph>
73<paragraph xml-lang="en-US" id="par_id3146108" role="code" l10n="U">FISHERINV(Number)</paragraph>
74<paragraph xml-lang="en-US" id="par_id3145115" role="paragraph" l10n="U"><emph>Number</emph> is the value that is to undergo reverse-transformation.</paragraph>
75<paragraph xml-lang="en-US" id="hd_id3155744" role="heading" level="3" l10n="U">Example</paragraph>
76<paragraph xml-lang="en-US" id="par_id3150432" role="paragraph" l10n="U"><item type="input">=FISHERINV(0.5)</item> yields 0.46.</paragraph>
77</section>
78<section id="ftest">
79<bookmark xml-lang="en-US" branch="index" id="bm_id3151390">
80<bookmark_value>FTEST function</bookmark_value>
81</bookmark>
82<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FTEST" id="bm_id3159263" localize="false"/>
83<paragraph xml-lang="en-US" id="hd_id3151390" role="heading" level="2" l10n="U">FTEST</paragraph>
84<paragraph xml-lang="en-US" id="par_id3150534" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_FTEST">Returns the result of an F test.</ahelp></paragraph>
85<paragraph xml-lang="en-US" id="hd_id3166466" role="heading" level="3" l10n="U">Syntax</paragraph>
86<paragraph xml-lang="en-US" id="par_id3153024" role="code" l10n="U">FTEST(Data1; Data2)</paragraph>
87<paragraph xml-lang="en-US" id="par_id3150032" role="paragraph" l10n="U"><emph>Data1</emph> is the first record array.</paragraph>
88<paragraph xml-lang="en-US" id="par_id3153018" role="paragraph" l10n="U"><emph>Data2</emph> is the second record array.</paragraph>
89<paragraph xml-lang="en-US" id="hd_id3153123" role="heading" level="3" l10n="U">Example</paragraph>
90<paragraph xml-lang="en-US" id="par_id3159126" role="paragraph" l10n="U"><item type="input">=FTEST(A1:A30;B1:B12)</item> calculates whether the two data sets are different in their variance and returns the probability that both sets could have come from the same total population.</paragraph>
91</section>
92<section id="fdist">
93<bookmark xml-lang="en-US" branch="index" id="bm_id3150372">
94<bookmark_value>FDIST function</bookmark_value>
95</bookmark>
96<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_FVERT" id="bm_id3149722" localize="false"/>
97<paragraph xml-lang="en-US" id="hd_id3150372" role="heading" level="2" l10n="U">FDIST</paragraph>
98<paragraph xml-lang="en-US" id="par_id3152981" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_FVERT">Calculates the values of an F distribution.</ahelp></paragraph>
99<paragraph xml-lang="en-US" id="hd_id3150484" role="heading" level="3" l10n="U">Syntax</paragraph>
100<paragraph xml-lang="en-US" id="par_id3145826" role="code" l10n="U">FDIST(Number; DegreesFreedom1; DegreesFreedom2)</paragraph>
101<paragraph xml-lang="en-US" id="par_id3150461" role="paragraph" l10n="U"><emph>Number</emph> is the value for which the F distribution is to be calculated.</paragraph>
102<paragraph xml-lang="en-US" id="par_id3150029" role="paragraph" l10n="U"><emph>degreesFreedom1</emph> is the degrees of freedom in the numerator in the F distribution.</paragraph>
103<paragraph xml-lang="en-US" id="par_id3146877" role="paragraph" l10n="U"><emph>degreesFreedom2</emph> is the degrees of freedom in the denominator in the F distribution.</paragraph>
104<paragraph xml-lang="en-US" id="hd_id3147423" role="heading" level="3" l10n="U">Example</paragraph>
105<paragraph xml-lang="en-US" id="par_id3150696" role="paragraph" l10n="U"><item type="input">=FDIST(0.8;8;12)</item> yields 0.61.</paragraph>
106</section>
107<section id="gamma">
108<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GAMMA" id="bm_id0119200903221254" localize="false"/>
109<bookmark xml-lang="en-US" branch="index" id="bm_id0119200903223192">
110<bookmark_value>GAMMA function</bookmark_value>
111</bookmark>
112<paragraph xml-lang="en-US" id="hd_id0119200903205393" role="heading" level="2" l10n="NEW">GAMMA</paragraph>
113<paragraph xml-lang="en-US" id="par_id0119200903205379" role="paragraph" l10n="NEW"><ahelp hid=".">Returns the Gamma function value.</ahelp> Note that GAMMAINV is not the inverse of GAMMA, but of GAMMADIST.</paragraph>
114<paragraph xml-lang="en-US" id="hd_id0119200903271613" role="heading" level="3" l10n="NEW">Syntax</paragraph>
115<paragraph xml-lang="en-US" id="par_id0119200903271614" role="paragraph" l10n="NEW">
116<emph>Number</emph> is the number for which the Gamma function value is to be calculated.</paragraph>
117</section>
118<section id="gammainv">
119<bookmark xml-lang="en-US" branch="index" id="bm_id3154841">
120<bookmark_value>GAMMAINV function</bookmark_value>
121</bookmark>
122<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GAMMAINV" id="bm_id3149249" localize="false"/>
123<paragraph xml-lang="en-US" id="hd_id3154841" role="heading" level="2" l10n="U">GAMMAINV</paragraph>
124<paragraph xml-lang="en-US" id="par_id3153932" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GAMMAINV">Returns the inverse of the Gamma cumulative distribution GAMMADIST.</ahelp> This function allows you to search for variables with different distribution.</paragraph>
125<paragraph xml-lang="en-US" id="hd_id3149949" role="heading" level="3" l10n="U">Syntax</paragraph>
126<paragraph xml-lang="en-US" id="par_id3155828" role="code" l10n="U">GAMMAINV(Number; Alpha; Beta)</paragraph>
127<paragraph xml-lang="en-US" id="par_id3145138" role="paragraph" l10n="U"><emph>Number</emph> is the probability value for which the inverse Gamma distribution is to be calculated.</paragraph>
128<paragraph xml-lang="en-US" id="par_id3152785" role="paragraph" l10n="U"><emph>Alpha</emph> is the parameter Alpha of the Gamma distribution.</paragraph>
129<paragraph xml-lang="en-US" id="par_id3154561" role="paragraph" l10n="U"><emph>Beta</emph> is the parameter Beta of the Gamma distribution.</paragraph>
130<paragraph xml-lang="en-US" id="hd_id3148734" role="heading" level="3" l10n="U">Example</paragraph>
131<paragraph xml-lang="en-US" id="par_id3153331" role="paragraph" l10n="U"><item type="input">=GAMMAINV(0.8;1;1)</item> yields 1.61.</paragraph>
132</section>
133<section id="gammaln">
134<bookmark xml-lang="en-US" branch="index" id="bm_id3154806">
135<bookmark_value>GAMMALN function</bookmark_value>
136<bookmark_value>natural logarithm of Gamma function</bookmark_value>
137</bookmark><comment>mw added one entry</comment>
138<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GAMMALN" id="bm_id3149511" localize="false"/>
139<paragraph xml-lang="en-US" id="hd_id3154806" role="heading" level="2" l10n="U">GAMMALN</paragraph>
140<paragraph xml-lang="en-US" id="par_id3148572" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GAMMALN">Returns the natural logarithm of the Gamma function: G(x).</ahelp></paragraph>
141<paragraph xml-lang="en-US" id="hd_id3152999" role="heading" level="3" l10n="U">Syntax</paragraph>
142<paragraph xml-lang="en-US" id="par_id3153112" role="code" l10n="U">GAMMALN(Number)</paragraph>
143<paragraph xml-lang="en-US" id="par_id3154502" role="paragraph" l10n="U"><emph>Number</emph> is the value for which the natural logarithm of the Gamma function is to be calculated.</paragraph>
144<paragraph xml-lang="en-US" id="hd_id3153568" role="heading" level="3" l10n="U">Example</paragraph>
145<paragraph xml-lang="en-US" id="par_id3153730" role="paragraph" l10n="U"><item type="input">=GAMMALN(2)</item> yields 0.</paragraph>
146</section>
147<section id="gammadist">
148<bookmark xml-lang="en-US" branch="index" id="bm_id3150132">
149<bookmark_value>GAMMADIST function</bookmark_value>
150</bookmark>
151<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GAMMAVERT" id="bm_id3154330" localize="false"/>
152<paragraph xml-lang="en-US" id="hd_id3150132" role="heading" level="2" l10n="U">GAMMADIST</paragraph>
153<paragraph xml-lang="en-US" id="par_id3155931" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GAMMAVERT">Returns the values of a Gamma distribution.</ahelp></paragraph>
154<paragraph xml-lang="en-US" id="par_id0119200903333675" role="paragraph" l10n="NEW">The inverse function is GAMMAINV.</paragraph>
155<paragraph xml-lang="en-US" id="hd_id3147373" role="heading" level="3" l10n="U">Syntax</paragraph>
156<paragraph xml-lang="en-US" id="par_id3155436" role="code" l10n="U">GAMMADIST(Number; Alpha; Beta; C)</paragraph>
157<paragraph xml-lang="en-US" id="par_id3150571" role="paragraph" l10n="U"><emph>Number</emph> is the value for which the Gamma distribution is to be calculated.</paragraph>
158<paragraph xml-lang="en-US" id="par_id3145295" role="paragraph" l10n="U"><emph>Alpha</emph> is the parameter Alpha of the Gamma distribution.</paragraph>
159<paragraph xml-lang="en-US" id="par_id3151015" role="paragraph" l10n="U"><emph>Beta</emph> is the parameter Beta of the Gamma distribution</paragraph>
160<paragraph xml-lang="en-US" id="par_id3157972" role="paragraph" l10n="CHG"><emph>C</emph> (optional) = 0 or False calculates the density function <emph>C</emph> = 1 or True calculates the distribution.</paragraph>
161<paragraph xml-lang="en-US" id="hd_id3149535" role="heading" level="3" l10n="U">Example</paragraph>
162<paragraph xml-lang="en-US" id="par_id3145354" role="paragraph" l10n="U"><item type="input">=GAMMADIST(2;1;1;1)</item> yields 0.86.</paragraph>
163</section>
164<section id="gauss">
165<bookmark xml-lang="en-US" branch="index" id="bm_id3150272">
166<bookmark_value>GAUSS function</bookmark_value>
167<bookmark_value>normal distribution; standard</bookmark_value>
168</bookmark><comment>mw added one entry</comment>
169<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GAUSS" id="bm_id3149388" localize="false"/>
170<paragraph xml-lang="en-US" id="hd_id3150272" role="heading" level="2" l10n="U">GAUSS</paragraph>
171<paragraph xml-lang="en-US" id="par_id3149030" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GAUSS">Returns the standard normal cumulative distribution.</ahelp></paragraph>
172<paragraph xml-lang="en-US" id="par_id2059694" role="paragraph" l10n="NEW">It is GAUSS(x)=NORMSDIST(x)-0.5</paragraph>
173<paragraph xml-lang="en-US" id="hd_id3153551" role="heading" level="3" l10n="U">Syntax</paragraph>
174<paragraph xml-lang="en-US" id="par_id3155368" role="code" l10n="U">GAUSS(Number)</paragraph>
175<paragraph xml-lang="en-US" id="par_id3153228" role="paragraph" l10n="CHG"><emph>Number</emph> is the value for which the value of the standard normal distribution is to be calculated.</paragraph>
176<paragraph xml-lang="en-US" id="hd_id3150691" role="heading" level="3" l10n="U">Example</paragraph>
177<paragraph xml-lang="en-US" id="par_id3154867" role="paragraph" l10n="U"><item type="input">=GAUSS(0.19)</item> = 0.08</paragraph>
178<paragraph xml-lang="en-US" id="par_id3148594" role="paragraph" l10n="U"><item type="input">=GAUSS(0.0375)</item> = 0.01</paragraph>
179</section>
180<section id="geomean">
181<bookmark xml-lang="en-US" branch="index" id="bm_id3148425">
182<bookmark_value>GEOMEAN function</bookmark_value>
183<bookmark_value>means;geometric</bookmark_value>
184</bookmark><comment>mw added one entry</comment>
185<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GEOMITTEL" id="bm_id3149777" localize="false"/>
186<paragraph xml-lang="en-US" id="hd_id3148425" role="heading" level="2" l10n="U">GEOMEAN</paragraph>
187<paragraph xml-lang="en-US" id="par_id3156257" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GEOMITTEL">Returns the geometric mean of a sample.</ahelp></paragraph>
188<paragraph xml-lang="en-US" id="hd_id3147167" role="heading" level="3" l10n="U">Syntax</paragraph>
189<paragraph xml-lang="en-US" id="par_id3153720" role="code" l10n="U">GEOMEAN(Number1; Number2; ...Number30)</paragraph>
190<paragraph xml-lang="en-US" id="par_id3152585" role="paragraph" l10n="CHG"><emph>Number1, Number2,...Number30</emph> are numeric arguments or ranges that represent a random sample.</paragraph>
191<paragraph xml-lang="en-US" id="hd_id3146146" role="heading" level="3" l10n="U">Example</paragraph>
192<paragraph xml-lang="en-US" id="par_id3149819" role="paragraph" l10n="U"><item type="input">=GEOMEAN(23;46;69)</item> = 41.79. The geometric mean value of this random sample is therefore 41.79.</paragraph>
193</section>
194<section id="trimmean">
195<bookmark xml-lang="en-US" branch="index" id="bm_id3152966">
196<bookmark_value>TRIMMEAN function</bookmark_value>
197<bookmark_value>means;of data set without margin data</bookmark_value>
198</bookmark><comment>mw added one entry</comment>
199<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GESTUTZTMITTEL" id="bm_id3145081" localize="false"/>
200<paragraph xml-lang="en-US" id="hd_id3152966" role="heading" level="2" l10n="U">TRIMMEAN</paragraph>
201<paragraph xml-lang="en-US" id="par_id3149716" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_GESTUTZTMITTEL">Returns the mean of a data set without the Alpha percent of data at the margins.</ahelp></paragraph>
202<paragraph xml-lang="en-US" id="hd_id3149281" role="heading" level="3" l10n="U">Syntax</paragraph>
203<paragraph xml-lang="en-US" id="par_id3154821" role="code" l10n="U">TRIMMEAN(Data; Alpha)</paragraph>
204<paragraph xml-lang="en-US" id="par_id3155834" role="paragraph" l10n="U"><emph>Data</emph> is the array of data in the sample.</paragraph>
205<paragraph xml-lang="en-US" id="par_id3156304" role="paragraph" l10n="U"><emph>Alpha</emph> is the percentage of the marginal data that will not be taken into consideration.</paragraph>
206<paragraph xml-lang="en-US" id="hd_id3151180" role="heading" level="3" l10n="U">Example</paragraph>
207<paragraph xml-lang="en-US" id="par_id3156130" role="paragraph" l10n="U"><item type="input">=TRIMMEAN(A1:A50; 0.1)</item> calculates the mean value of numbers in A1:A50, without taking into consideration the 5 percent of the values representing the highest values and the 5 percent of the values representing the lowest ones. The percentage numbers refer to the amount of the untrimmed mean value, not to the number of summands.</paragraph>
208</section>
209<section id="ztest">
210<bookmark xml-lang="en-US" branch="index" id="bm_id3153216">
211<bookmark_value>ZTEST function</bookmark_value>
212</bookmark>
213<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_GTEST" id="bm_id3147569" localize="false"/>
214<paragraph xml-lang="en-US" id="hd_id3153216" role="heading" level="2" l10n="U">ZTEST</paragraph>
215<paragraph xml-lang="en-US" id="par_id3150758" role="paragraph" l10n="CHG"><ahelp hid="HID_FUNC_GTEST">Calculates the probability of observing a z-statistic greater than the one computed based on a sample.</ahelp></paragraph>
216<paragraph xml-lang="en-US" id="hd_id3150872" role="heading" level="3" l10n="U">Syntax</paragraph>
217<paragraph xml-lang="en-US" id="par_id3153274" role="code" l10n="CHG">ZTEST(Data; mu; Sigma)</paragraph>
218<paragraph xml-lang="en-US" id="par_id3156109" role="paragraph" l10n="CHG"><emph>Data</emph> is the given sample, drawn from a normally distributed population.</paragraph>
219<paragraph xml-lang="en-US" id="par_id3149977" role="paragraph" l10n="CHG"><emph>mu</emph> is the known mean of the population.</paragraph>
220<paragraph xml-lang="en-US" id="par_id3154740" role="paragraph" l10n="CHG"><emph>Sigma</emph> (optional) is the known standard deviation of the population. If omitted, the standard deviation of the given sample is used.</paragraph>
221<paragraph xml-lang="en-US" id="par_id0305200911372999" role="paragraph" l10n="NEW">See also the <link href="https://wiki.openoffice.org/wiki/Documentation/How_Tos/Calc:_ZTEST_function">Wiki page</link>.</paragraph>
222</section>
223<section id="harmean">
224<bookmark xml-lang="en-US" branch="index" id="bm_id3153623">
225<bookmark_value>HARMEAN function</bookmark_value>
226<bookmark_value>means;harmonic</bookmark_value>
227</bookmark><comment>mw added one entry</comment>
228<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_HARMITTEL" id="bm_id3154052" localize="false"/>
229<paragraph xml-lang="en-US" id="hd_id3153623" role="heading" level="2" l10n="U">HARMEAN</paragraph>
230<paragraph xml-lang="en-US" id="par_id3155102" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_HARMITTEL">Returns the harmonic mean of a data set.</ahelp></paragraph>
231<paragraph xml-lang="en-US" id="hd_id3146900" role="heading" level="3" l10n="U">Syntax</paragraph>
232<paragraph xml-lang="en-US" id="par_id3149287" role="code" l10n="U">HARMEAN(Number1; Number2; ...Number30)</paragraph>
233<paragraph xml-lang="en-US" id="par_id3154303" role="paragraph" l10n="CHG"><emph>Number1,Number2,...Number30</emph> are up to 30 values or ranges, that can be used to calculate the harmonic mean.</paragraph>
234<paragraph xml-lang="en-US" id="hd_id3159179" role="heading" level="3" l10n="U">Example</paragraph>
235<paragraph xml-lang="en-US" id="par_id3146093" role="paragraph" l10n="U"><item type="input">=HARMEAN(23;46;69)</item> = 37.64. The harmonic mean of this random sample is thus 37.64</paragraph>
236</section>
237<section id="hypgeomdist">
238<bookmark xml-lang="en-US" branch="index" id="bm_id3152801">
239<bookmark_value>HYPGEOMDIST function</bookmark_value>
240<bookmark_value>sampling without replacement</bookmark_value>
241</bookmark><comment>mw added one entry</comment>
242<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_HYPGEOMVERT" id="bm_id3153910" localize="false"/>
243<paragraph xml-lang="en-US" id="hd_id3152801" role="heading" level="2" l10n="U">HYPGEOMDIST</paragraph>
244<paragraph xml-lang="en-US" id="par_id3159341" role="paragraph" l10n="U"><ahelp hid="HID_FUNC_HYPGEOMVERT">Returns the hypergeometric distribution.</ahelp></paragraph>
245<paragraph xml-lang="en-US" id="hd_id3154697" role="heading" level="3" l10n="U">Syntax</paragraph>
246<paragraph xml-lang="en-US" id="par_id3155388" role="code" l10n="U">HYPGEOMDIST(X; NSample; Successes; NPopulation)</paragraph>
247<paragraph xml-lang="en-US" id="par_id3154933" role="paragraph" l10n="U"><emph>X</emph> is the number of results achieved in the random sample.</paragraph>
248<paragraph xml-lang="en-US" id="par_id3153106" role="paragraph" l10n="U"><emph>NSample</emph> is the size of the random sample.</paragraph>
249<paragraph xml-lang="en-US" id="par_id3146992" role="paragraph" l10n="U"><emph>Successes</emph> is the number of possible results in the total population.</paragraph>
250<paragraph xml-lang="en-US" id="par_id3148826" role="paragraph" l10n="U"><emph>NPopulation</emph> is the size of the total population.</paragraph>
251<paragraph xml-lang="en-US" id="hd_id3150529" role="heading" level="3" l10n="U">Example</paragraph>
252<paragraph xml-lang="en-US" id="par_id3154904" role="paragraph" l10n="U"><item type="input">=HYPGEOMDIST(2;2;90;100)</item> yields 0.81. If 90 out of 100 pieces of buttered toast fall from the table and hit the floor with the buttered side first, then if 2 pieces of buttered toast are dropped from the table, the probability is 81%, that both will strike buttered side first.</paragraph>
253</section>
254</sort>
255<section id="relatedtopics">
256<embed href="text/scalc/01/04060100.xhp#drking"/>
257</section>
258</body>
259</helpdocument>
260