source/text/scalc/01/04060181.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit be139ba7c2e4eef2c529c8506820641185867ae0 Author: Andras Timar <andras.ti...@collabora.com> Date: Thu Mar 19 18:10:21 2015 +0100 fix copypaste: a required parameter cannot be omitted Change-Id: Ibfa020c85212d4df6d35925e3f89bab044c996a7 diff --git a/source/text/scalc/01/04060181.xhp b/source/text/scalc/01/04060181.xhp index ade5291..76c0847 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> _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits