Searched refs:l_location (Results 1 – 5 of 5) sorted by relevance
/third_party/boost/boost/math/distributions/ |
D | logistic.hpp | 27 logistic_distribution(RealType l_location=0, RealType l_scale=1) // Constructor. in logistic_distribution() argument 28 : m_location(l_location), m_scale(l_scale) in logistic_distribution() 34 detail::check_location(function, l_location, &result, Policy()); in logistic_distribution()
|
D | cauchy.hpp | 155 cauchy_distribution(RealType l_location = 0, RealType l_scale = 1) in cauchy_distribution() argument 156 : m_a(l_location), m_hg(l_scale) in cauchy_distribution() 160 detail::check_location(function, l_location, &result, Policy()); in cauchy_distribution()
|
D | lognormal.hpp | 51 lognormal_distribution(RealType l_location = 0, RealType l_scale = 1) in lognormal_distribution() argument 52 : m_location(l_location), m_scale(l_scale) in lognormal_distribution() 56 …on("boost::math::lognormal_distribution<%1%>::lognormal_distribution", l_location, &result, Policy… in lognormal_distribution()
|
D | laplace.hpp | 45 laplace_distribution(RealType l_location = 0, RealType l_scale = 1) in laplace_distribution() argument 46 : m_location(l_location), m_scale(l_scale) in laplace_distribution()
|
D | skew_normal.hpp | 61 skew_normal_distribution(RealType l_location = 0, RealType l_scale = 1, RealType l_shape = 0) in skew_normal_distribution() argument 62 : location_(l_location), scale_(l_scale), shape_(l_shape) in skew_normal_distribution() 68 detail::check_location(function, l_location, &result, Policy()); in skew_normal_distribution()
|