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

Functions to model the projected two-point correlation function. More...

Include dependency graph for ModelFunction_TwoPointCorrelation_projected.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::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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 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 > &parameter)
 HOD model of the projected two-point correlation function. More...
 

Detailed Description

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

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_TwoPointCorrelation_projected.h.