From 50920f837dbb2af263070b00891d788986dd21a4 Mon Sep 17 00:00:00 2001 From: Stanislav Horacek Date: Wed, 21 Jan 2015 18:35:00 +0100 Subject: T.INV returns one-tailed, not two-tailed values MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Icc5b44667068543c4513410c954370895f2a3820 Reviewed-on: https://gerrit.libreoffice.org/14093 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- source/text/scalc/01/04060185.xhp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/text/scalc/01/04060185.xhp b/source/text/scalc/01/04060185.xhp index a495f69178..856665d054 100644 --- a/source/text/scalc/01/04060185.xhp +++ b/source/text/scalc/01/04060185.xhp @@ -403,14 +403,14 @@
T.INV function - two tailed inverse of t-distribution + one tailed inverse of t-distribution T.INV - Returns the two tailed inverse of the t-distribution. + Returns the one tailed inverse of the t-distribution. Syntax T.INV(Number; DegreesFreedom) - Number is the probability associated with the two-tailed t-distribution. + Number is the probability associated with the one-tailed t-distribution. DegreesFreedom is the number of degrees of freedom for the t-distribution. Example =T.INV(0.1;6) returns -1.4397557473. -- cgit v1.2.3