<< Go back to all functions

CONFIDENCE.T

The CONFIDENCE.T function in Google Sheets calculates the width of half the confidence interval for a Student’s t-distribution.

Function Syntax and Parameters

Syntax: CONFIDENCE.T(alpha, standard_deviation, size)

Parameters:

  • alpha: The significance level used to compute the confidence level. This is the probability that the true value of the population parameter falls within the confidence interval.
  • standard_deviation: The standard deviation of the population.
  • size: The size of the sample.

Step-by-Step Tutorial

To be added.

Use Cases and Scenarios

To be added.

Related Functions

To be added.

Related Articles

To be added.