Post Reply 
How to Multiple Regression Forecast Using HP 17BII?
12-23-2016, 02:04 PM
Post: #9
RE: How to Multiple Regression Forecast Using HP 17BII?
The HP-17BII manual mentions ONLY linear regression. You need other machines or software like Excel to do multiple linear(ized) regression.

There is a trick to transform multiple regression to linear regression:

y = a + b*x + c*z

y - a = b*x + c*z

(y - a) / z = c + b *(x/z)

You assume a, calculate values for Y=(y-a)/z and X=(x/z), and then do a linear regression between Y and X. You repeat this process by varying the value of "a" until you maximize R-square.

Namir
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: How to Multiple Regression Forecast Using HP 17BII? - Namir - 12-23-2016 02:04 PM



User(s) browsing this thread: 2 Guest(s)