From be139ba7c2e4eef2c529c8506820641185867ae0 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Thu, 19 Mar 2015 18:10:21 +0100 Subject: fix copypaste: a required parameter cannot be omitted Change-Id: Ibfa020c85212d4df6d35925e3f89bab044c996a7 --- source/text/scalc/01/04060181.xhp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 CHISQ.DIST(Number; DegreesFreedom; Cumulative) Number is the chi-square value of the random sample used to determine the error probability. DegreesFreedom are the degrees of freedom of the experiment. - Cumulative 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. + Cumulative 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. Example =CHISQ.DIST(3; 2; 0) equals 0.1115650801, the probability density function with 2 degrees of freedom, at x = 3. =CHISQ.DIST(3; 2; 1) equals 0.7768698399, the cumulative chi-square distribution with 2 degrees of freedom, at the value x = 3 -- cgit