composite.hpp
Go to the documentation of this file.
65 void transform(const std::vector<double> &unitPars, std::unordered_map<std::string,double> &outputMap) const 78 std::vector<double> inverse_transform(const std::unordered_map<std::string, double> &physical) const override
std::vector< std::string > shown_param_names Definition: composite.hpp:53 CompositePrior(const Options &model_options, const Options &prior_options) Special "build-a-prior" classi. Definition: composite.cpp:99 Prior object construction routines. Declarations for the YAML options class. std::vector< std::string > getShownParameters() const Definition: composite.hpp:62 void transform(const std::vector< double > &unitPars, std::unordered_map< std::string, double > &outputMap) const Transform from unit hypercube to parameter. Definition: composite.hpp:65 std::vector< BasePrior * > my_subpriors Definition: composite.hpp:52 RangePrior1D< flatprior > LOAD_PRIOR(cos, RangePrior1D< cosprior >) LOAD_PRIOR(sin std::vector< double > inverse_transform(const std::unordered_map< std::string, double > &physical) const override Transform from parameter back to unit hypercube. Definition: composite.hpp:78 Special "build-a-prior" class This is the class to use for setting simple 1D priors (from the library... Definition: composite.hpp:47 |