Searched defs:DistributionConcept (Results 1 – 2 of 2) sorted by relevance
118 struct DistributionConcept struct120 typedef typename Distribution::value_type value_type;122 void constraints() in constraints()248 static void test_extra_members(const D&) in test_extra_members()251 static void test_extra_members(const boost::math::bernoulli_distribution<R, P>& d) in test_extra_members()257 static void test_extra_members(const boost::math::beta_distribution<R, P>& d) in test_extra_members()271 static void test_extra_members(const boost::math::binomial_distribution<R, P>& d) in test_extra_members()286 static void test_extra_members(const boost::math::cauchy_distribution<R, P>& d) in test_extra_members()293 static void test_extra_members(const boost::math::chi_squared_distribution<R, P>& d) in test_extra_members()301 static void test_extra_members(const boost::math::exponential_distribution<R, P>& d) in test_extra_members()[all …]
87 struct DistributionConcept struct93 const Distribution& dist = DistributionConcept<Distribution>::get_object(); in constraints() argument172 }; // struct DistributionConcept argument