Advanced Topics¶
This section covers Bayesian inference, per-angle scaling modes, laminar flow analysis, CMA-ES optimization, convergence diagnostics, and memory management strategies for large datasets.
- Bayesian Inference with CMC
- When to Use Bayesian Inference
- The NLSQ Warm-Start Pipeline
- CMC Configuration
- SamplingPlan and Adaptive Sampling
- Chain Execution Methods
- Parameter Reparameterization
- Shard Scheduling
- Worker Pool and Shared Memory
- Heterogeneity Detection
- ArviZ Diagnostics
- Posterior Comparison: NLSQ vs CMC
- Quality Filtering
- Checkpointing for Long Runs
- See Also
- Per-Angle Scaling Modes
- Laminar Flow Analysis Guide
- CMA-ES for Multi-Scale Problems
- Large Dataset Handling and Streaming
- Convergence Diagnostics
What you will learn:
How to use Consensus Monte Carlo (CMC) for full Bayesian posteriors.
How the per-angle scaling modes prevent parameter absorption degeneracy.
How laminar flow analysis captures shear dynamics from angular dependence.
When and how to use CMA-ES for multi-scale parameter spaces.
How to manage memory when C2 matrices exceed available RAM.
How to read convergence diagnostics (R-hat, ESS, BFMI, divergences).
Prerequisites: NLSQ Fitting Guide and a basic familiarity with Bayesian inference.