ert icon indicating copy to clipboard operation
ert copied to clipboard

MCMC roadmap

Open markusdregi opened this issue 4 years ago • 1 comments

Beyond the scope of https://github.com/equinor/ert/milestone/21, an MCMC implementation should contain...

Priors:

  • add prior function evaluator to all standard distributions,
  • extend the prior functions supported to also include: beta, latin hypercube
  • correlated priors (recommended read: https://en.wikipedia.org/wiki/Copula_(probability_theory))

Stochastic proxy: The assumption of deterministic forward model is often violated in the case of stochastic forward models. To compensate one can evaluate the same realisation multiple times and then condition to the mean of the responses and add the variation to the covariance matrix.

Plotting/diagnostics: Plots are needed.

Evaluate simple proxy generation We should start the MVP by generating the proxy functions using an established implementation and run it locally. However, whether this is sufficient on a large case needs to be evaluated down the road.

markusdregi avatar Nov 04 '20 08:11 markusdregi

Relevant paper: https://www.onepetro.org/conference-paper/SPE-113390-MS

markusdregi avatar Apr 23 '21 09:04 markusdregi