Skip to main content
24-Ruby IV
September 1, 2017
Question

The root of extrapolation. Do yo have one more usefull example?

  • September 1, 2017
  • 1 reply
  • 4004 views

Interpolation.png

1 reply

25-Diamond I
September 1, 2017

@ValeryOchkov wrote:
Do yo have one more usefull example?

Useful example for what???

 

1) Why do you forumulate your solveblock so complicated? You may use the full vectors instead:

Bild1.png

 

2) If your goal is a fit, a regression, you would rather use MinErr instead of Find:

Bild3.png

 

3) What you have done with the solve block can be done more efficiently using polyfit(s) or regress

Bild4.png

4) In case one day you dont are after a polynomial fit, you would rather user genfit:

Bild2.png

 

If I am missing your point, please explain.

 

 

24-Ruby IV
September 1, 2017

I think it is a shorter variant

linfit.png

25-Diamond I
September 1, 2017

I still don't understand what your question is about!?