Estimating a Private-Market Benchmark When There Is No Public Price
A public equity index is built from transaction prices that happen constantly: every trade updates the number. A private-market portfolio has no daily price tick, no closing quote. GPs do report quarterly appraisal-based NAVs, but those marks are stale and smoothed, which is why the benchmark is inferred instead from the capital calls a fund draws down and the distributions it eventually pays out. A quant or risk team that needs a benchmark for that portfolio has to infer one, and the inference method determines whether the resulting number is honest about how uncertain it is given the model it conditions on.
The two ways to turn cash flows into an index
One published approach, described in an NBER working paper on estimating private equity returns from limited partner cash flows and its companion paper, treats the return series as a latent variable: a hidden path that is never observed directly, only inferred from the pattern of calls and distributions over time. A Bayesian implementation of that model uses priors (starting assumptions about plausible ranges for the hidden path) to constrain the inference, then reports a full posterior distribution rather than a single number, giving the resulting index its uncertainty band.
A standard machine-learning fit on the same cash-flow data can also produce an interval, through bootstrapping, quantile regression, or conformal prediction, but that interval doesn't condition on the same prior assumptions the Bayesian posterior does, and isn't interpreted as a probability statement about the hidden path the way a posterior is.
What changed when the model was rebuilt with modern samplers
A documented applied engagement brought that published model into production for a risk-workflow platform serving multi-asset portfolios. The original paper used first-generation samplers, slow enough to limit how much the model could be explored or iterated on. Rebuilding it on modern samplers sped up each run, giving more chances to check the model against domain knowledge, adjust it, and refit before committing to an estimate.
The extra work was not about chasing a better-looking number or predicting next quarter's return. The client wanted an explanation of why the inferred trend line behaved the way it did, which comes from the model's structural specification (latent returns, factor loadings, cash-flow mapping) rather than from Bayesian estimation itself; a maximum-likelihood fit of that same structural model would be equally interpretable, while a black-box fit optimized only for a good fit to the data would not.
Reading the result against a known benchmark
The output was a cumulative-return index compared against two references: the public US stock market and the venture capital index published by Cambridge Associates, an industry-standard performance benchmark for private funds. The inferred index tracked its own distinct path relative to both. Cambridge Associates is NAV- and appraisal-based, so it is smoothed and beta-suppressed relative to a series built from the portfolio's own cash flows, which is the substantive reason to expect divergence between the two.
The value of the comparison was not that the inferred index matched Cambridge Associates, but that it could be checked against an external reference at all, because it came from a documented, repeatable model rather than an unexplained trend line asserted without a method behind it.
Where this pattern applies, and where it does not
The lesson extends past private equity: any time the number a team wants does not exist as a directly observed transaction and has to be inferred from indirect signals, the choice between a point-estimate model and an uncertainty-aware Bayesian model is a choice about how honestly the result represents its own confidence. A risk report built on a point estimate with no band invites the reader to treat an inference as an observation; one built on a posterior distribution keeps that distinction visible.
Subconscious is built on the same family of uncertainty-aware inference this case illustrates, latent-structure estimation with quantified uncertainty, though Subconscious's own effects are identified causally through randomized experimental design rather than inferred from a latent state-space model. That is a methodological parallel worth naming, not a claim that Subconscious builds private-market return models. Subconscious does not ingest fund cash-flow data and does not produce private-equity benchmarks; the research program applies the same discipline of a stated uncertainty band to a different question: what a market will actually do in response to a tested decision, not what a private fund's unobserved return path looked like historically. Teams evaluating either kind of model should ask the same question before trusting a number: does this range state what it conditions on, or is that left unsaid? How Subconscious runs that kind of test and what a first test looks like start from that same requirement.