![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class CombinedPosterior. More...
#include "RandomNumbers.h"
#include "Prior.h"
#include "Likelihood.h"
#include "Posterior.h"
#include "CovarianceMatrix.h"
#include "SuperSampleCovariance.h"
Go to the source code of this file.
Classes | |
struct | cbl::statistics::STR_DependentProbes_data_model |
the structure STR_DependentProbes_data_model More... | |
class | cbl::statistics::CombinedPosterior |
The class CombinedPosterior. More... | |
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::statistics | |
The namespace of the functions and classes used for statistical analyses | |
Functions | |
log-likelihood functions | |
double | cbl::statistics::LogLikelihood_Gaussian_combined (std::vector< double > &likelihood_parameter, const std::shared_ptr< void > input) |
Gaussian log-likelihood. More... | |
double | cbl::statistics::LogLikelihood_Poissonian_combined (std::vector< double > &likelihood_parameter, const std::shared_ptr< void > input) |
Poissonian log-likelihood. More... | |
double | cbl::statistics::LogLikelihood_Poissonian_SSC_combined (std::vector< double > &likelihood_parameter, const std::shared_ptr< void > input) |
Poissonian log-likelihood with super-sample covariance. More... | |
The class CombinedPosterior.
This file defines the interface of the class CombinedPosterior
Definition in file CombinedPosterior.h.