Papers › Martingale posterior distributions

Martingale posterior distributions

29 Mar 2021arXiv:2103.15671links table onlyarchive 2025-07-28

Edwin Fong, Chris Holmes, Stephen G. Walker

The archive published only this paper's code-link row. Authors, date and abstract are from arXiv's metadata (CC0), read from the Kaggle arXiv metadata snapshot of 2026-09-12 where its title matched the archive's; the title is the archive's.

The prior distribution on parameters of a sampling distribution is the usual starting point for Bayesian uncertainty quantification. In this paper, we present a different perspective which focuses on missing observations as the source of statistical uncertainty, with the parameter of interest being known precisely given the entire population. We argue that the foundation of Bayesian inference is to assign a distribution on missing observations conditional on what has been observed. In the conditionally i.i.d. setting with an observed sample of size n, the Bayesian would thus assign a predictive distribution on the missing Y_(n+1:∞) conditional on Y_(1:n), which then induces a distribution on the parameter. Demonstrating an application of martingales, Doob shows that choosing the Bayesian predictive distribution returns the conventional posterior as the distribution of the parameter. Taking this as our cue, we relax the predictive machine, avoiding the need for the predictive to be derived solely from the usual prior to posterior to predictive density formula. We introduce the \textit{martingale posterior distribution}, which returns Bayesian uncertainty directly on any statistic of interest without the need for the likelihood and prior, and this distribution can be sampled through a computational scheme we name \textit{predictive resampling}. To that end, we introduce new predictive methodologies for multivariate density estimation, regression and classification that build upon recent work on bivariate copulas.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2103.15671")

Code

Syntology Ran 0 of 30 code samples harvested from 1 repository linked to this paper; 30 have no recorded run.

By repository: official repository: 30 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

edfong/MP officialmentioned in papermentioned on GitHubjaxMIT report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

30 samples harvested; 0 ran; 0 honoured the contract we drafted; 30 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

30unverified

Licence: 0 of the 30 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from edfong/MP. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

calc_logkxx_single edfong/MP/pr_copula/copula_classification_functions.py official repository unverified MIT (permissive) · 089b3ca5c21951be · report
fit_copula_classification edfong/MP/pr_copula/main_copula_classification.py official repository unverified MIT (permissive) · 1c58bc279230a479 · report
fit_copula_cregression edfong/MP/pr_copula/main_copula_regression_conditional.py official repository unverified MIT (permissive) · 2cbcb51d42c01ad5 · report
fit_copula_density edfong/MP/pr_copula/main_copula_density.py official repository unverified MIT (permissive) · 7d2360ba3c593481 · report
fit_copula_jregression edfong/MP/pr_copula/main_copula_regression_joint.py official repository unverified MIT (permissive) · 496a03116227e091 · report
forward_sample_y_samp edfong/MP/pr_copula/sample_copula_classification_functions.py official repository unverified MIT (permissive) · e5772371be61b7fd · report
fun_jcll_perm_sp edfong/MP/pr_copula/copula_regression_functions.py official repository unverified MIT (permissive) · 0ec2c3457e187b47 · report
grad_jcll_perm_sp edfong/MP/pr_copula/copula_regression_functions.py official repository unverified MIT (permissive) · 1d11bb54c682ca81 · report
init_marginals_single edfong/MP/pr_copula/copula_classification_functions.py official repository unverified MIT (permissive) · def8ce7a6e1d94ff · report
init_marginals_single edfong/MP/pr_copula/copula_density_functions.py official repository unverified MIT (permissive) · 2fbf4b47cef1161b · report
negpreq_jconditloglik_perm edfong/MP/pr_copula/copula_regression_functions.py official repository unverified MIT (permissive) · 9248276a29037abd · report
pr_1step_conv edfong/MP/pr_copula/sample_copula_density_functions.py official repository unverified MIT (permissive) · a392004afda01ef6 · report
pr_1step_conv_jregression edfong/MP/pr_copula/sample_copula_regression_functions.py official repository unverified MIT (permissive) · 7ca367bf0f316e30 · report
pr_loop_conv edfong/MP/pr_copula/sample_copula_density_functions.py official repository unverified MIT (permissive) · b077142745ce6e4a · report
pr_loop_conv_jregression edfong/MP/pr_copula/sample_copula_regression_functions.py official repository unverified MIT (permissive) · 2b3018447488ba97 · report
predict_copula_classification edfong/MP/pr_copula/main_copula_classification.py official repository unverified MIT (permissive) · 94df001dd157690c · report
predict_copula_cregression edfong/MP/pr_copula/main_copula_regression_conditional.py official repository unverified MIT (permissive) · 64976a4dd10c89de · report
predict_copula_density edfong/MP/pr_copula/main_copula_density.py official repository unverified MIT (permissive) · 4266dd158403e846 · report
predict_copula_jregression edfong/MP/pr_copula/main_copula_regression_joint.py official repository unverified MIT (permissive) · 9880540e944935db · report
predictive_resample_classification edfong/MP/pr_copula/main_copula_classification.py official repository unverified MIT (permissive) · 90986230560a2ae1 · report
predictive_resample_cregression edfong/MP/pr_copula/main_copula_regression_conditional.py official repository unverified MIT (permissive) · b8f1c1112f0f2a9d · report
predictive_resample_jregression edfong/MP/pr_copula/main_copula_regression_joint.py official repository unverified MIT (permissive) · c89a33b92837f5ac · report
predictive_resample_single_loop edfong/MP/pr_copula/sample_copula_density_functions.py official repository unverified MIT (permissive) · ebe674a31156878d · report
predictive_resample_single_loop_cregression edfong/MP/pr_copula/sample_copula_regression_functions.py official repository unverified MIT (permissive) · 0fb2f28f5fb8e679 · report
sample_copula_density edfong/MP/pr_copula/main_copula_density.py official repository unverified MIT (permissive) · 92b2bece5b18734b · report
update_copula_single edfong/MP/pr_copula/copula_classification_functions.py official repository unverified MIT (permissive) · 86253c5d2b87aae3 · report
update_copula_single edfong/MP/pr_copula/copula_density_functions.py official repository unverified MIT (permissive) · 7b3b0e8647cd232c · report
update_pn edfong/MP/pr_copula/copula_density_functions.py official repository unverified MIT (permissive) · f3874d138c11dd8f · report
update_pn_forward edfong/MP/pr_copula/sample_copula_classification_functions.py official repository unverified MIT (permissive) · ab704489daed7fa1 · report
update_pn_scan_forward edfong/MP/pr_copula/sample_copula_classification_functions.py official repository unverified MIT (permissive) · 8ba5b61f5b47c830 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections