occam | R Documentation |
Occam's inversion
occam(afun, ajac, L, d, m0, delta)
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 |
vector, model found
This is a simple brute force way to do the line search. Much more sophisticated methods are available. Note: we've restricted the line search to the range from 1.0e-20 to 1. This seems to work well in practice, but might need to be adjusted for a particular problem.
Jonathan M. Lees<jonathan.lees@unc.edu>
bayes
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.