![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
Functions to model the projected two-point correlation function. More...
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::twopt | |
The namespace of the two-point correlation function modelling | |
Functions | |
Functions of the Halo Occupation Distribution (HOD) models | |
std::vector< double > | cbl::modelling::twopt::wp_from_xi_approx (FunctionVectorVectorPtrVectorRef func, const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
function used to compute the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_1halo_approx (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
model for the 1-halo term of the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_2halo_approx (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
model for the 2-halo term of the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_HOD_approx (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
HOD model of the projected two-point correlation function. More... | |
std::vector< double > | cbl::modelling::twopt::wp_from_xi (FunctionDoubleDoubleDoublePtrVectorRef func, const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
function used to compute the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_1halo (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
model for the 1-halo term of the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_2halo (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
model for the 2-halo term of the projected two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::wp_HOD (const std::vector< double > rp, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
HOD model of the projected two-point correlation function. More... | |
Functions to model the projected two-point correlation function.
This file contains all the prototypes of the functions used to model the projected two-point correlation function
Definition in file ModelFunction_TwoPointCorrelation_projected.h.