45 m_prior_function = prior_function;
46 m_prior_function_inputs = prior_function_inputs;
55 return m_prior_function(parameters, m_prior_function_inputs);
64 double prior = this->operator()(parameter);
double operator()(const std::vector< double > parameters)
double log(const std::vector< double > parameter)
compute the logarithm of the prior for the input parameters
Prior()
default constructor
static const double defaultDouble
default double value
std::function< double(const std::vector< double >, const std::shared_ptr< void >)> Prior_function
definition of a function for computation of the Prior
The global namespace of the CosmoBolognaLib