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

Functions to model the reduced three-point correlation function in comoving coordinates. More...

Include dependency graph for ModelFunction_ThreePointCorrelation_comoving_reduced.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::threept
 The namespace of the three-point correlation function modelling
 

Functions

std::vector< double > cbl::modelling::threept::Q_nonlinear_localbias (const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 model for the reduced three-point correlation function More...
 
std::vector< double > cbl::modelling::threept::Q_nonlinear_nonlocalbias (const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 model for the reduced three-point correlation function with non-local contributions More...
 
std::vector< double > cbl::modelling::threept::Q_nonlinear_nonlocalbias_alpha (const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > &parameter)
 model for the reduced three-point correlation function with non-local contributions with alpha shift on Pk More...
 

Detailed Description

Functions to model the reduced three-point correlation function in comoving coordinates.

Headers/ModelFunction_ThreePointCorrelation.h

This file contains the implementation of the functions used to model the reduced three-point correlation function in comoving coordinates

Author
Federico Marulli, Michele Moresco
feder.nosp@m.ico..nosp@m.marul.nosp@m.li3@.nosp@m.unibo.nosp@m..it, miche.nosp@m.le.m.nosp@m.oresc.nosp@m.o@un.nosp@m.ibo.i.nosp@m.t

Definition in file ModelFunction_ThreePointCorrelation_comoving_reduced.h.