Back to Functions

CONFIDENCE

See CONFIDENCE.NORM

StatisticalCONFIDENCE(alpha, standard_deviation, pop_size)

The CONFIDENCE function in Google Sheets calculates the width of half the confidence interval for a population mean, assuming a normal distribution. It behaves the same as CONFIDENCE.NORM and is typically used in hypothesis testing or when determining sample sizes. Dive into our comprehensive guide to master its application.

Parameters

  • alpha: The significance level used to calculate the confidence level, a value between 0 and 1.
  • standard_deviation: The standard deviation of the population.
  • pop_size: The size of the population.

Step-by-Step Tutorial

  1. Calculating the confidence interval width for a population mean:
    • Example: =CONFIDENCE(0.05, 10, 100)
    • Result: 1.9599639845

Use Cases and Scenarios

  1. Market Research: Determine the margin of error when estimating a population parameter from a survey sample.
  2. Quality Control: Calculate the confidence interval for a manufacturing process to determine an acceptable error range.
  3. Medical Studies: Estimate confidence intervals for population means in clinical trials to assess treatment effects.

Related Functions

  • CONFIDENCE.NORM: Calculates the width of half the confidence interval for a normal distribution, the modern equivalent of CONFIDENCE.
  • CONFIDENCE.T: Calculates the width of half the confidence interval for a Student's t-distribution.

Related Articles

Newsletter

More CONFIDENCE examples coming soon.

We are building short, practical updates for Sheets power users.