struct Gambit::FlavBit::predictions_measurements_covariances

[No description available] More…

#include <FlavBit_types.hpp>

Public Attributes

Name
std::stringLL_name
boost::numeric::ublas::matrix< double >value_exp
boost::numeric::ublas::matrix< double >cov_exp
boost::numeric::ublas::matrix< double >value_th
boost::numeric::ublas::matrix< double >cov_th
std::vector< double >diff
intdim

Detailed Description

struct Gambit::FlavBit::predictions_measurements_covariances;

Structure for holding predicted and observed values of multiple observables, and experimental and theoretical covariance matrices for their uncertainties.

Public Attributes Documentation

variable LL_name

std::string LL_name;

variable value_exp

boost::numeric::ublas::matrix< double > value_exp;

variable cov_exp

boost::numeric::ublas::matrix< double > cov_exp;

variable value_th

boost::numeric::ublas::matrix< double > value_th;

variable cov_th

boost::numeric::ublas::matrix< double > cov_th;

variable diff

std::vector< double > diff;

variable dim

int dim;

Updated on 2023-06-26 at 21:36:52 +0000