CosmoBolognaLib
Free Software C++/Python libraries for cosmological calculations
Modelling_TwoPointCorrelation_projected.h
Go to the documentation of this file.
1 /********************************************************************
2  * Copyright (C) 2016 by Federico Marulli and Alfonso Veropalumbo *
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 
35 #ifndef __MODELLINGTWOPOINTPROJ__
36 #define __MODELLINGTWOPOINTPROJ__
37 
38 
41 
42 
43 // ===================================================================================================
44 
45 
46 namespace cbl {
47 
48  namespace modelling {
49 
50  namespace twopt {
51 
65 
66  public:
67 
72 
77 
83  Modelling_TwoPointCorrelation_projected (const std::shared_ptr<cbl::measure::twopt::TwoPointCorrelation> twop)
85 
92  Modelling_TwoPointCorrelation_projected (const std::shared_ptr<data::Data> twop_dataset)
94 
100 
102 
103 
108 
115  void set_fiducial_wpDM ();
116 
130  void set_model_linearBias (const statistics::PriorDistribution bsigma8_prior);
131 
165  void set_model_HOD (const statistics::PriorDistribution Mmin_prior={}, const statistics::PriorDistribution sigmalgM_prior={}, const statistics::PriorDistribution M0_prior={}, const statistics::PriorDistribution M1_prior={}, const statistics::PriorDistribution alpha_prior={});
166 
168 
169  };
170  }
171  }
172 }
173 
174 #endif
Functions to model the projected two-point correlation function.
The class Modelling_TwoPointCorrelation1D_monopole.
void set_data(const std::shared_ptr< data::Data > dataset)
set the dataset
Definition: Modelling.h:259
Modelling_TwoPointCorrelation_projected(const std::shared_ptr< cbl::measure::twopt::TwoPointCorrelation > twop)
constructor
void set_fiducial_wpDM()
set the fiducial model for the dark matter projected correlation function
void set_model_HOD(const statistics::PriorDistribution Mmin_prior={}, const statistics::PriorDistribution sigmalgM_prior={}, const statistics::PriorDistribution M0_prior={}, const statistics::PriorDistribution M1_prior={}, const statistics::PriorDistribution alpha_prior={})
set the HOD parameters used to model the full shape of the projected two-point correlation function
void set_model_linearBias(const statistics::PriorDistribution bsigma8_prior)
set the model to fit the projected two-point correlation function assuming a linear bias
Modelling_TwoPointCorrelation_projected(const std::shared_ptr< data::Data > twop_dataset)
constructor
The class PriorDistribution.
The global namespace of the CosmoBolognaLib
Definition: CAMB.h:38