Robust models or sensitivity-analysis models often expand a simpler baseline model by adding a hyperparameter that controls tail behavior or dispersion. Posterior computation for such models can proceed in two ways:
- Full Markov chain simulation under the expanded model, often using a mixture representation.
- Approximate computation using draws already obtained from the original posterior distribution.
Both approaches aim to obtain inference for the expanded posterior distribution
where is the parameter vector from the original model and is the robustness/sensitivity parameter (for example, the degrees of freedom in a model).
1. Notation for Robust Models
Let:
- : posterior distribution from the original model (already computed).
- : hyperparameter defining the expanded or robust model.
- Expanded posterior of interest:
The robust component may enter through:
- Parameter distribution , or
- Data distribution .
A prior must specify the joint distribution , since the relationship between and determines how robustness is expressed.
2. Gibbs Sampling via Mixture Representations
Many robust models, including the , negative binomial, and beta-binomial, admit a mixture representation involving additional latent scale parameters:
- For the model, the representation is:
Sampling proceeds by Gibbs updates for:
- Latent scales
If itself is unknown, an additional step must draw from the conditional distribution of . This step typically lacks a closed form and requires a Metropolis update.
A complication:
- Posterior densities under robust models may be multimodal.
- Each mode often corresponds to a different observation occupying the tail of the distribution.
- Proper exploration may require strategies such as simulated tempering or careful initialization.
3. Posterior Predictive Simulation for Sensitivity Analysis
To simulate future data under a robust model:
- Draw .
- Draw .
For mixture models:
- Draw the latent scale first:
- Then simulate:
This two-step structure reflects the model’s long-tailed behavior.
4. Computing the Marginal Posterior of the Robustness Parameter $\phi$ via Importance Weighting
If simulation draws have already been obtained from the original posterior , then the marginal posterior of can be approximated without running a new MCMC chain.
Using the identity:
the expression can be approximated by averaging importance ratios:
The proportionality constant does not matter when the goal is to compare relative posterior density values across a grid of .
5. Approximating the Robust Posterior $p(\theta \mid \phi, y)$ via Importance Resampling
When the goal is to approximate the full posterior under a robust model for many values of , importance resampling avoids running a new MCMC chain for each value.
Procedure:
- Begin with a large set of original posterior draws
- For each fixed value of , compute importance ratios:
- Draw a smaller subsample (e.g., ) without replacement,
with probability proportional to .
This collection is an approximate sample from
A separate subsample must be drawn for each value of ,
but the same original draws can be reused.
Indicators of sensitivity
If importance weights vary wildly:
- A handful of draws dominate the weighted distribution.
- Approximation becomes unstable.
- Sensitivity to is high.
- Full MCMC under the robust model becomes necessary.
