Lines Matching defs:x_max
84 …inline bool check_x_minmax(const char* function, const RealType& x_min, const RealType& x_max, Rea… in check_x_minmax()
116 …inline bool check_x(const char* function, const RealType& x_min, const RealType& x_max, const Real… in check_x()
140 …inline bool check_dist(const char* function, const RealType& x_min, const RealType& x_max, RealTyp… in check_dist()
148 …ool check_dist_and_x(const char* function, const RealType& x_min, const RealType& x_max, RealType … in check_dist_and_x()
155 … check_dist_and_prob(const char* function, const RealType& x_min, const RealType& x_max, RealType … in check_dist_and_prob()
170 arcsine_distribution(RealType x_min = 0, RealType x_max = 1) : m_x_min(x_min), m_x_max(x_max) in arcsine_distribution()
185 RealType x_max() const in x_max() function in boost::math::arcsine_distribution
218 RealType x_max = dist.x_max(); in mean() local
237 RealType x_max = dist.x_max(); in variance() local
265 RealType x_max = dist.x_max(); in median() local
284 RealType x_max = dist.x_max(); in skewness() local
303 RealType x_max = dist.x_max(); in kurtosis_excess() local
323 RealType x_max = dist.x_max(); in kurtosis() local
372 RealType x_max = dist.x_max(); in cdf() local
406 RealType x_max = dist.x_max(); in cdf() local
452 RealType x_max = dist.x_max(); in quantile() local
493 RealType x_max = dist.x_max(); in quantile() local