50 const int nparameters = 4;
52 vector<statistics::ParameterType> parameterType = {statistics::ParameterType::_Base_};
54 vector<string> parameterName(nparameters);
55 parameterName[0] =
"b1";
56 parameterName[1] =
"b2";
57 parameterName[2] =
"bt";
58 parameterName[3] =
"beta";
60 vector<statistics::PriorDistribution> priors = {b1_prior, b2_prior, bt_prior, beta_prior};
63 auto inputs = make_shared<STR_data_model_threept>(m_data_model);
The class Modelling_ThreePointCorrelation_comoving_connected.
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)
The class PriorDistribution.
std::vector< double > zeta_RSD(const std::vector< double > theta, const std::shared_ptr< void > inputs, std::vector< double > ¶meter)
model for the connected three-point correlation function
The global namespace of the CosmoBolognaLib