Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 67
Default Confidence intervals for each individual sample in excel?

Hi, I'm trying to obtain both the least square estimates, and interval
estimates for EACH individual sample (in table format). Not the overall
regression analysis for all samples combined. Any help would be greatly
appreciated.
Thank you,
Catherine
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 762
Default Confidence intervals for each individual sample in excel?

Catherine -

If by "individual sample" you mean "individual observation" or individual
data point, then these formulas from Jerry W. Lewis in 2003 may be useful:

The confidence bound for the estimated line at x is

=FORECAST(x,known_y's,known_x's)
+/-
TINV((1-conf)*2,COUNT(known_y's)-2)
*STEYX(known_y's,known_x's)
*SQRT(1/COUNT(known_y's)+(x-AVERAGE(known_x's))^2/DEVSQ(known_x's))

The confidence bound for an individual observation at x is

=FORECAST(x,known_y's,known_x's)
+/-
TINV((1-conf)*2,COUNT(known_y's)-2)
*STEYX(known_y's,known_x's)
*SQRT(1+1/COUNT(known_y's)+(x-AVERAGE(known_x's))^2/DEVSQ(known_x's))


- Mike Middleton
http://www.DecisionToolworks.com
Decision Analysis Add-ins for Excel



"Catherine" wrote in message
...
Hi, I'm trying to obtain both the least square estimates, and interval
estimates for EACH individual sample (in table format). Not the overall
regression analysis for all samples combined. Any help would be greatly
appreciated.
Thank you,
Catherine



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
Sample Size and Confidence Interval Douglas Eckert Excel Discussion (Misc queries) 2 December 26th 07 08:30 PM
Will excel generate one-tailed confidence intervals for Poisson distribution? Dora Smith Excel Worksheet Functions 17 February 16th 07 02:17 PM
Confidence Intervals waldoafit Excel Discussion (Misc queries) 2 January 10th 07 08:36 PM
How do I do a chart with overlaying confidence intervals? Nurse Researcher Charts and Charting in Excel 1 October 9th 06 09:45 PM
need to make chart w/ confidence intervals and don't know how penguinchick Charts and Charting in Excel 0 September 20th 05 06:41 PM


All times are GMT +1. The time now is 10:32 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"