CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
ModelFunction_Cosmology.h File Reference

Global functions to model two-point correlation functions of any type. More...

Include dependency graph for ModelFunction_Cosmology.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 cbl
 The global namespace of the CosmoBolognaLib
 
 cbl::modelling
 The namespace of the functions and classes used for modelling
 
 cbl::modelling::cosmo
 The namespace of the modelling of cosmological data
 

Functions

double cbl::modelling::cosmo::cosmological_measurements (const double redshift, const std::string data_type, const cbl::cosmology::Cosmology cosmology)
 generic cosmological measurements More...
 
std::vector< double > cbl::modelling::cosmo::cosmological_measurements_model (const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 model for the generic cosmological measurements More...
 
std::vector< double > cbl::modelling::cosmo::cosmological_measurements_model_CMB_DistancePrior (const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 model for the generic cosmological measurements plus distance prior from CMB experiments More...
 

Detailed Description

Global functions to model two-point correlation functions of any type.

This file contains all the prototypes of the global functions used to model two-point correlation functions of any type

Author
Federico Marulli, Alfonso Veropalumbo
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it, alfon.nosp@m.so.v.nosp@m.eropa.nosp@m.lumb.nosp@m.o@uni.nosp@m.bo.i.nosp@m.t

Definition in file ModelFunction_Cosmology.h.