Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default Inverse prediction in regression

After performing a linear or quadratic regression of y = f(x), I need to
find the find the Lower and Upper bounds for the 100gamma percent confidence
interval for the predicted value of x given one or more observed values of
y.
Regards,
Ernie


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 837
Default Inverse prediction in regression

Excel has no built-in functions to calculate the standard error of a
predicted value, much less do the inversion.

LINEST will give you the standard erorr of coefficients, but not their
covariance. For simple linear regression, the covariance between slope and
intercept estimates is
-AVERAGE(xdata)/SQRT(VAR(xdata)+AVERAGE(xdata))
Standard error of a predicted value at xx (possibly not a value in the
original xdata) is then
SQRT(1/n+(xx-AVERAGE(xdata)/DEVSQ(xdata))
You form a 95% confidence interval for the predicted value by multiplying by
TINV(.05,n-2)
To invert these confidence limits, you solve quadratics where the upper and
lower and lower confidence bounds equal your observed y.

Jerry

"Ernie Lippert" wrote:

After performing a linear or quadratic regression of y = f(x), I need to
find the find the Lower and Upper bounds for the 100gamma percent confidence
interval for the predicted value of x given one or more observed values of
y.
Regards,
Ernie

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
Prediction Outlook Express 6 Excel Worksheet Functions 5 May 29th 08 12:39 AM
Value Prediction Corey Excel Worksheet Functions 5 November 9th 07 12:06 PM
Rolling Average for Prediction DangerMouse Excel Discussion (Misc queries) 7 June 19th 06 01:59 PM
Vulnerability Prediction Tool TBreckel Charts and Charting in Excel 0 January 28th 06 11:19 AM
the best prediction formula?URgent! Vincci Excel Worksheet Functions 0 June 1st 05 04:32 AM


All times are GMT +1. The time now is 02:40 PM.

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"