Learn R Programming

PEIP (version 2.2-5)

occam: Occam inversion

Description

Occam's inversion

Usage

occam(afun, ajac, L, d, m0, delta)

Value

vector, model found

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>

See Also

bayes