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:

  1. Concepts gives the package map and states which objects belong to gpmp and which objects are added by gpmp-contrib.

  2. Models and computer experiments explains ComputerExperiment, ModelContainer, the provided Matérn classes, and the shape conventions for xi and zi.

  3. Parameter selection explains what select_params does, how optimizer starts and bounds are chosen, and when ML, REML, or REMAP is used.

  4. Model state and parameter objects shows where selected parameters, Param objects, optimizer reports, and resolved prior objects are stored.

  5. 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:

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.