User guide¶
The guide starts after the Hartmann4 run in Getting started. It
explains how gpmp-contrib stores models, parameters, diagnostics, priors,
and sequential-procedure state.
Main path¶
Start with these pages if the goal is to build and inspect a Gaussian-process model from observations:
Concepts gives the package map and states which objects belong to
gpmpand which objects are added bygpmp-contrib.Models and computer experiments explains
ComputerExperiment,ModelContainer, the provided Matérn classes, and the shape conventions forxiandzi.Parameter selection explains what
select_paramsdoes, how optimizer starts and bounds are chosen, and when ML, REML, or REMAP is used.Model state and parameter objects shows where selected parameters,
Paramobjects, optimizer reports, and resolved prior objects are stored.Diagnostics and inspection explains the printed diagnosis and prediction-performance summaries.
Specialized procedures¶
Read these pages when the model is already clear and the task needs one of these procedures:
Priors for REMAP selection for REMAP models with explicit prior anchors or hyperparameters.
Sequential design, optimization, and set estimation for expected improvement, excursion sets, set inversion, SMC particles, and BSS particles.
Relaxed Gaussian processes for relaxed Gaussian-process modeling.
Relation to examples¶
The guide describes objects and stored state. The example pages show complete scripts, plots, and representative results. After reading a guide page, use Examples to find the closest executable script.