Description
Given a linear inverse problem Gm=d, a prior mean mprior and covariance
matrix covm, data d, and data covariance matrix covd, this function
computes the MAP solution and the corresponding covariance matrix.Usage
bayes(G, mprior, covm, d, covd)
Arguments
mprior
vector, prior model
covm
vector, model covariance
covd
vector, data covariance
References
Aster, R.C., C.H. Thurber, and B. Borchers,
Parameter Estimation and Inverse Problems, Elsevier Academic Press, Amsterdam, 2005.