Difference between revisions of "Manuals/calci/TTESTPAIRED"

From ZCubes Wiki
Jump to navigation Jump to search
Line 38: Line 38:
 
{| class="wikitable"
 
{| class="wikitable"
 
|+Result
 
|+Result
 +
! t-TEST: PAIRED TWO SAMPLE FOR MEANS
 
|-
 
|-
! !! Variable 1 !! Variable 2
+
! !! VARIABLE1  !! VARIABLE2
 
|-
 
|-
! Mean
+
! MEAN
| 18.666666666666668 || 17.166666666666668  
+
| 18.666666666666668 || 17.166666666666668
 
|-
 
|-
! Variance
+
! VARIANCE
 
| 62.66666666666667 || 80.56666666666666  
 
| 62.66666666666667 || 80.56666666666666  
 
|-
 
|-
! Observations
+
! OBSERVATIONS
 
| 6 || 6
 
| 6 || 6
 
|-
 
|-
! Pearson Correlation
+
! PEARSON CORRELATION
 
| 0.39499794997886284
 
| 0.39499794997886284
 
|-
 
|-
! Hypothesized Mean Difference
+
! HYPOTHESIZED MEAN DIFFERENCE
| 0
+
| 5
 
|-
 
|-
! Degree Of Freedom
+
! DEGREE OF FREEDOM
 
| 5
 
| 5
 
|-
 
|-
! T-Statistics
+
! T STATISTICS
| 0.39369310315507355
+
| -0.9186172406951716
 
|-
 
|-
! P(T<=t) One-tail
+
! P(T<=t) ONE-TAIL
|0.35501800354613167
+
|0.20022020093421516
 
|-
 
|-
! T Critical One-Tail
+
! T CRITICAL ONE-TAIL
| 2.015048294624481 
+
| 0.7266868353364707
 
|-
 
|-
! P(T<=t) Two-tail
+
! P(T<=t) TWO-TAIL
| 0.7100360070922633
+
| 0.40044040186843033
 
|-
 
|-
! T Critical Two-Tail
+
! T CRITICAL TWO-TAIL
|2.5705816859349686
+
| 1.300949035127116
 
|}
 
|}
  

Revision as of 16:11, 10 February 2017

TTESTPAIRED(ar1,ar2,md,alpha,lv)


  • and are set of values.
  • is the Hypothesized Mean Difference.
  • is the significance level.
  • is the logical value.

Description

  • This function gives a value of paired t -test.
  • A paired t-test looks at the difference between paired values in two samples.
  • Paired samples also called matched samples or repeated measures.
  • This test is used when the samples are dependent. i.e.,only one sample which is tested twice or the two samples that have been paired.
  • In , and are two arrays of sample values.
  • is the Hypothesized Mean Difference .In this function md=0.
  • is the significance level which ranges from 0 to 1.
  • is the logical value like TRUE or FALSE.TRUE is indicating the result will display in new worksheet.Suppose we are omitted the value it will consider the value as FALSE.
  • The t statistic of this function calculated by:

where is the average value, is the standard deviation and is the constant.

  • This function will give the result as error when
      1. any one of the argument is non_numeric.
      2. alpha>1.

Examples

Spreadsheet
A B C D E F
1 21 24 29 11 19 8
2 17 10 32 7 15 22
  1. =TTESTPAIRED(A1:F1,A2:F2,5,0.25)
Result
t-TEST: PAIRED TWO SAMPLE FOR MEANS
VARIABLE1 VARIABLE2
MEAN 18.666666666666668 17.166666666666668
VARIANCE 62.66666666666667 80.56666666666666
OBSERVATIONS 6 6
PEARSON CORRELATION 0.39499794997886284
HYPOTHESIZED MEAN DIFFERENCE 5
DEGREE OF FREEDOM 5
T STATISTICS -0.9186172406951716
P(T<=t) ONE-TAIL 0.20022020093421516
T CRITICAL ONE-TAIL 0.7266868353364707
P(T<=t) TWO-TAIL 0.40044040186843033
T CRITICAL TWO-TAIL 1.300949035127116

Related Videos

TTESTPAIRED

See Also

References