![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
the structure STR_DependentProbes_data_model More...
#include <CombinedPosterior.h>
Public Member Functions | |
STR_DependentProbes_data_model ()=default | |
default constructor | |
Public Attributes | |
std::shared_ptr< data::CovarianceMatrix > | covariance |
pointer to the CovarianceMatrix object | |
std::vector< std::shared_ptr< Model > > | models |
vector of pointers to the Model objects | |
std::vector< std::shared_ptr< Model > > | responses |
vector of pointers to the response functions, used for super-sample covariance | |
std::shared_ptr< cbl::cosmology::SuperSampleCovariance > | Sij |
pointer to cbl::cosmology::SuperSampleCovariance object | |
std::vector< std::vector< double > > | xx |
values where the models are computed | |
std::vector< double > | flat_xx |
flat xx vector | |
std::vector< double > | flat_data |
flat data vector | |
std::vector< std::vector< int > > | par_indexes |
parameter indexes for the dependent probes | |
std::vector< int > | cosmoPar_indexes |
indexes of the cosmological parameters | |
the structure STR_DependentProbes_data_model
This structure contains the data of statistically dependent probes
Definition at line 63 of file CombinedPosterior.h.