Origin Ver. and Service Release (Select Help-->About Origin): Pro 2021b SR2 9.8.5.212 Operating System:Win 10
I have x and y data. When I do a polynomial fit, I get a reasonable fit from 4th-order. However, when I use the formula from the fit as a formula in the worksheet (col C) I get a rather different fit from my y data.
I tried parenthisizing the formula but it makes no difference.
When I apply the formula with a calculator it consistently returns the same result, that is, it matches the formula in the worksheet but not the 4th-order fit.
This is because we don't show full precision in FitPolynomial1. E.g. if u right click Parameters table node and choose Digits... and change Decimal places to 10. U can see more digits.
U can right click Parameters table and choose Create Copy as New Sheet. Then in the newly added parameters1 sheet, right click the cell to copy full precision.
Thanks for that Snow, that's done the trick. The copy full precision is a handy trick, and I wasn't sure if the extra precision was available as it was not obvious how to access it.