Learn R Programming

PEIP (version 2.0-1)

occam: Occam inversion

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

Value

vector, model found

See Also

bayes