CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
Modelling_ThreePointCorrelation_comoving_connected.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (C) 2017 by Federico Marulli *
3  * federico.marulli3@unibo.it *
4  * *
5  * This program is free software; you can redistribute it and/or *
6  * modify it under the terms of the GNU General Public License as *
7  * published by the Free Software Foundation; either version 2 of *
8  * the License, or (at your option) any later version. *
9  * *
10  * This program is distributed in the hope that it will be useful, *
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of *
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
13  * GNU General Public License for more details. *
14  * *
15  * You should have received a copy of the GNU General Public *
16  * License along with this program; if not, write to the Free *
17  * Software Foundation, Inc., *
18  * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. *
19  ********************************************************************/
20 
37 #ifndef __MODELLINGTHREEPOINTCOMCON__
38 #define __MODELLINGTHREEPOINTCOMCON__
39 
40 
43 
44 
45 // ===================================================================================================
46 
47 
48 namespace cbl {
49 
50  namespace modelling {
51 
52  namespace threept {
53 
69 
70  public:
71 
76 
81 
87  Modelling_ThreePointCorrelation_comoving_connected (const std::shared_ptr<cbl::measure::threept::ThreePointCorrelation> threep)
89 
96  Modelling_ThreePointCorrelation_comoving_connected (const std::shared_ptr<data::Data> threep_dataset)
97  : Modelling_ThreePointCorrelation() { set_data(threep_dataset); }
98 
99 
105 
107 
124 
125  };
126  }
127  }
128 }
129 
130 #endif
Functions to model the connected three-point correlation function in comoving coordinates.
The class Modelling_ThreePointCorrelation.
void set_data(const std::shared_ptr< data::Data > dataset)
set the dataset
Definition: Modelling.h:259
Modelling_ThreePointCorrelation_comoving_connected(const std::shared_ptr< cbl::measure::threept::ThreePointCorrelation > threep)
constructor
virtual ~Modelling_ThreePointCorrelation_comoving_connected()=default
default destructor
void set_model_RSD(const statistics::PriorDistribution b1_prior, const statistics::PriorDistribution b2_prior, const statistics::PriorDistribution bt_prior, const statistics::PriorDistribution beta_prior)
model the redshift-space three-point correlation function (see Slepian&Eisenstein 2017)
Modelling_ThreePointCorrelation_comoving_connected(const std::shared_ptr< data::Data > threep_dataset)
constructor
The class PriorDistribution.
The global namespace of the CosmoBolognaLib
Definition: CAMB.h:38