diff options
author | Andras Timar <andras.timar@collabora.com> | 2015-03-19 18:10:21 +0100 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-03-19 18:10:21 +0100 |
commit | be139ba7c2e4eef2c529c8506820641185867ae0 (patch) | |
tree | ffea154aac96552935c3db416fb980e92d447da2 | |
parent | 325b71813e476e25acbcecbb34f57ec2609ee98b (diff) |
fix copypaste: a required parameter cannot be omitted
Change-Id: Ibfa020c85212d4df6d35925e3f89bab044c996a7
-rw-r--r-- | source/text/scalc/01/04060181.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index ade52914a4..76c0847049 100644 --- a/source/text/scalc/01/04060181.xhp +++ b/source/text/scalc/01/04060181.xhp @@ -649,7 +649,7 @@ oldref="547">COUNTIF</paragraph> <paragraph xml-lang="en-US" id="par_id2858439" role="code" l10n="U" oldref="109">CHISQ.DIST(Number; DegreesFreedom; Cumulative)</paragraph> <paragraph xml-lang="en-US" id="par_id2848675" role="paragraph" l10n="U" oldref="110"><emph>Number</emph> is the chi-square value of the random sample used to determine the error probability.</paragraph> <paragraph xml-lang="en-US" id="par_id2855615" role="paragraph" l10n="U" oldref="111"><emph>DegreesFreedom</emph> are the degrees of freedom of the experiment.</paragraph> - <paragraph xml-lang="en-US" id="par_id282020091254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> can be 0 or False to calculate the probability density function. It can be any other value or True or omitted to calculate the cumulative distribution function.</paragraph> + <paragraph xml-lang="en-US" id="par_id282020091254453" role="paragraph" l10n="NEW"><emph>Cumulative</emph> can be 0 or False to calculate the probability density function. It can be any other value or True to calculate the cumulative distribution function.</paragraph> <paragraph xml-lang="en-US" id="hd_id2846787" role="heading" level="3" l10n="U" oldref="112">Example</paragraph> <paragraph xml-lang="en-US" id="par_id2845774" role="paragraph" l10n="U" oldref="113"><item type="input">=CHISQ.DIST(3; 2; 0) </item> equals 0.1115650801, the probability density function with 2 degrees of freedom, at x = 3.</paragraph> <paragraph xml-lang="en-US" id="par_id2745774" role="paragraph" l10n="U" oldref="113"><item type="input">=CHISQ.DIST(3; 2; 1) </item> equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3</paragraph> |