Estimators#
See also
For notation and terminology (\(x_0\), \(H\), \(S_0\), DOFS, etc.), see Terminology & Notation.
Estimator (Base Class)#
Inputs#
Number of observations (length of z). |
|
Number of state variables (length of x_0). |
|
Observed data. |
|
Prior model state estimate. |
|
Forward operator. |
|
Prior error covariance. |
|
Model-data mismatch covariance. |
|
Constant data, which can be a scalar or an array matching the shape of z. |
Methods#
Cost/loss/misfit function. |
|
Forward model calculation. |
|
Forward model residual. |
|
Calculate the leverage matrix. |
Results#
Posterior mean model state estimate (solution). |
|
Posterior error covariance matrix. |
|
Posterior mean observation estimate. |
|
Prior mean data estimate. |
|
Kalman gain matrix. |
|
Averaging kernel matrix. |
Metrics#
Reduced Chi-squared statistic. |
|
Coefficient of determination (R-squared). |
|
Root mean square error (RMSE). |
|
Uncertainty reduction metric. |
|
Uncertainty reduction vector. |
BayesianSolver#
Constructor#
|
Bayesian inversion estimator class. |
Methods#
Cost function with regularization. |
Results#
Posterior Mean Model Estimate (solution). |
|
Posterior Error Covariance Matrix with regularization. |