1cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?> 2cdf0e10cSrcweir<helpdocument version="1.0"> 3cdf0e10cSrcweir 4*02dbb15cSAndrew Rist<!--*********************************************************** 5cdf0e10cSrcweir * 6*02dbb15cSAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one 7*02dbb15cSAndrew Rist * or more contributor license agreements. See the NOTICE file 8*02dbb15cSAndrew Rist * distributed with this work for additional information 9*02dbb15cSAndrew Rist * regarding copyright ownership. The ASF licenses this file 10*02dbb15cSAndrew Rist * to you under the Apache License, Version 2.0 (the 11*02dbb15cSAndrew Rist * "License"); you may not use this file except in compliance 12*02dbb15cSAndrew Rist * with the License. You may obtain a copy of the License at 13cdf0e10cSrcweir * 14*02dbb15cSAndrew Rist * http://www.apache.org/licenses/LICENSE-2.0 15cdf0e10cSrcweir * 16*02dbb15cSAndrew Rist * Unless required by applicable law or agreed to in writing, 17*02dbb15cSAndrew Rist * software distributed under the License is distributed on an 18*02dbb15cSAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 19*02dbb15cSAndrew Rist * KIND, either express or implied. See the License for the 20*02dbb15cSAndrew Rist * specific language governing permissions and limitations 21*02dbb15cSAndrew Rist * under the License. 22cdf0e10cSrcweir * 23*02dbb15cSAndrew Rist ***********************************************************--> 24*02dbb15cSAndrew Rist 25*02dbb15cSAndrew Rist 26cdf0e10cSrcweir 27cdf0e10cSrcweir 28cdf0e10cSrcweir<meta> 29cdf0e10cSrcweir<topic id="textscalc0104060183xml" indexer="include"> 30cdf0e10cSrcweir<title id="tit" xml-lang="en-US">Statistical Functions Part Three</title> 31cdf0e10cSrcweir<filename>/text/scalc/01/04060183.xhp</filename> 32cdf0e10cSrcweir</topic> 33cdf0e10cSrcweir</meta> 34cdf0e10cSrcweir<body> 35cdf0e10cSrcweir<paragraph role="heading" id="hd_id3166425" xml-lang="en-US" level="1" l10n="U" oldref="1"><variable id="kl"><link href="text/scalc/01/04060183.xhp" name="Statistical Functions Part Three">Statistical Functions Part Three</link> 36cdf0e10cSrcweir</variable></paragraph> 37cdf0e10cSrcweir<sort order="asc"> 38cdf0e10cSrcweir<section id="large"> 39cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3149530"><bookmark_value>LARGE function</bookmark_value> 40cdf0e10cSrcweir</bookmark> 41cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KGROESSTE" id="bm_id3150883" localize="false"/> 42cdf0e10cSrcweir<paragraph role="heading" id="hd_id3149530" xml-lang="en-US" level="2" l10n="U" oldref="2">LARGE</paragraph> 43cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3150518" xml-lang="en-US" l10n="U" oldref="3"><ahelp hid="HID_FUNC_KGROESSTE">Returns the Rank_c-th largest value in a data set.</ahelp></paragraph> 44cdf0e10cSrcweir<paragraph role="heading" id="hd_id3152990" xml-lang="en-US" level="3" l10n="U" oldref="4">Syntax</paragraph> 45cdf0e10cSrcweir<paragraph role="code" id="par_id3154372" xml-lang="en-US" l10n="U" oldref="5">LARGE(Data; RankC)</paragraph> 46cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3152986" xml-lang="en-US" l10n="U" oldref="6"> 47cdf0e10cSrcweir<emph>Data</emph> is the cell range of data.</paragraph> 48cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3156448" xml-lang="en-US" l10n="U" oldref="7"> 49cdf0e10cSrcweir<emph>RankC</emph> is the ranking of the value.</paragraph> 50cdf0e10cSrcweir<paragraph role="heading" id="hd_id3152889" xml-lang="en-US" level="3" l10n="U" oldref="8">Example</paragraph> 51cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3148702" xml-lang="en-US" l10n="U" oldref="9"> 52cdf0e10cSrcweir<item type="input">=LARGE(A1:C50;2)</item> gives the second largest value in A1:C50.</paragraph> 53cdf0e10cSrcweir</section> 54cdf0e10cSrcweir<section id="small"> 55cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3154532"><bookmark_value>SMALL function</bookmark_value> 56cdf0e10cSrcweir</bookmark> 57cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KKLEINSTE" id="bm_id3148609" localize="false"/> 58cdf0e10cSrcweir<paragraph role="heading" id="hd_id3154532" xml-lang="en-US" level="2" l10n="U" oldref="11">SMALL</paragraph> 59cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3157981" xml-lang="en-US" l10n="U" oldref="12"><ahelp hid="HID_FUNC_KKLEINSTE">Returns the Rank_c-th smallest value in a data set.</ahelp></paragraph> 60cdf0e10cSrcweir<paragraph role="heading" id="hd_id3154957" xml-lang="en-US" level="3" l10n="U" oldref="13">Syntax</paragraph> 61cdf0e10cSrcweir<paragraph role="code" id="par_id3153974" xml-lang="en-US" l10n="U" oldref="14">SMALL(Data; RankC)</paragraph> 62cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3154540" xml-lang="en-US" l10n="U" oldref="15"> 63cdf0e10cSrcweir<emph>Data</emph> is the cell range of data.</paragraph> 64cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3155094" xml-lang="en-US" l10n="U" oldref="16"> 65cdf0e10cSrcweir<emph>RankC</emph> is the rank of the value.</paragraph> 66cdf0e10cSrcweir<paragraph role="heading" id="hd_id3153247" xml-lang="en-US" level="3" l10n="U" oldref="17">Example</paragraph> 67cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149897" xml-lang="en-US" l10n="U" oldref="18"> 68cdf0e10cSrcweir<item type="input">=SMALL(A1:C50;2)</item> gives the second smallest value in A1:C50.</paragraph> 69cdf0e10cSrcweir</section> 70cdf0e10cSrcweir<section id="confidence"> 71cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3153559"><bookmark_value>CONFIDENCE function</bookmark_value> 72cdf0e10cSrcweir</bookmark> 73cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KONFIDENZ" id="bm_id3153803" localize="false"/> 74cdf0e10cSrcweir<paragraph role="heading" id="hd_id3153559" xml-lang="en-US" level="2" l10n="U" oldref="20">CONFIDENCE</paragraph> 75cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153814" xml-lang="en-US" l10n="U" oldref="21"><ahelp hid="HID_FUNC_KONFIDENZ">Returns the (1-alpha) confidence interval for a normal distribution.</ahelp></paragraph> 76cdf0e10cSrcweir<paragraph role="heading" id="hd_id3149315" xml-lang="en-US" level="3" l10n="U" oldref="22">Syntax</paragraph> 77cdf0e10cSrcweir<paragraph role="code" id="par_id3147501" xml-lang="en-US" l10n="U" oldref="23">CONFIDENCE(Alpha; StDev; Size)</paragraph> 78cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149872" xml-lang="en-US" l10n="U" oldref="24"> 79cdf0e10cSrcweir<emph>Alpha</emph> is the level of the confidence interval.</paragraph> 80cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145324" xml-lang="en-US" l10n="U" oldref="25"> 81cdf0e10cSrcweir<emph>StDev</emph> is the standard deviation for the total population.</paragraph> 82cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153075" xml-lang="en-US" l10n="U" oldref="26"> 83cdf0e10cSrcweir<emph>Size</emph> is the size of the total population.</paragraph> 84cdf0e10cSrcweir<paragraph role="heading" id="hd_id3150435" xml-lang="en-US" level="3" l10n="U" oldref="27">Example</paragraph> 85cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153335" xml-lang="en-US" l10n="U" oldref="28"> 86cdf0e10cSrcweir<item type="input">=CONFIDENCE(0.05;1.5;100)</item> gives 0.29.</paragraph> 87cdf0e10cSrcweir</section> 88cdf0e10cSrcweir<section id="correl"> 89cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3148746"><bookmark_value>CORREL function</bookmark_value> 90cdf0e10cSrcweir<bookmark_value>coefficient of correlation</bookmark_value> 91cdf0e10cSrcweir</bookmark><comment>mw added one entry</comment> 92cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KORREL" id="bm_id3147403" localize="false"/> 93cdf0e10cSrcweir<paragraph role="heading" id="hd_id3148746" xml-lang="en-US" level="2" l10n="U" oldref="30">CORREL</paragraph> 94cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3147299" xml-lang="en-US" l10n="U" oldref="31"><ahelp hid="HID_FUNC_KORREL">Returns the correlation coefficient between two data sets.</ahelp></paragraph> 95cdf0e10cSrcweir<paragraph role="heading" id="hd_id3156397" xml-lang="en-US" level="3" l10n="U" oldref="32">Syntax</paragraph> 96cdf0e10cSrcweir<paragraph role="code" id="par_id3153023" xml-lang="en-US" l10n="U" oldref="33">CORREL(Data1; Data2)</paragraph> 97cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3150036" xml-lang="en-US" l10n="U" oldref="34"> 98cdf0e10cSrcweir<emph>Data1</emph> is the first data set.</paragraph> 99cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153021" xml-lang="en-US" l10n="U" oldref="35"> 100cdf0e10cSrcweir<emph>Data2</emph> is the second data set.</paragraph> 101cdf0e10cSrcweir<paragraph role="heading" id="hd_id3149720" xml-lang="en-US" level="3" l10n="U" oldref="36">Example</paragraph> 102cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149941" xml-lang="en-US" l10n="U" oldref="37"> 103cdf0e10cSrcweir<item type="input">=CORREL(A1:A50;B1:B50)</item> calculates the correlation coefficient as a measure of the linear correlation of the two data sets.</paragraph> 104cdf0e10cSrcweir</section> 105cdf0e10cSrcweir<section id="covar"> 106cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3150652"><bookmark_value>COVAR function</bookmark_value> 107cdf0e10cSrcweir</bookmark> 108cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KOVAR" id="bm_id3152983" localize="false"/> 109cdf0e10cSrcweir<paragraph role="heading" id="hd_id3150652" xml-lang="en-US" level="2" l10n="U" oldref="39">COVAR</paragraph> 110cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3146875" xml-lang="en-US" l10n="U" oldref="40"><ahelp hid="HID_FUNC_KOVAR">Returns the covariance of the product of paired deviations.</ahelp></paragraph> 111cdf0e10cSrcweir<paragraph role="heading" id="hd_id3149013" xml-lang="en-US" level="3" l10n="U" oldref="41">Syntax</paragraph> 112cdf0e10cSrcweir<paragraph role="code" id="par_id3150740" xml-lang="en-US" l10n="U" oldref="42">COVAR(Data1; Data2)</paragraph> 113cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145827" xml-lang="en-US" l10n="U" oldref="43"> 114cdf0e10cSrcweir<emph>Data1</emph> is the first data set.</paragraph> 115cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3150465" xml-lang="en-US" l10n="U" oldref="44"> 116cdf0e10cSrcweir<emph>Data2</emph> is the second data set.</paragraph> 117cdf0e10cSrcweir<paragraph role="heading" id="hd_id3154677" xml-lang="en-US" level="3" l10n="U" oldref="45">Example</paragraph> 118cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3144748" xml-lang="en-US" l10n="U" oldref="46"> 119cdf0e10cSrcweir<item type="input">=COVAR(A1:A30;B1:B30)</item> 120cdf0e10cSrcweir</paragraph> 121cdf0e10cSrcweir</section> 122cdf0e10cSrcweir<section id="critbinom"> 123cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3147472"><bookmark_value>CRITBINOM function</bookmark_value> 124cdf0e10cSrcweir</bookmark> 125cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KRITBINOM" id="bm_id3154848" localize="false"/> 126cdf0e10cSrcweir<paragraph role="heading" id="hd_id3147472" xml-lang="en-US" level="2" l10n="U" oldref="48">CRITBINOM</paragraph> 127cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149254" xml-lang="en-US" l10n="U" oldref="49"><ahelp hid="HID_FUNC_KRITBINOM">Returns the smallest value for which the cumulative binomial distribution is less than or equal to a criterion value.</ahelp></paragraph> 128cdf0e10cSrcweir<paragraph role="heading" id="hd_id3153930" xml-lang="en-US" level="3" l10n="U" oldref="50">Syntax</paragraph> 129cdf0e10cSrcweir<paragraph role="code" id="par_id3148586" xml-lang="en-US" l10n="U" oldref="51">CRITBINOM(Trials; SP; Alpha)</paragraph> 130cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145593" xml-lang="en-US" l10n="U" oldref="52"> 131cdf0e10cSrcweir<emph>Trials</emph> is the total number of trials.</paragraph> 132cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153084" xml-lang="en-US" l10n="U" oldref="53"> 133cdf0e10cSrcweir<emph>SP</emph> is the probability of success for one trial.</paragraph> 134cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149726" xml-lang="en-US" l10n="U" oldref="54"> 135cdf0e10cSrcweir<emph>Alpha</emph> is the threshold probability to be reached or exceeded.</paragraph> 136cdf0e10cSrcweir<paragraph role="heading" id="hd_id3148752" xml-lang="en-US" level="3" l10n="U" oldref="55">Example</paragraph> 137cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3148740" xml-lang="en-US" l10n="U" oldref="56"> 138cdf0e10cSrcweir<item type="input">=CRITBINOM(100;0.5;0.1)</item> yields 44.</paragraph> 139cdf0e10cSrcweir</section> 140cdf0e10cSrcweir<section id="kurt"> 141cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3155956"><bookmark_value>KURT function</bookmark_value> 142cdf0e10cSrcweir</bookmark> 143cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_KURT" id="bm_id3146847" localize="false"/> 144cdf0e10cSrcweir<paragraph role="heading" id="hd_id3155956" xml-lang="en-US" level="2" l10n="U" oldref="58">KURT</paragraph> 145cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3153108" xml-lang="en-US" l10n="U" oldref="59"><ahelp hid="HID_FUNC_KURT">Returns the kurtosis of a data set (at least 4 values required).</ahelp></paragraph> 146cdf0e10cSrcweir<paragraph role="heading" id="hd_id3150334" xml-lang="en-US" level="3" l10n="U" oldref="60">Syntax</paragraph> 147cdf0e10cSrcweir<paragraph role="code" id="par_id3154508" xml-lang="en-US" l10n="U" oldref="61">KURT(Number1; Number2; ...Number30)</paragraph> 148cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145167" xml-lang="en-US" l10n="CHG" oldref="62"> 149cdf0e10cSrcweir<emph>Number1,Number2,...Number30</emph> are numeric arguments or ranges representing a random sample of distribution.</paragraph> 150cdf0e10cSrcweir<paragraph role="heading" id="hd_id3158000" xml-lang="en-US" level="3" l10n="U" oldref="63">Example</paragraph> 151cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3150016" xml-lang="en-US" l10n="U" oldref="64"> 152cdf0e10cSrcweir<item type="input">=KURT(A1;A2;A3;A4;A5;A6)</item> 153cdf0e10cSrcweir</paragraph> 154cdf0e10cSrcweir</section> 155cdf0e10cSrcweir<section id="loginv"> 156cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3150928"><bookmark_value>LOGINV function</bookmark_value> 157cdf0e10cSrcweir<bookmark_value>inverse of lognormal distribution</bookmark_value> 158cdf0e10cSrcweir</bookmark><comment>mw added one entry</comment> 159cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_LOGINV" id="bm_id3156062" localize="false"/> 160cdf0e10cSrcweir<paragraph role="heading" id="hd_id3150928" xml-lang="en-US" level="2" l10n="U" oldref="66">LOGINV</paragraph> 161cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145297" xml-lang="en-US" l10n="U" oldref="67"><ahelp hid="HID_FUNC_LOGINV">Returns the inverse of the lognormal distribution.</ahelp></paragraph> 162cdf0e10cSrcweir<paragraph role="heading" id="hd_id3151016" xml-lang="en-US" level="3" l10n="U" oldref="68">Syntax</paragraph> 163cdf0e10cSrcweir<paragraph role="code" id="par_id3153049" xml-lang="en-US" l10n="U" oldref="69">LOGINV(Number; Mean; StDev)</paragraph> 164cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3148390" xml-lang="en-US" l10n="U" oldref="70"> 165cdf0e10cSrcweir<emph>Number</emph> is the probability value for which the inverse standard logarithmic distribution is to be calculated.</paragraph> 166cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149538" xml-lang="en-US" l10n="U" oldref="71"> 167cdf0e10cSrcweir<emph>Mean</emph> is the arithmetic mean of the standard logarithmic distribution.</paragraph> 168cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3145355" xml-lang="en-US" l10n="U" oldref="72"> 169cdf0e10cSrcweir<emph>StDev</emph> is the standard deviation of the standard logarithmic distribution.</paragraph> 170cdf0e10cSrcweir<paragraph role="heading" id="hd_id3148768" xml-lang="en-US" level="3" l10n="U" oldref="73">Example</paragraph> 171cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3155623" xml-lang="en-US" l10n="U" oldref="74"> 172cdf0e10cSrcweir<item type="input">=LOGINV(0.05;0;1)</item> returns 0.19.</paragraph> 173cdf0e10cSrcweir</section> 174cdf0e10cSrcweir<section id="lognormdist"> 175cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="index" id="bm_id3158417"><bookmark_value>LOGNORMDIST function</bookmark_value> 176cdf0e10cSrcweir<bookmark_value>cumulative lognormal distribution</bookmark_value> 177cdf0e10cSrcweir</bookmark><comment>mw added one entry</comment> 178cdf0e10cSrcweir<bookmark xml-lang="en-US" branch="hid/SC_HID_FUNC_LOGNORMVERT" id="bm_id3155366" localize="false"/> 179cdf0e10cSrcweir<paragraph role="heading" id="hd_id3158417" xml-lang="en-US" level="2" l10n="U" oldref="76">LOGNORMDIST</paragraph> 180cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3154953" xml-lang="en-US" l10n="U" oldref="77"><ahelp hid="HID_FUNC_LOGNORMVERT">Returns the cumulative lognormal distribution.</ahelp></paragraph> 181cdf0e10cSrcweir<paragraph role="heading" id="hd_id3150474" xml-lang="en-US" level="3" l10n="U" oldref="78">Syntax</paragraph> 182cdf0e10cSrcweir<paragraph role="code" id="par_id3150686" xml-lang="en-US" l10n="U" oldref="79">LOGNORMDIST(Number; Mean; StDev; Cumulative)</paragraph> 183cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3154871" xml-lang="en-US" l10n="U" oldref="80"> 184cdf0e10cSrcweir<emph>Number</emph> is the probability value for which the standard logarithmic distribution is to be calculated.</paragraph> 185cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3155820" xml-lang="en-US" l10n="U" oldref="81"> 186cdf0e10cSrcweir<emph>Mean</emph> (optional) is the mean value of the standard logarithmic distribution.</paragraph> 187cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3155991" xml-lang="en-US" l10n="U" oldref="82"> 188cdf0e10cSrcweir<emph>StDev</emph> (optional) is the standard deviation of the standard logarithmic distribution.</paragraph> 189cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3155992" xml-lang="en-US" l10n="NEW"> 190cdf0e10cSrcweir<emph>Cumulative</emph> (optional) = 0 calculates the density function, Cumulative = 1 calculates the distribution.</paragraph> 191cdf0e10cSrcweir<paragraph role="heading" id="hd_id3153178" xml-lang="en-US" level="3" l10n="U" oldref="83">Example</paragraph> 192cdf0e10cSrcweir<paragraph role="paragraph" id="par_id3149778" xml-lang="en-US" l10n="U" oldref="84"> 193cdf0e10cSrcweir<item type="input">=LOGNORMDIST(0.1;0;1)</item> returns 0.01.</paragraph> 194cdf0e10cSrcweir</section> 195cdf0e10cSrcweir</sort> 196cdf0e10cSrcweir<section id="relatedtopics"> 197cdf0e10cSrcweir<embed href="text/scalc/01/04060100.xhp#drking"/> 198cdf0e10cSrcweir</section> 199cdf0e10cSrcweir</body> 200cdf0e10cSrcweir</helpdocument> 201