<p>The <b>TTEST</b> function is one of the statistical functions. It is used to return the probability associated with a Student's t-Test. Use <b>TTEST</b> to determine whether two samples are likely to have come from the same two underlying populations that have the same mean.</p>
<pstyle="text-indent: 50px;"><b><em>array1</em></b> is the first range of numeric values.</p>
<pstyle="text-indent: 50px;"><b><em>array2</em></b> is the second range of numeric values.</p>
<pstyle="text-indent: 50px;"><b><em>tails</em></b> is the number of distribution tails. If it is 1, the function uses the one-tailed distribution. If it is 2, the function uses the two-tailed distribution.</p>
<pstyle="text-indent: 50px;"><b><em>type</em></b> is a numeric value that specifies the kind of t-Test to be performed. The value can be one of the following:</p>