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

Output of a constrained profile minimization. More...

#include <Profiler.h>

Public Attributes

double nll_hat = 1e300
 Minimum or approximate profiled NLL value.
 
std::map< std::size_t, double > theta_hat
 Profiled parameter values keyed by global parameter index.
 
bool converged = false
 True when the profiler accepted the result as reliable.
 

Detailed Description

Output of a constrained profile minimization.

Definition at line 48 of file Profiler.h.

Member Data Documentation

◆ converged

bool ProfileResult::converged = false

True when the profiler accepted the result as reliable.

Definition at line 51 of file Profiler.h.

◆ nll_hat

double ProfileResult::nll_hat = 1e300

Minimum or approximate profiled NLL value.

Definition at line 49 of file Profiler.h.

◆ theta_hat

std::map<std::size_t, double> ProfileResult::theta_hat

Profiled parameter values keyed by global parameter index.

Definition at line 50 of file Profiler.h.


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