CONFIDENCE.T
Description
Returns the confidence interval for a population mean, using a student t-distribution.
Syntax
CONFIDENCE.T(
alpha
,
stdev
,
size
)
- alpha: The significance level.
- stdev: The standard deviation for the population.
- size: The sample size of the population.