Skip to content

MATLAB code for examples and exercises for the 3rd edition of Parameter Estimation and Inverse Problems

License

Notifications You must be signed in to change notification settings

brianborchers/PEIP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PEIP

MATLAB code for examples and exercises for the 3rd edition of Parameter Estimation and Inverse Problems. For more information about the book, including a list of errata, see https://sites.warnercnr.colostate.edu/aster/2015/08/27/parameter-estimation-and-inverse-problems/

This repository contains MATLAB code for the 3rd edition of "Parameter Estimation and Inverse Problems" (2018) by Richard Aster, Brian Borchers, and Clifford Thurber.

The code in the "Examples" directory will recreate the corresponding MATLAB-based examples, including figures, for the textbook.

Ancillary files for the exercises, where needed, are located in the corresponding subdirectories of the "Exercises" directory.

To run this code, the "Lib" directory will have to be added to the user's MATLAB path.

The code should also run in Octave. We've tested the code in Octave, but if you find any problems with running the code in Octave, please let us know about the issue.

We have had many requests to translate this code into Python. The differences between MATLAB and Python make this a nontrivial task. Two github repositories listed below have some of the examples converted into Python code. We cannot vouch for the correctness of these Python codes.

https://github.com/jkmacc-LANL/peip-python

https://github.com/uafgeoteach/GEOS627_inverse