What excel command do we use to get the confidence interval margin of error for the t-distribution?

What excel command do we use to get the confidence interval margin of error for the t-distribution?

In this article, we will learn How to use the CONFIDENCE.T function in Excel.

What is confidence level and confidence interval?

In Statistics, when working with a student's t-distribution dataset, where we need to analyse the population mean and standard deviation given information about the sample dataset. confidence interval for a population mean, using a Student's t distribution. For example finding the probability of winning an election by ruling or opposition party by taking the sample poll votes. Or finding the amount of lead containing maggi packets is higher than the given limit, given the sample mean and standard deviation. For these problems where the population dataset is infinite and we calculate the values from the sample data and predict the analysis for the population dataset. This interval around mean is also called the margin of error. Let's take an example where sample data (n) and calculate its mean (X) and standard deviation ( S ). Now to predict the estimation for the mean for the larger dataset, we use an interval called confidence interval around given confidence level. So the resulting confidence interval comes to be.

What excel command do we use to get the confidence interval margin of error for the t-distribution?

Here Z is a numerical value calculated based on the alpha (alpha = 1- confidence level). For 95% of confidence level, alpha comes out to be 0.05 and Z= 1.96. Mathematically we use the Z table to calculate the Z value. To calculate the confidence interval we need to calculate the margin of error and subtracting error value from mean value will give the lower limit of interval and adding the error value to mean value will give the upper limit of the interval. Let's calculate the margin of error in Excel using the CONFIDENCE.T function.

CONFIDENCE.T Function in Excel

CONFIDENCE.T takes the 3 numerical argument value of alpha, standard deviation and size of the sample dataset. The function returns the margin of error for the given alpha value. Let's understand these arguments stated below

CONFIDENCE.T Function syntax:

=CONFIDENCE.T( alpha, standard_dev, size)

alpha : value calculated using confidence level. 1 - confidence level

standard_dev : standard deviation for the given dataset.
size : sample size for the dataset.

Example :

All of these might be confusing to understand. Let's understand how to use the function using an example. Here we are given mean, standard deviation and size of the sample student's t distribution dataset. Using this we need to find the confidence interval for the population dataset.

What excel command do we use to get the confidence interval margin of error for the t-distribution?

Now we calculator the margin of error for the confidence level 90%. Alpha would be calculated using the formula (1-confidence level). Use this alpha argument in the formula stated below

Use the formula for 90% confidence level:

=CONFIDENCE.T ( E2, B3, B4)

What excel command do we use to get the confidence interval margin of error for the t-distribution?

The function returns the value 0.6642 which will be the margin of error for the 90% confidence level. Now calculate the margin of error for the 95% & 99% confidence level.

Use the formula for 95% confidence level:

=CONFIDENCE.T ( E3, B3, B4)

What excel command do we use to get the confidence interval margin of error for the t-distribution?

Similarly for the confidence level 99%. Use the alpha argument not the confidence level argument in the formula.

Use the formula for 99% confidence level:

=CONFIDENCE.T ( E3, B3, B4)

What excel command do we use to get the confidence interval margin of error for the t-distribution?

As you can see, increasing the confidence level, alpha decreases but the margin of error increases. 

Confidence Interval

Now calculate the confidence interval around the mean from the sample dataset for the population dataset.

Use the formula for lower limit of interval :

and

Use the formula for upper limit of interval :

What excel command do we use to get the confidence interval margin of error for the t-distribution?

Confidence interval for the 90%confidence level comes out to be [35.3358, 36.6642]. This gives a good idea for the overall population dataset. Similarly find out the confidence interval for different confidence level stated below.

What excel command do we use to get the confidence interval margin of error for the t-distribution?

As you can see all the intervals are around the sample mean. This is based on a Student's t-distribution.

Here are all the observational notes using the CONFIDENCE.T function in Excel
Notes :

  1. The function only works with numbers. If any argument other than cumulative is non-numeric, the function returns #VALUE! error.
  2. The function returns #NUM! Error. If alpha < 0 and alpha > 1
  3. Value in decimal or value in percentage is the same value in Excel. Convert the value to percentage, if required.
  4. You can feed the arguments to the function directly or using the cell reference as explained in the example.

Hope this article about How to use the CONFIDENCE.T function in Excel is explanatory. Find more articles on statistical formulas and related Excel functions here. If you liked our blogs, share it with your friends on Facebook. And also you can follow us on Twitter and Facebook. We would love to hear from you, do let us know how we can improve, complement or innovate our work and make it better for you. Write to us at .

Related Articles :

How To Use Excel T TEST Function in Excel : The T.TEST function is used to determine the confidence of an analysis in Excel. Mathematically, it is used to know if the mean of the two samples are equal or not. T.TEST is used to accept or reject the null hypothesis.

How to use Excel F.TEST Function in Excel : The F.TEST Function is used to calculate F statistic of two samples in excel internally and returns the two tailed probability of the F statistic under Null Hypothesis.

How to use the DEVSQ Function in Excel : DEVSQ function is a built-in statistical function to calculate the sum of squared deviations from the mean or average of the given distribution provided.

How to use Excel NORM.DIST Function : Calculate the Z score for the normal cumulative distribution for the pre specified values using the NORMDIST function in Excel.

How to use Excel NORM.INV Function : Calculate the inverse of Z score for the normal cumulative distribution for the pre-specified probability values using the NORM.INV function in Excel.

How to calculate Standard Deviation in Excel : To calculate the standard deviation we have different functions in Excel. The standard deviation is the square root of the variance value but It tells more about the dataset than variance.

How to use the VAR function in Excel : Calculate the variance for the sample dataset in excel using the VAR function in Excel.

Popular Articles :

How to use the IF Function in Excel : The IF statement in Excel checks the condition and returns a specific value if the condition is TRUE or returns another specific value if FALSE.

How to use the VLOOKUP Function in Excel : This is one of the most used and popular functions of excel that is used to lookup value from different ranges and sheets. 

How to use the SUMIF Function in Excel : This is another dashboard essential function. This helps you sum up values on specific conditions.

How to use the COUNTIF Function in Excel : Count values with conditions using this amazing function. You don't need to filter your data to count specific values. Countif function is essential to prepare your dashboard.