Interpolating data points in Excel

后端 未结 7 843
猫巷女王i
猫巷女王i 2021-01-31 19:19

I\'m sure this is the kind of problem other have solved many times before.

A group of people are going to do measurements (Home energy usage to be exact). All of them wi

7条回答
  •  轮回少年
    2021-01-31 19:58

    There are two functions, LINEST and TREND, that you can try to see which gives you the better results. They both take sets of known Xs and Ys along with a new X value, and calculate a new Y value. The difference is that LINEST does a simple linear regression, while TREND will first try to find a curve that fits your data before doing the regression.

提交回复
热议问题