Presentation is loading. Please wait.

Presentation is loading. Please wait.

Data fitting programming Math 570

Similar presentations


Presentation on theme: "Data fitting programming Math 570"— Presentation transcript:

1 Data fitting programming Math 570

2

3 Can we do better? x .

4

5

6

7

8

9

10 c*x-r

11

12 Use these estimated parameters to run the solution of the model (the initial point is the first data point in the data table) and compare with data points

13

14

15 I use ode23 here, you can use
ode45 to obtain the same solution

16

17 The solution fits data reasonably well but not very well
The solution fits data reasonably well but not very well. Do we have a better method for parameter estimation and data fitting?

18 The solution fits data reasonably well but not very well
The solution fits data reasonably well but not very well. Do we have a better method for parameter estimation and data fitting? YES!

19 Direct Method Least-square data fitting

20 Revisit L-V predator-prey model
Use the least-square method to fit data and estimate parameter values directly

21

22

23

24 You can use ode45 or other ODE solvers; use help files to check their differences

25

26 Almost perfect data fitting!

27

28 a b c r


Download ppt "Data fitting programming Math 570"

Similar presentations


Ads by Google