Confidence Interval

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The individual CONFIDENCE() function [CONFIDENCE(alpha, STDEV, n)] returns a
different confidence interval than if you use Descriptive Statistics Analysis
[Tools>Data Analysis>Descriptive Statistics]. In fact, I've been witnessing
a 25% difference between the two values.
Any ideas why these two methods of calculating the confidence interval yield
different results?
 
The CONFIDENCE() function is rarely appropriate, because you rarely know the
population standard deviation. For an estimated standard deviation, you
should use
CONFIDENCE(alpha,S,n)*(-TINV(alpha,n-1)/NORMSINV(alpha/2))
The multiplicative factor which will roughly equal 1.25 when n=7

Jerry
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top