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

#include <FitAbstraction.h>

Public Attributes

double fmin = std::numeric_limits<double>::quiet_NaN()
 
double edm = std::numeric_limits<double>::quiet_NaN()
 
int nfcn = -1
 
bool ok = false
 
bool has_valid_parameters = false
 
bool has_valid_covar = false
 
bool has_posdef_covar = false
 
bool has_accurate_covar = false
 
bool made_posdef = false
 
bool hesse_failed = false
 
bool reached_call_limit = false
 
bool above_max_edm = false
 
std::vector< double > cov_eigs
 
double cond_number = std::numeric_limits<double>::infinity()
 

Detailed Description

Definition at line 60 of file FitAbstraction.h.

Member Data Documentation

◆ above_max_edm

bool fit_app::FitDiagnostics::above_max_edm = false

Definition at line 75 of file FitAbstraction.h.

◆ cond_number

double fit_app::FitDiagnostics::cond_number = std::numeric_limits<double>::infinity()

Definition at line 78 of file FitAbstraction.h.

◆ cov_eigs

std::vector<double> fit_app::FitDiagnostics::cov_eigs

Definition at line 77 of file FitAbstraction.h.

◆ edm

double fit_app::FitDiagnostics::edm = std::numeric_limits<double>::quiet_NaN()

Definition at line 62 of file FitAbstraction.h.

◆ fmin

double fit_app::FitDiagnostics::fmin = std::numeric_limits<double>::quiet_NaN()

Definition at line 61 of file FitAbstraction.h.

◆ has_accurate_covar

bool fit_app::FitDiagnostics::has_accurate_covar = false

Definition at line 70 of file FitAbstraction.h.

◆ has_posdef_covar

bool fit_app::FitDiagnostics::has_posdef_covar = false

Definition at line 69 of file FitAbstraction.h.

◆ has_valid_covar

bool fit_app::FitDiagnostics::has_valid_covar = false

Definition at line 68 of file FitAbstraction.h.

◆ has_valid_parameters

bool fit_app::FitDiagnostics::has_valid_parameters = false

Definition at line 67 of file FitAbstraction.h.

◆ hesse_failed

bool fit_app::FitDiagnostics::hesse_failed = false

Definition at line 72 of file FitAbstraction.h.

◆ made_posdef

bool fit_app::FitDiagnostics::made_posdef = false

Definition at line 71 of file FitAbstraction.h.

◆ nfcn

int fit_app::FitDiagnostics::nfcn = -1

Definition at line 63 of file FitAbstraction.h.

◆ ok

bool fit_app::FitDiagnostics::ok = false

Definition at line 65 of file FitAbstraction.h.

◆ reached_call_limit

bool fit_app::FitDiagnostics::reached_call_limit = false

Definition at line 74 of file FitAbstraction.h.


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