Hi all,
I have input a series of data into a table and formatted a scatter plot. When I fitted a 6th degree polynomial linear fit, the fit looks fine. However, when I use the equations it gives to calculate values in between the data points I get absurd numbers.
122 104 86 68
90 0.812 0.776 0.741 0.708
91 0.805 0.77 0.735 0.699
92 0.799 0.762 0.727 0.69
93 0.79 0.755 0.72 0.681
94 0.783 0.747 0.71 0.675
95 0.774 0.739 0.702 0.668
96 0.76 0.727 0.693 0.66
97 0.741 0.71 0.68 0.648
98 0.712 0.686 0.658 0.63
99 0.668 0.645 0.62 0.597
100 0.597 0.58 0.56 0.542
That is my data table. The 90-100 represents the x-axis while the decimal numbers represent the y-axis and the 122 104 86 and 68 are various tempurature categories. I'm not entirely sure how to get around this issue.
What I'm trying to do is basically automate the data table to give me feedback on any x value that I input.
Thanks in advace,
Chris
Bookmarks