Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Fisherow
 
Posts: n/a
Default Confidence function

I need to know about the output of the confidence funtion in Excel. I used
the expression... =confidence(0.01, STDEV, 164). The stdev changes for every
row of data and I want the 99% confidence level. The sample size is 164.
The result from the calculation for the funtion is one number which changes
with every row. What does this number mean?
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mike Middleton
 
Posts: n/a
Default Confidence function

Mike -

Regarding the explanation of the CONFIDENCE worksheet function in Excel's
Help, what don't you understand?

CONFIDENCE gives the half-width of a confidence interval. It is based on the
normal distribution, and it is appropriate when the population standard
deviation is known, i.e., when the standard deviation does not have to be
estimated from the sample data.

If sample data are used to estimate standard deviation, the confidence
interval should be computed using the t distribution, not the normal
distribution. According to the book "Data Analysis Using Microsoft Excel:
Updated for Office XP" by Michael R Middleton, the half-width is

=TINV(1-Conf_Level,n-1)*STDEV(Data)/SQRT(n)

For your example, that would be

=TINV(0.01,163)*STDEV(Data)/SQRT(164)

What does it mean?

The half-width and the sample mean are used to construct a confidence
interval from (mean - half-width) to (mean + half-width). Referring to the
Middleton book, here are two interpretations.

Subjective Probability Interpretation: Based on the sample there is a 99%
chance that the population mean is between (mean - half-width) and (mean +
half-width).

Relative Frequency (classical statistics) Interpretation: If we repeatedly
selected random samples of size 164 from this population and constructed a
confidence interval for each sample, approximately 99% of the confidence
intervals would contain the true population mean.

- Mike
www.mikemiddleton.com

"Mike Fisherow" <Mike wrote in message
...
I need to know about the output of the confidence funtion in Excel. I used
the expression... =confidence(0.01, STDEV, 164). The stdev changes for
every
row of data and I want the 99% confidence level. The sample size is 164.
The result from the calculation for the funtion is one number which
changes
with every row. What does this number mean?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Monty Excel Worksheet Functions 2 January 30th 06 01:37 PM
Automatically up date time in a cell Mark Excel Discussion (Misc queries) 5 May 12th 05 12:26 AM
Hyperlinks using R[1]C[1] and offset function in its cell referenc Elijah-Dadda Excel Worksheet Functions 0 March 5th 05 03:31 AM
Conversion SVC Excel Worksheet Functions 9 February 28th 05 02:29 PM
HOW CAN I GET OFFICE 2003 EXCEL BASIC TO NEST FUNCTIONS LIKE EXCE. Robert AS Excel Worksheet Functions 4 December 2nd 04 10:49 AM


All times are GMT +1. The time now is 05:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"