![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
The class Modelling_MassObservableRelation. More...
Go to the source code of this file.
Classes | |
struct | cbl::modelling::massobsrel::STR_MOrelation_data_model |
the structure STR_MOrelation_data_model More... | |
class | cbl::modelling::massobsrel::Modelling_MassObservableRelation |
The class Modelling_MassObservableRelation. More... | |
Namespaces | |
cbl | |
The global namespace of the CosmoBolognaLib | |
cbl::modelling | |
The namespace of the functions and classes used for modelling | |
cbl::modelling::massobsrel | |
The namespace of the cluster mass - mass proxy scaling relation modelling | |
Functions | |
double | cbl::modelling::massobsrel::scaling_relation (const double alpha, const double beta, const double gamma, const double div_proxy, const double f_z) |
compute the mass - mass proxy scaling relation More... | |
std::vector< double > | cbl::modelling::massobsrel::model_scaling_relation (const std::vector< double > proxy, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
set the cluster scaling relation model More... | |
std::vector< double > | cbl::modelling::massobsrel::model_scaling_relation_int (const std::vector< double > proxy, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
set the cluster scaling relation model More... | |
The class Modelling_MassObservableRelation.
This file defines the interface of the class Modelling_MassObservableRelation, used to model the mass - mass proxy scaling relation for galaxy clusters.
Definition in file Modelling_MassObservableRelation.h.