![]() |
CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
|
Functions to model the wedges of the two-point correlation function. More...
#include "Cosmology.h"
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 | |
std::vector< std::vector< double > > | cbl::modelling::twopt::xi_Wedges (const std::vector< double > rr, const int nWedges, const std::vector< std::vector< double >> mu_integral_limits, const std::string model, const std::vector< double > parameter, const std::vector< std::shared_ptr< glob::FuncGrid >> pk_interp, const double prec=1.e-5, const double alpha_perp=1, const double alpha_par=1.) |
the model wedges of the two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::xi_Wedges (const std::vector< double > rr, const std::vector< int > dataset_order, const std::vector< std::vector< double >> mu_integral_limits, const std::string model, const std::vector< double > parameter, const std::vector< std::shared_ptr< glob::FuncGrid >> pk_interp, const double prec=1.e-5, const double alpha_perp=1., const double alpha_par=1.) |
the wedge of the two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::xiWedges (const std::vector< double > rad, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
the model wedges of the two-point correlation function More... | |
std::vector< double > | cbl::modelling::twopt::xiWedges_BAO (const std::vector< double > rad, const std::shared_ptr< void > inputs, std::vector< double > ¶meter) |
return the wedges of the two-point correlation function, intended for anisotropic BAO measurements More... | |
Functions to model the wedges of the two-point correlation function.
This file contains all the prototypes of the functions used to model the wedges of the two-point correlation function
Definition in file ModelFunction_TwoPointCorrelation_wedges.h.