Hyperiso 1.0.3
Modular flavour-physics calculations, Wilson coefficients and statistical inference
Loading...
Searching...
No Matches
LaplaceProfileComputation Struct Reference

Result of a Laplace nuisance-profile computation. More...

#include <GradientHelper.h>

Public Attributes

double nll_hat = 1e300
 Profiled or approximate profiled NLL value.
 
std::vector< double > eta_hat
 Estimated profiled nuisance vector.
 
bool ok = false
 True when the computation produced a finite, usable result.
 

Detailed Description

Result of a Laplace nuisance-profile computation.

Definition at line 49 of file GradientHelper.h.

Member Data Documentation

◆ eta_hat

std::vector<double> LaplaceProfileComputation::eta_hat

Estimated profiled nuisance vector.

Definition at line 51 of file GradientHelper.h.

◆ nll_hat

double LaplaceProfileComputation::nll_hat = 1e300

Profiled or approximate profiled NLL value.

Definition at line 50 of file GradientHelper.h.

◆ ok

bool LaplaceProfileComputation::ok = false

True when the computation produced a finite, usable result.

Definition at line 52 of file GradientHelper.h.


The documentation for this struct was generated from the following file: