User guide

The guide documents how gpmp-contrib stores models, parameters, diagnostics, priors, and sequential-procedure state. The runnable Hartmann4 sequence is in Getting started.

Model construction and inspection

  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.

Procedure-specific topics