Difference between revisions of "Documentation/How Tos/Calc: TDIST function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m
 
(4 intermediate revisions by 4 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:TDIST function}}
 +
{{Documentation/CalcFunc StatisticalTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_STANDARDIZE_function
 +
|NextPage=Documentation/How_Tos/Calc:_TINV_function
 +
}}__NOTOC__
  
 
== TDIST ==
 
== TDIST ==
Line 10: Line 15:
 
: <tt>'''r'''</tt>, an integer >=1, is the degrees of freedom parameter for the t-distribution.
 
: <tt>'''r'''</tt>, an integer >=1, is the degrees of freedom parameter for the t-distribution.
  
: <tt>'''mode'''</tt> may be <tt>'''1'''</tt> or <tt>'''2'''</tt>, to calculate the one or two tailed probability.
+
: <tt>'''mode'''</tt> may be <tt>'''1'''</tt> or <tt>'''2'''</tt>, to calculate the one or two-tailed probability.
  
 
: <tt>'''TDIST'''</tt> returns the probability density function for the t-distribution, calculating:  
 
: <tt>'''TDIST'''</tt> returns the probability density function for the t-distribution, calculating:  
Line 20: Line 25:
 
: returns approximately 0.666.
 
: returns approximately 0.666.
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: TINV function|TINV]]
 
* [[Documentation/How_Tos/Calc: TINV function|TINV]]
 
* [[Documentation/How_Tos/Calc: TTEST function|TTEST]]
 
* [[Documentation/How_Tos/Calc: TTEST function|TTEST]]
Line 28: Line 33:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc/Statistical functions]]

Latest revision as of 14:30, 2 February 2024



TDIST

Calculates values for a Student's t-distribution.

Syntax:

TDIST(x; r; mode)

x is the value at which the distribution is calculated.
r, an integer >=1, is the degrees of freedom parameter for the t-distribution.
mode may be 1 or 2, to calculate the one or two-tailed probability.
TDIST returns the probability density function for the t-distribution, calculating:
Calc tdist equation.png

Example:

TDIST(0.5; 2; 2)

returns approximately 0.666.



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_TDIST_function&oldid=260067"
Views
Personal tools
Navigation
Tools