![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The namespace of the modelling of cosmological data More...
Classes | |
| class | Modelling_Cosmology |
| The class Modelling_Cosmology. More... | |
Functions | |
| double | cosmological_measurements (const double redshift, const std::string data_type, const cbl::cosmology::Cosmology cosmology) |
| generic cosmological measurements More... | |
| std::vector< double > | cosmological_measurements_model (const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
| model for the generic cosmological measurements More... | |
| std::vector< double > | cosmological_measurements_model_CMB_DistancePrior (const std::vector< double > redshift, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
| model for the generic cosmological measurements plus distance prior from CMB experiments More... | |
The namespace of the modelling of cosmological data
The modelling::cosmology namespace contains all the functions and classes to model cosmological data
| double cbl::modelling::cosmo::cosmological_measurements | ( | const double | redshift, |
| const std::string | data_type, | ||
| const cbl::cosmology::Cosmology | cosmology | ||
| ) |
generic cosmological measurements
the function provides theoretical predictions for the following quantities:
| redshift | the redshift |
| data_type | the data type |
| cosmology | the cosmology |
Definition at line 45 of file ModelFunction_Cosmology.cpp.
| 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
the function provides theoretical predictions for the following quantities:
| redshift | the redshift at which the model is computed |
| inputs | pointer to the structure that contains inputs quantities |
| parameter | cosmological parameters |
Definition at line 102 of file ModelFunction_Cosmology.cpp.
| 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
the function provides theoretical predictions for the following quantities:
| redshift | the redshift at which the model is computed |
| inputs | pointer to the structure that contains inputs quantities |
| parameter | cosmological parameters |
Definition at line 129 of file ModelFunction_Cosmology.cpp.