Multiple Curve Fitting Program HP-41
|
01-13-2018, 11:17 AM
(This post was last modified: 01-13-2018 12:31 PM by Dieter.)
Post: #11
|
|||
|
|||
RE: Multiple Curve Fitting Program HP-41
(01-13-2018 09:42 AM)Graan Wrote: Yes thats more what Im looking for. Of course I can't say anything about the program in the Kolb book, but if you only want to fit an XY-curve with two parameters and choose between a linear, logarithmic, exponential and power fit, and you already have a DM42, why do you think you need a special program? The HP42s (and I suppose DM42 as well) can do this on their own, including the selection of the best fitting model: Clear the summation registers with CLΣ For all data pairs: enter Yi ENTER Xi and press Σ+ Press STAT > CFIT > MODL > BEST and see the best-fitting model marked with a "▪" Of course you can also select a different model if you prefer Return to the previous menu with EXIT SLOPE and YINT show the two regression coefficients CORR shows the correlation coefficient (indicates how well the model fits the data) FCSTY calculates the y-estimate for a given x FCSTX calculates the x-estimate for a given y Example: Code: X: 1 3 5 8 So the best fit is a power function. Code: EXIT So the regression function is y = 1,007 · x1,437. And the correlation coefficient shows that this is a very good fit. Now check how well this model fits the given data: Code: 1 FCSTY => 1,007... Is this what you are looking for? Dieter |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)