Skip to main content
16-Pearl
June 18, 2018
Solved

return coef. for best fit of 4 points

  • June 18, 2018
  • 1 reply
  • 1554 views

To all,

See attached mcad sheet

Given the set of 4 points is there a way of returning the coefficient C0 and m of equation y(x)=C0x^m for a best fit?

Thanks

Regards

Best answer by Werner_E

Not sure if its the best way, but heres one way to do it.

You may also use a solve block with minerr which may give you more flexibillity.

 

B.PNG

1 reply

Werner_E25-Diamond IAnswer
25-Diamond I
June 18, 2018

Not sure if its the best way, but heres one way to do it.

You may also use a solve block with minerr which may give you more flexibillity.

 

B.PNG

16-Pearl
June 18, 2018

Thanks. Starting to get a grip with the 'genfit' function