Linear Estimation on 41cv ?
|
10-25-2021, 12:38 PM
Post: #3
|
|||
|
|||
RE: Linear Estimation on 41cv ?
I was always a little perplexed that they didn't include linear regression, but it's pretty easy to add. This program gives you the functionality from the 11C. Note that it expects ΣREG 11. Call XEQ "LR" to calculate the coefficients (this step is required), which will store A, B, and R in registers 17, 18, and 19 respectively. Then you can use XEQ "XHAT" and XEQ "YHAT" to predict x or y values.
Code: LBL "LR" |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
Linear Estimation on 41cv ? - SteveMyers - 10-25-2021, 02:44 AM
RE: Linear Estimation on 41cv ? - Steve Simpkin - 10-25-2021, 09:55 AM
RE: Linear Estimation on 41cv ? - Dave Britten - 10-25-2021 12:38 PM
RE: Linear Estimation on 41cv ? - rawi - 10-25-2021, 01:33 PM
RE: Linear Estimation on 41cv ? - Massimo Gnerucci - 10-25-2021, 04:21 PM
RE: Linear Estimation on 41cv ? - SteveMyers - 10-26-2021, 06:37 PM
RE: Linear Estimation on 41cv ? - SteveMyers - 11-02-2021, 12:15 AM
|
User(s) browsing this thread: 1 Guest(s)