ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Confidence intervals for each individual sample in excel? (https://www.excelbanter.com/excel-discussion-misc-queries/179782-confidence-intervals-each-individual-sample-excel.html)

Catherine

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

Mike Middleton

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





All times are GMT +1. The time now is 07:27 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com