CONFIDENCE.T( alpha, standard_dev, size )
=CONFIDENCE.T(0.05,1,50)
The CONFIDENCE.T function can be used to calculate the confidence interval with a given significance level, standard deviation, and sample size. This example calculates the confidence interval with a 5% significance level, a standard deviation of 1, and a sample size of 50, resulting in a value of 0.284196855.
The CONFIDENCE.T function calculates a confidence interval for a population mean using a Student's t distribution. It requires three arguments for calculation: alpha, standard_dev and size.