From 19da9bb07bd4cdedc266e614d0aecb6569a81df1 Mon Sep 17 00:00:00 2001 From: Olivier Hallot Date: Sun, 20 Jul 2014 11:09:11 -0300 Subject: Fix fdo#80451: New DIST functions from Excel MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit EXPON.DIST, HYPGEOM.DIST, POISSON.DIST and WEIBULL.DIST Change-Id: I10ca3013e430c53a03d4795d0c47cbaaeb7b9adb Reviewed-on: https://gerrit.libreoffice.org/10423 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- source/text/scalc/01/04060184.xhp | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'source/text/scalc/01/04060184.xhp') diff --git a/source/text/scalc/01/04060184.xhp b/source/text/scalc/01/04060184.xhp index 1cd71a220c..6dcdeac556 100644 --- a/source/text/scalc/01/04060184.xhp +++ b/source/text/scalc/01/04060184.xhp @@ -384,6 +384,21 @@ oldref="109">Example =POISSON(60;50;1) returns 0.93. +
+ + POISSON.DIST function + + + POISSON.DIST + Returns the Poisson distribution. + Syntax + POISSON.DIST(Number; Mean; C) + Number represents the value based on which the Poisson distribution is calculated. + Mean represents the middle value of the Poisson distribution. + C (optional) = 0 or False calculates the density function; C = 1 or True calculates the distribution. When omitted, the default value True is inserted when you save the document, for best compatibility with other programs and older versions of %PRODUCTNAME. + Example + =POISSON.DIST(60;50;1) returns 0.9278398202. +
PERCENTILE function -- cgit