No articles match
An introduction to MetaHunt2 months ago
The problem: function-valued meta-analysis | Key assumptions | A1. Low-rank cross-study heterogeneity | A2. Weight model | A3. Exchangeability | A4. Estimation error control | The three-step pipeline | Step 1. Basis hunting via d-fSPA | Step 2. Fitting weight model | Step 3. Target prediction | A worked end-to-end example | Where to next | References
Understanding grid_weights and the L2(mu) norm2 months ago
What grid_weights does | When the default is fine | When non-uniform grid_weights matter | A worked comparison: uniform vs non-uniform | Practical guidance | Functions that accept grid_weights
Choosing K and the denoising parameters2 months ago
Why this matters | A small standalone simulation | Unsupervised diagnostic: reconstruction error vs K | Supervised diagnostic: cross-validated prediction error vs K | The d-fSPA denoising knobs (N, Delta) | Bypassing denoising | Setting (N, Delta) by hand | Tuning (N, Delta) by CV | Practical recipe | See also
Conformal prediction with different choices2 months ago
Why conformal prediction here | A small standalone simulation | The three flavours | Split conformal | Cross conformal | Pre-fit conformal | Pointwise vs scalar bands | Small-m warning on cal_frac | See also
Get started with MetaHunt2 months ago
What this is | Inputs in 30 seconds | A minimal end-to-end run | Visualising the result | Where to next
Preparing your data: from fitted models to F_hat2 months ago
Why this step matters | build_grid() | f_hat_from_models() | Dispatch table | ranger example (not run) | grf::causal_forest example (not run) | Worked lm example | predict_fn for custom S4 / bespoke classes | Multi-dimensional grids (3 covariates) | Sanity checks | Common pitfalls
Scalar summaries with wrapper2 months ago
Why scalar summaries | The wrapper protocol | An ATE example with grf::causal_forest | Three custom wrappers | Plain mean | Restricted positive mean | Endpoint contrast | Conformal coverage with a wrapper | Pointwise vs scalar — quick reference | See also
When to prefer minmax_regret2 months ago
What minmax_regret() does | When to use which | A small standalone simulation | Running minmax_regret() | Visual comparison: minmax_regret vs metahunt | Small-m users | See also