Post Reply 
Standard Pac and Linear regression
11-12-2019, 06:09 AM (This post was last modified: 11-12-2019 06:10 AM by Valentin Albillo.)
Post: #8
RE: Standard Pac and Linear regression
(11-11-2019 11:28 PM)Trond Wrote:  So...where can I find a good linear regression program for HP 41C?

It depends on what kind of "linear regression" are you interested in. For instance:
  1. Just linear regression, as in y=a*x+b, or you'd also want power (y=a*x^b), logarithmic (y=a+b*ln(x)), etc ... fits ?
  2. Just linear regression in one variable, as in y=a*x+b, or you'd also want linear regression for multiple variables: y=a0+a1*x1+a2*x2+a3*x3+...+an*xn ?
  3. Just linear regression of degree 1, as in y=a*x+b, or polynomial regression of degree n: y=a0+a1*x+a2*x^2+...an*x^n ?
There are many possibilities with various degrees of complexity, you see.

V.

  
All My Articles & other Materials here:  Valentin Albillo's HP Collection
 
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Standard Pac and Linear regression - Trond - 11-11-2019, 04:40 PM
RE: Standard Pac and Linear regression - Valentin Albillo - 11-12-2019 06:09 AM



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