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

Classes

struct  BackendContourResult
 
struct  BackendFitResult
 
class  BackendState
 
struct  BuiltProblem
 
struct  ContourComputationInput
 
struct  ContourComputationResult
 
struct  ContourOptionsBackEnd
 
class  CsvExporter
 
class  FallbackContourStrategy
 
struct  FitDiagnostics
 
struct  FitOptions
 
class  GridProfileContourStrategy
 
class  IContourStrategy
 
class  IFitBackend
 
class  IObjectiveFunction
 
struct  JointFitOutput
 
struct  JointLikelihoodProblem
 
class  LambdaObjectiveFunction
 
struct  MinuitFitOptions
 
struct  MinuitJointFit
 
class  MinuitMLEstimatorLocal
 
class  MinuitRunner
 
class  MnContoursStrategy
 
struct  OldProfileResult
 
struct  ParameterDefinition
 
struct  ParamLimit
 
struct  ProfileXYResult
 

Functions

std::unique_ptr< IFitBackendmake_minuit_backend ()
 
template<class T >
std::string to_string_any (const T &x)
 
std::vector< double > linspace (double a, double b, std::size_t n)
 
double safe_step (double value, double scale_hint)
 
void print_vec (const std::vector< double > &vec)
 

Function Documentation

◆ linspace()

std::vector< double > fit_app::linspace ( double  a,
double  b,
std::size_t  n 
)
inline

Definition at line 154 of file FitAbstraction.h.

◆ make_minuit_backend()

std::unique_ptr< IFitBackend > fit_app::make_minuit_backend ( )

Definition at line 238 of file MinuitCppBackend.cpp.

◆ print_vec()

void fit_app::print_vec ( const std::vector< double > &  vec)

Definition at line 38 of file test_contour_minuit_refactored.cpp.

◆ safe_step()

double fit_app::safe_step ( double  value,
double  scale_hint 
)
inline

Definition at line 167 of file FitAbstraction.h.

◆ to_string_any()

template<class T >
std::string fit_app::to_string_any ( const T x)

Definition at line 148 of file FitAbstraction.h.