Try to learn something about everything, and everything about somethingThomas Huxley “Darwin's bulldog” (1824-1895)

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
public:calculator:guides:dm32_curve_fit [17/04/26 08:59 BST] – created johnpublic:calculator:guides:dm32_curve_fit [17/04/26 19:14 BST] (current) – [Further Information] john
Line 61: Line 61:
   * Logarithmic '' y = B + M Ln(x) ''   * Logarithmic '' y = B + M Ln(x) ''
   * Power '' y = Bx<sup>M</sup> ''   * Power '' y = Bx<sup>M</sup> ''
 +
 +===== Examples =====
 +
 +==== Logarithmic ====
 +
 +|x|0.3|1|2|3|4|5|
 +|y|-1|2|3.8|5|5.6|6|
 +
 +=== Enter Data ===
 +
 +  * <key>XEQ</key> <key>'L'</key>
 +  * 0.3 <key>R/S</key> 1 <key>'+/-'</key> <key>R/S</key>
 +  * 1 <key>R/S</key> 2 <key>R/S</key>
 +  * 2 <key>R/S</key> 3.8 <key>R/S</key>
 +  * 3 <key>R/S</key> 5 <key>R/S</key>
 +  * 4 <key>R/S</key> 5.6 <key>R/S</key>
 +  * 5 <key>R/S</key> 6 <key>R/S</key>
 +
 +=== Run the fit ===
 +
 +  * <key>XEQ</key> <key>'R'</key>
 +  * ''R=0.99932'' <key>R/S</key>
 +  * ''B=2.05210'' <key>R/S</key>
 +  * ''M=2.5359'' <key>R/S</key>
 +  * enter an x-value to calculate an estimate of y
 +    * 2.5 <key>R/S</key>
 +    * ''y? 4.37571''
 +  * enter a y-value to calculate an estimate of x
 +    * 0 <key>R/S</key> (what is x-value where the curve crosses the x-axis at y = 0? The solution to the equation)
 +    * ''X ? 0.44520''
 +  * finish <key>'C'</key>
 +
 +=== Results ===
 +
 +  * The curve equation is '' y = 2.05210 + 2.5359Ln(x) ''
 +  * The values for R, B and M are stored in register-variables ''R'', ''B'' and ''M'' for future use
 +    * e.g. make an ''EQN''
 +    * '' Y = B + M x Ln(X) ''
 +    * the equation can be evaluated, solved or integrated using the stored values for ''B'' and ''M''
 +  * Until a new Curve fit program is run, or anything is done to change the Statistics Registers, you can re-run the fit with <key>XEQ</key> <key>'R'</key> to allow more y and x estimates to be made
  
  
Line 67: Line 107:
  
  
-{{tag>}}+{{tag>calculator dm32}}
  
 Page created  : 17/04/26 08:35 BST Page created  : 17/04/26 08:35 BST

Navigation