Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| public:calculator:guides:dm15l_curve_fit [01/02/26 22:25 GMT] – [Method for Exponential] john | public:calculator:guides:dm15l_curve_fit [12/02/26 21:01 GMT] (current) – [DM15L : Non-linear Curve Fit] john | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| - | ====== DM15L : Non-linear Curve Fit ====== | + | ====== DM15L Non-linear Curve Fit ====== |
| ** Using DM15L/HP15C built-in L.R function to fit non-linear curves ** | ** Using DM15L/HP15C built-in L.R function to fit non-linear curves ** | ||
| Line 14: | Line 14: | ||
| ===== Tl;dr ===== | ===== Tl;dr ===== | ||
| - | ==== Method for Exponential y=b.e< | + | ==== Method for Exponential==== |
| + | **y = b.e< | ||
| '' | '' | ||
| Line 23: | Line 24: | ||
| ==== Method for Logarithmic ==== | ==== Method for Logarithmic ==== | ||
| + | **y=a.ln(x)+b** | ||
| '' | '' | ||
| Line 31: | Line 33: | ||
| ==== Method for Power ==== | ==== Method for Power ==== | ||
| + | **y=b.x< | ||
| '' | '' | ||