Difference between revisions of "Manuals/calci/TDIST"

From ZCubes Wiki
Jump to navigation Jump to search
(Created page with "<div id="6SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">'''TDIST'''</font></font></font><font color="#484...")
 
 
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<div id="6SpaceContent" class="zcontent" align="left">
+
<div style="font-size:30px">'''TDIST(Number,DegreeOfFreedom,Tail), '''</div><br/>
 +
*<math>Number </math>  is the numeric value to find the distribution.
 +
*<math> DegreeOfFreedom </math> is the degrees of freedom.
 +
*<math> Tail </math> is the number of tails.
 +
**TDIST(),returns the Student t-distribution.
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">'''TDIST'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">(</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''x'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">, </font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''df'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">, </font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">'''t'''</font></font></font><font color="#484848"><font face="Arial, sans-serif"><font size="2">)</font></font></font>
+
==Description==
 +
*This function gives the value of the T-Distribution.
 +
*It is the continuous probability distributions.
 +
*The T-Distribution is also called Students T-Distribution.
 +
*This is the symmetric distribution like the Normal Distribution.
 +
*It is used when making inferences about a population mean when the population standard deviation is not known.
 +
*In <math> TDIST(Number,DegreeOfFreedom,Tail)</math>, <math>Number </math> is the numeric value to find the value of the distribution.
 +
*<math> DegreeOfFreedom </math> is the integer which is indicating the number of degrees of freedom and <math> Tail </math> is indicating the number of distribution tails.
 +
*Suppose Tail=1, then this distribution is One-Tailed Distribution and Tail=2, then this is Two-Tailed Distribution.
 +
*Also Tail=1, then it is calculated as <math> TDIST=P(X>x) </math>, where <math> X </math> is a random variable that follows the T-Distribution.
 +
*And Tail=2, then it is calculated as <math> TDIST =P(X>x  or  X<-x) </math>.
 +
*This function will return the result as error
 +
      1. Any one of the argument is non-numeric.
 +
      2. DegreeOfFreedom<1 and Number<0. When we are giving DegreeOfFreedom and Tail as a decimals, then it is changing in to integers.
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">Where 'x' is the numeric value 'df' is an integer and 't' the number of distribution tails to return. </font></font></font>
+
==Examples==
 +
#=TDIST(1.82,55,1) = 0.037101192599
 +
#=TDIST(1.82,55,2) = 0.074202385199
 +
#=TDIST(5.9812,75,1)= 3.50350792266e-8
 +
#=TDIST(5.9812,75,2) = 7.007015845328e-8
 +
#=TDIST(2.4579,20.4,1) = 0.011612360861779858
 +
#=TDIST(2.4579,20.4,1.2) = 0.011612360861779858
  
</div>
+
==Related Videos==
----
 
<div id="1SpaceContent" class="zcontent" align="left"> <font color="#484848"><font face="Arial, sans-serif"><font size="2">This function returns the probability for the t-distribution where a numeric value is a calculated value of t. </font></font></font></div>
 
----
 
<div id="7SpaceContent" class="zcontent" align="left"> 
 
  
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">TDIST returns the error value, when df &lt; 1, x&lt;0 or any argument is non numeric</font></font></font>
+
{{#ev:youtube|DTiegJgxvlQ|280|center|TDIST}}
* <font color="#484848"><font face="Arial, sans-serif"><font size="2">In this the 't' value must be 1 or 2.</font></font></font>
 
  
</div>
+
==See Also==
----
+
*[[Manuals/calci/TTEST | TTEST]]
<div id="12SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="left">
+
*[[Manuals/calci/TINV  | TINV ]]
  
TDIST
+
==References==
 +
*[http://en.wikipedia.org/wiki/Student%27s_t-distribution Student's t-distribution]
  
</div></div>
 
----
 
<div id="8SpaceContent" class="zcontent" align="left"><font color="#484848"><font face="Arial, sans-serif"><font size="2">B </font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">0.85</font></font></font>
 
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2">80</font></font></font>
+
[[Z_API_Functions | List of Main Z Functions]]
  
<font color="#484848"><font face="Arial, sans-serif"><font size="2"><nowiki>=TDIST(B2,B3,2) is 0.3979</nowiki></font></font></font>
+
[[ Z3 Z3 home ]]
 
 
</div>
 
----
 
<div id="10SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Syntax </div><div class="ZEditBox"><center></center></div></div>
 
----
 
<div id="4SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Remarks </div></div>
 
----
 
<div id="3SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Examples </div></div>
 
----
 
<div id="11SpaceContent" class="zcontent" align="left"><div class="ZEditBox" align="justify">Description </div></div>
 
----
 
<div id="2SpaceContent" class="zcontent" align="left"><div>
 
 
 
{| id="TABLE3" class="SpreadSheet blue"
 
|- class="even"
 
| class=" " |
 
| Column1
 
| class="        " | Column2
 
| class="    " | Column3
 
| class="  " |
 
| class="  " | Column4
 
|
 
|- class="odd"
 
| class=" " | Row1
 
| class=" " | 0.85
 
| class="sshl_f" | 0.397862
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| class="  " | Row2
 
| class=" " | 80
 
| class="SelectTD" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| Row3
 
| class="sshl_f" |
 
|
 
| class="sshl_f" |
 
| class="  " |
 
| class="sshl_f" |
 
|
 
|- class="even"
 
| Row4
 
| class="sshl_f   " |
 
| class="sshl_f" |
 
|
 
| class=" " |
 
| class="sshl_f" |
 
|
 
|- class="odd"
 
| class="sshl_f" | Row5
 
| class="sshl_f" |
 
| class="  " |
 
|
 
|
 
| class="  " |
 
|
 
|- class="even"
 
| class=" " | Row6
 
| class="sshl_f" |
 
| class="sshl_f" |
 
|
 
| class="sshl_f" |
 
|
 
|
 
|}
 
 
 
<div align="left"></div>''''''</div></div>
 
----
 

Latest revision as of 17:22, 8 August 2018

TDIST(Number,DegreeOfFreedom,Tail),


  • is the numeric value to find the distribution.
  • is the degrees of freedom.
  • is the number of tails.
    • TDIST(),returns the Student t-distribution.

Description

  • This function gives the value of the T-Distribution.
  • It is the continuous probability distributions.
  • The T-Distribution is also called Students T-Distribution.
  • This is the symmetric distribution like the Normal Distribution.
  • It is used when making inferences about a population mean when the population standard deviation is not known.
  • In , is the numeric value to find the value of the distribution.
  • is the integer which is indicating the number of degrees of freedom and is indicating the number of distribution tails.
  • Suppose Tail=1, then this distribution is One-Tailed Distribution and Tail=2, then this is Two-Tailed Distribution.
  • Also Tail=1, then it is calculated as , where is a random variable that follows the T-Distribution.
  • And Tail=2, then it is calculated as .
  • This function will return the result as error
     1. Any one of the argument is non-numeric. 
     2. DegreeOfFreedom<1 and Number<0. When we are giving DegreeOfFreedom and Tail as a decimals, then it is changing in to integers.

Examples

  1. =TDIST(1.82,55,1) = 0.037101192599
  2. =TDIST(1.82,55,2) = 0.074202385199
  3. =TDIST(5.9812,75,1)= 3.50350792266e-8
  4. =TDIST(5.9812,75,2) = 7.007015845328e-8
  5. =TDIST(2.4579,20.4,1) = 0.011612360861779858
  6. =TDIST(2.4579,20.4,1.2) = 0.011612360861779858

Related Videos

TDIST

See Also

References


List of Main Z Functions

Z3 home