Description
Occam's inversion
Usage
occam(afun, ajac, L, d, m0, delta)
Arguments
- afun
character, function handle that computes the forward problem
- ajac
character, function handle that computes the Jacobian of the forward problem
- L
regularization matrix
- d
data that should be fit
- m0
guess at the model
- delta
cutoff to use for the discrepancy principle portion
Author
Jonathan M. Lees<jonathan.lees@unc.edu>