Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
GradientHelper.h File Reference

Numerical derivative and Laplace profiling helpers for nuisance parameters. More...

#include <algorithm>
#include <cmath>
#include <iomanip>
#include <iostream>
#include <limits>
#include <sstream>
#include <string>
#include <set>
#include <stdexcept>
#include <utility>
#include <vector>
#include "Math.h"
#include "IProfileableLikelihood.h"
Include dependency graph for GradientHelper.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  EtaDerivatives
 First-order derivatives of the likelihood with respect to selected nuisance parameters. More...
 
struct  LaplaceProfileComputation
 Result of a Laplace nuisance-profile computation. More...
 
struct  LaplaceProfileOptions
 Numerical controls for the hybrid Laplace/Newton nuisance profiler. More...
 

Detailed Description

Numerical derivative and Laplace profiling helpers for nuisance parameters.

The helpers in this header support fast profiling of nuisance parameters in likelihood scans. They provide finite-difference derivatives, Hessian regularization, stationarity diagnostics and a hybrid Laplace/Newton refinement scheme.

See also
IProfileableLikelihood
Profiler

Definition in file GradientHelper.h.