Home
last modified time | relevance | path

Searched refs:check_dist_and_k (Results 1 – 5 of 5) sorted by relevance

/third_party/boost/boost/math/distributions/
Dgeometric.hpp89 …inline bool check_dist_and_k(const char* function, const RealType& p, RealType k, RealType* resul… in check_dist_and_k() function
153 && geometric_detail::check_dist_and_k( in find_lower_bound_on_p()
177 if(false == geometric_detail::check_dist_and_k( in find_upper_bound_on_p()
209 if(false == geometric_detail::check_dist_and_k( in find_minimum_number_of_trials()
227 if(false == geometric_detail::check_dist_and_k( in find_maximum_number_of_trials()
321 if(false == geometric_detail::check_dist_and_k( in pdf()
360 if(false == geometric_detail::check_dist_and_k( in cdf()
393 if(false == geometric_detail::check_dist_and_k( in cdf()
Dnegative_binomial.hpp108 …inline bool check_dist_and_k(const char* function, const RealType& r, const RealType& p, RealType … in check_dist_and_k() function
171 && negative_binomial_detail::check_dist_and_k( in find_lower_bound_on_p()
195 if(false == negative_binomial_detail::check_dist_and_k( in find_upper_bound_on_p()
226 if(false == negative_binomial_detail::check_dist_and_k( in find_minimum_number_of_trials()
243 if(false == negative_binomial_detail::check_dist_and_k( in find_maximum_number_of_trials()
347 if(false == negative_binomial_detail::check_dist_and_k( in pdf()
374 if(false == negative_binomial_detail::check_dist_and_k( in cdf()
403 if(false == negative_binomial_detail::check_dist_and_k( in cdf()
Dbinomial.hpp135 …inline bool check_dist_and_k(const char* function, const RealType& N, const RealType& p, RealType … in check_dist_and_k() function
325 if(false == binomial_detail::check_dist_and_k( in find_lower_bound_on_p()
350 if(false == binomial_detail::check_dist_and_k( in find_upper_bound_on_p()
377 if(false == binomial_detail::check_dist_and_k( in find_minimum_number_of_trials()
396 if(false == binomial_detail::check_dist_and_k( in find_maximum_number_of_trials()
454 if(false == binomial_detail::check_dist_and_k( in pdf()
532 if(false == binomial_detail::check_dist_and_k( in cdf()
606 if(false == binomial_detail::check_dist_and_k( in cdf()
Dbernoulli.hpp74 …inline bool check_dist_and_k(const char* function, const RealType& p, RealType k, RealType* result… in check_dist_and_k() function
168 if(false == bernoulli_detail::check_dist_and_k( in pdf()
193 if(false == bernoulli_detail::check_dist_and_k( in cdf()
219 if(false == bernoulli_detail::check_dist_and_k( in cdf()
Dpoisson.hpp107 …inline bool check_dist_and_k(const char* function, RealType mean, RealType k, RealType* result, co… in check_dist_and_k() function
258 if(false == poisson_detail::check_dist_and_k( in pdf()
304 if(false == poisson_detail::check_dist_and_k( in cdf()
356 if(false == poisson_detail::check_dist_and_k( in cdf()