Post Reply 
[12C] Linear Regression
01-19-2019, 06:01 AM (This post was last modified: 01-19-2019 06:10 AM by Gamo.)
Post: #1
[12C] Linear Regression
HP-10C 11C and 15C came with [L.R.] (Linear Regression) function.

HP-12C don't have this function this program will do the L.R. function based
on the formula shown on the HP-11C manual on page 63

To use this L.R. function program, use the [Σ+] key to accumulate the statistic of
a series of two or more data pair. Then execute [R/S]

Procedure:
[R/S] display Y-intercept on stack register X
[X<>Y] display Slope on stack register Y

------------------------------------------------------------
Program: L.R. for HP-12C
Quote:RCL 1
RCL 6
x
RCL 2
RCL 4
x
-
RCL 1
RCL 3
x
RCL 2
ENTER
x
-
÷
STO 0
--------------------------
RCL 4
RCL 3
x
RCL 2
RCL 6
x
-
RCL 1
RCL 3
x
RCL 2
ENTER
x
-
÷
RCL 0
X<>Y

Remark:

For HP-12C Platinum
Simply remove [ENTER] [x] to [X^2]
And remove [STO] 0 [RCL] 0 and [X<>Y]

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


Messages In This Thread
[12C] Linear Regression - Gamo - 01-19-2019 06:01 AM
RE: [12C] Linear Regression - Gene - 01-19-2019, 01:46 PM
RE: [12C] Linear Regression - Dieter - 01-19-2019, 01:57 PM
RE: [12C] Linear Regression - Gamo - 01-20-2019, 12:19 AM



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