Functions | |
template<class Policy > | |
boost::math::ef::e_float | skewness (const extreme_value_distribution< boost::math::ef::e_float, Policy > &) |
template<class Policy > | |
boost::math::ef::e_float | skewness (const rayleigh_distribution< boost::math::ef::e_float, Policy > &) |
template<class Policy > | |
boost::math::ef::e_float | kurtosis (const rayleigh_distribution< boost::math::ef::e_float, Policy > &) |
template<class Policy > | |
boost::math::ef::e_float | kurtosis_excess (const rayleigh_distribution< boost::math::ef::e_float, Policy > &) |
template<class Policy > | |
mpfr_class | skewness (const extreme_value_distribution< mpfr_class, Policy > &) |
template<class Policy > | |
mpfr_class | skewness (const rayleigh_distribution< mpfr_class, Policy > &) |
template<class Policy > | |
mpfr_class | kurtosis (const rayleigh_distribution< mpfr_class, Policy > &) |
template<class Policy > | |
mpfr_class | kurtosis_excess (const rayleigh_distribution< mpfr_class, Policy > &) |
template<class Policy > | |
mpfr::mpreal | skewness (const extreme_value_distribution< mpfr::mpreal, Policy > &) |
template<class Policy > | |
mpfr::mpreal | skewness (const rayleigh_distribution< mpfr::mpreal, Policy > &) |
template<class Policy > | |
mpfr::mpreal | kurtosis (const rayleigh_distribution< mpfr::mpreal, Policy > &) |
template<class Policy > | |
mpfr::mpreal | kurtosis_excess (const rayleigh_distribution< mpfr::mpreal, Policy > &) |
template<typename IntegerType > | |
IntegerType | gcd (IntegerType const &a, IntegerType const &b) |
template<typename IntegerType > | |
IntegerType | lcm (IntegerType const &a, IntegerType const &b) |
template<class T > | |
std::complex< T > | acos (const std::complex< T > &z) |
template<class T > | |
std::complex< T > | acosh (const std::complex< T > &z) |
template<class T > | |
std::complex< T > | asin (const std::complex< T > &z) |
template<class T > | |
std::complex< T > | asinh (const std::complex< T > &x) |
template<class T > | |
std::complex< T > | atan (const std::complex< T > &x) |
template<class T > | |
std::complex< T > | atanh (const std::complex< T > &z) |
template<class T > | |
T | fabs (const std::complex< T > &z) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const bernoulli_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const bernoulli_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const bernoulli_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const bernoulli_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< bernoulli_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const bernoulli_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< bernoulli_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mode (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const bernoulli_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const beta_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const beta_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< beta_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const beta_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< beta_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mean (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const binomial_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< binomial_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mode (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const cauchy_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const cauchy_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const cauchy_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< cauchy_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< cauchy_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | variance (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mode (const cauchy_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const cauchy_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const cauchy_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const chi_squared_distribution< RealType, Policy > &dist, const RealType &chi_square) |
template<class RealType , class Policy > | |
RealType | cdf (const chi_squared_distribution< RealType, Policy > &dist, const RealType &chi_square) |
template<class RealType , class Policy > | |
RealType | quantile (const chi_squared_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const chi_squared_distribution< RealType, Policy > &dist) |
template<class Dist , class RealType > | |
complemented2_type< Dist, RealType > | complement (const Dist &d, const RealType &r) |
template<class Dist , class RealType1 , class RealType2 > | |
complemented3_type< Dist, RealType1, RealType2 > | complement (const Dist &d, const RealType1 &r1, const RealType2 &r2) |
template<class Dist , class RealType1 , class RealType2 , class RealType3 > | |
complemented4_type< Dist, RealType1, RealType2, RealType3 > | complement (const Dist &d, const RealType1 &r1, const RealType2 &r2, const RealType3 &r3) |
template<class Dist , class RealType1 , class RealType2 , class RealType3 , class RealType4 > | |
complemented5_type< Dist, RealType1, RealType2, RealType3, RealType4 > | complement (const Dist &d, const RealType1 &r1, const RealType2 &r2, const RealType3 &r3, const RealType4 &r4) |
template<class Dist , class RealType1 , class RealType2 , class RealType3 , class RealType4 , class RealType5 > | |
complemented6_type< Dist, RealType1, RealType2, RealType3, RealType4, RealType5 > | complement (const Dist &d, const RealType1 &r1, const RealType2 &r2, const RealType3 &r3, const RealType4 &r4, const RealType5 &r5) |
template<class Dist , class RealType1 , class RealType2 , class RealType3 , class RealType4 , class RealType5 , class RealType6 > | |
complemented7_type< Dist, RealType1, RealType2, RealType3, RealType4, RealType5, RealType6 > | complement (const Dist &d, const RealType1 &r1, const RealType2 &r2, const RealType3 &r3, const RealType4 &r4, const RealType5 &r5, const RealType6 &r6) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const exponential_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const exponential_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const exponential_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< exponential_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< exponential_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const exponential_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | standard_deviation (const exponential_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | median (const exponential_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const exponential_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const extreme_value_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const extreme_value_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const extreme_value_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const extreme_value_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const extreme_value_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< extreme_value_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< extreme_value_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const extreme_value_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | standard_deviation (const extreme_value_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const extreme_value_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const extreme_value_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const extreme_value_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const extreme_value_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const extreme_value_distribution< RealType, Policy > &) |
template<class Dist , class Policy > | |
Dist::value_type | find_location (typename Dist::value_type z, typename Dist::value_type p, typename Dist::value_type scale, const Policy &pol) |
template<class Dist > | |
Dist::value_type | find_location (typename Dist::value_type z, typename Dist::value_type p, typename Dist::value_type scale) |
template<class Dist , class Real1 , class Real2 , class Real3 > | |
Dist::value_type | find_location (complemented3_type< Real1, Real2, Real3 > const &c) |
template<class Dist , class Real1 , class Real2 , class Real3 , class Real4 > | |
Dist::value_type | find_location (complemented4_type< Real1, Real2, Real3, Real4 > const &c) |
template<class Dist , class Policy > | |
Dist::value_type | find_scale (typename Dist::value_type z, typename Dist::value_type p, typename Dist::value_type location, const Policy &pol) |
template<class Dist > | |
Dist::value_type | find_scale (typename Dist::value_type z, typename Dist::value_type p, typename Dist::value_type location) |
template<class Dist , class Real1 , class Real2 , class Real3 , class Policy > | |
Dist::value_type | find_scale (complemented4_type< Real1, Real2, Real3, Policy > const &c) |
template<class Dist , class Real1 , class Real2 , class Real3 > | |
Dist::value_type | find_scale (complemented3_type< Real1, Real2, Real3 > const &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const fisher_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const fisher_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const fisher_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const fisher_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const fisher_f_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< fisher_f_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< fisher_f_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const fisher_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const gamma_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const gamma_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const gamma_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const gamma_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const gamma_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< gamma_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< gamma_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const geometric_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const geometric_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const geometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const geometric_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | variance (const geometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const geometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const geometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const geometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const geometric_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const geometric_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< geometric_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const geometric_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< geometric_distribution< RealType, Policy >, RealType > &c) |
template<typename RealT , typename PolicyT > | |
std::pair< RealT, RealT > | range (hyperexponential_distribution< RealT, PolicyT > const &) |
template<typename RealT , typename PolicyT > | |
std::pair< RealT, RealT > | support (hyperexponential_distribution< RealT, PolicyT > const &) |
template<typename RealT , typename PolicyT > | |
RealT | pdf (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &x) |
template<typename RealT , typename PolicyT > | |
RealT | cdf (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &x) |
template<typename RealT , typename PolicyT > | |
RealT | quantile (hyperexponential_distribution< RealT, PolicyT > const &dist, RealT const &p) |
template<typename RealT , typename PolicyT > | |
RealT | cdf (complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const &c) |
template<typename RealT , typename PolicyT > | |
RealT | quantile (complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const &c) |
template<typename RealT , typename PolicyT > | |
RealT | mean (hyperexponential_distribution< RealT, PolicyT > const &dist) |
template<typename RealT , typename PolicyT > | |
RealT | variance (hyperexponential_distribution< RealT, PolicyT > const &dist) |
template<typename RealT , typename PolicyT > | |
RealT | skewness (hyperexponential_distribution< RealT, PolicyT > const &dist) |
template<typename RealT , typename PolicyT > | |
RealT | kurtosis (hyperexponential_distribution< RealT, PolicyT > const &dist) |
template<typename RealT , typename PolicyT > | |
RealT | kurtosis_excess (hyperexponential_distribution< RealT, PolicyT > const &dist) |
template<typename RealT , typename PolicyT > | |
RealT | mode (hyperexponential_distribution< RealT, PolicyT > const &) |
template<class RealType , class Policy > | |
const std::pair< unsigned, unsigned > | range (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< unsigned, unsigned > | support (const hypergeometric_distribution< RealType, Policy > &d) |
template<class RealType , class Policy > | |
RealType | pdf (const hypergeometric_distribution< RealType, Policy > &dist, const unsigned &x) |
template<class RealType , class Policy , class U > | |
RealType | pdf (const hypergeometric_distribution< RealType, Policy > &dist, const U &x) |
template<class RealType , class Policy > | |
RealType | cdf (const hypergeometric_distribution< RealType, Policy > &dist, const unsigned &x) |
template<class RealType , class Policy , class U > | |
RealType | cdf (const hypergeometric_distribution< RealType, Policy > &dist, const U &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< hypergeometric_distribution< RealType, Policy >, unsigned > &c) |
template<class RealType , class Policy , class U > | |
RealType | cdf (const complemented2_type< hypergeometric_distribution< RealType, Policy >, U > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const hypergeometric_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< hypergeometric_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const hypergeometric_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const inverse_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const inverse_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const inverse_chi_squared_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< inverse_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< inverse_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const inverse_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const inverse_gamma_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const inverse_gamma_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const inverse_gamma_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< inverse_gamma_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< inverse_gamma_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const inverse_gamma_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const inverse_gaussian_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const inverse_gaussian_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const inverse_gaussian_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< inverse_gaussian_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< inverse_gaussian_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | scale (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | shape (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | standard_deviation (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const inverse_gaussian_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const laplace_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const laplace_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const laplace_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const laplace_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const laplace_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< laplace_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< laplace_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const laplace_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | standard_deviation (const laplace_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const laplace_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const laplace_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const laplace_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const laplace_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const laplace_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const logistic_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const logistic_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const logistic_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const logistic_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const logistic_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< logistic_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< logistic_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const logistic_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const logistic_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const logistic_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const logistic_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const logistic_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const logistic_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const logistic_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const lognormal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const lognormal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const lognormal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const lognormal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const lognormal_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< lognormal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< lognormal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const lognormal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const negative_binomial_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const negative_binomial_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const negative_binomial_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< negative_binomial_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const negative_binomial_distribution< RealType, Policy > &dist, const RealType &P) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< negative_binomial_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const non_central_beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const non_central_beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mode (const non_central_beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mean (const non_central_beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const non_central_beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const non_central_beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const non_central_beta_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const non_central_beta_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< non_central_beta_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const non_central_beta_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< non_central_beta_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const non_central_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const non_central_chi_squared_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const non_central_chi_squared_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< non_central_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const non_central_chi_squared_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< non_central_chi_squared_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const non_central_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const non_central_f_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const non_central_f_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const non_central_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const non_central_f_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< non_central_f_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const non_central_f_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< non_central_f_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const non_central_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const non_central_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mode (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mean (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const non_central_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const non_central_t_distribution< RealType, Policy > &dist, const RealType &t) |
template<class RealType , class Policy > | |
RealType | cdf (const non_central_t_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< non_central_t_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const non_central_t_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< non_central_t_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const normal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const normal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const normal_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< normal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< normal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | standard_deviation (const normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const pareto_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const pareto_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const pareto_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const pareto_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< pareto_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< pareto_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const pareto_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const poisson_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const poisson_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const poisson_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const poisson_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const poisson_distribution< RealType, Policy > &dist, const RealType &k) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< poisson_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const poisson_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< poisson_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const rayleigh_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const rayleigh_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const rayleigh_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const rayleigh_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const rayleigh_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< rayleigh_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< rayleigh_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const rayleigh_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const rayleigh_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const rayleigh_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const rayleigh_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const rayleigh_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis (const rayleigh_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const rayleigh_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const skew_normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const skew_normal_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const skew_normal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const skew_normal_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< skew_normal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | location (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | scale (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | shape (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mean (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const skew_normal_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | quantile (const skew_normal_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< skew_normal_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const students_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const students_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const students_t_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const students_t_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const students_t_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< students_t_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< students_t_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mode (const students_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | median (const students_t_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | mean (const students_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const students_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const students_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const students_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const students_t_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const triangular_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const triangular_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const triangular_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const triangular_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< triangular_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< triangular_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const triangular_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const uniform_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | pdf (const uniform_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const uniform_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const uniform_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< uniform_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< uniform_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const uniform_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | range (const weibull_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
const std::pair< RealType, RealType > | support (const weibull_distribution< RealType, Policy > &) |
template<class RealType , class Policy > | |
RealType | pdf (const weibull_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | cdf (const weibull_distribution< RealType, Policy > &dist, const RealType &x) |
template<class RealType , class Policy > | |
RealType | quantile (const weibull_distribution< RealType, Policy > &dist, const RealType &p) |
template<class RealType , class Policy > | |
RealType | cdf (const complemented2_type< weibull_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | quantile (const complemented2_type< weibull_distribution< RealType, Policy >, RealType > &c) |
template<class RealType , class Policy > | |
RealType | mean (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | variance (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | mode (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | median (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | skewness (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis_excess (const weibull_distribution< RealType, Policy > &dist) |
template<class RealType , class Policy > | |
RealType | kurtosis (const weibull_distribution< RealType, Policy > &dist) |
template<typename T > | |
octonion< T > | operator+ (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
octonion< T > | operator+ (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
octonion< T > | operator- (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator- (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
octonion< T > | operator* (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator* (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
octonion< T > | operator/ (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator/ (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
octonion< T > | operator+ (octonion< T > const &o) |
template<typename T > | |
octonion< T > | operator- (octonion< T > const &o) |
template<typename T > | |
bool | operator== (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator== (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
bool | operator== (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator== (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
bool | operator== (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator== (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
bool | operator== (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator!= (T const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator!= (octonion< T > const &lhs, T const &rhs) |
template<typename T > | |
bool | operator!= (::std::complex< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator!= (octonion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
bool | operator!= (::boost::math::quaternion< T > const &lhs, octonion< T > const &rhs) |
template<typename T > | |
bool | operator!= (octonion< T > const &lhs,::boost::math::quaternion< T > const &rhs) |
template<typename T > | |
bool | operator!= (octonion< T > const &lhs, octonion< T > const &rhs) |
template<typename T , typename charT , class traits > | |
::std::basic_istream< charT, traits > & | operator>> (::std::basic_istream< charT, traits > &is, octonion< T > &o) |
template<typename T , typename charT , class traits > | |
::std::basic_ostream< charT, traits > & | operator<< (::std::basic_ostream< charT, traits > &os, octonion< T > const &o) |
template<typename T > | |
T | real (octonion< T > const &o) |
template<typename T > | |
octonion< T > | unreal (octonion< T > const &o) |
template<typename T > | |
T | sup (octonion< T > const &o) |
template<typename T > | |
T | l1 (octonion< T > const &o) |
template<typename T > | |
T | abs (const octonion< T > &o) |
template<typename T > | |
T | norm (octonion< T > const &o) |
template<typename T > | |
octonion< T > | conj (octonion< T > const &o) |
template<typename T > | |
octonion< T > | spherical (T const &rho, T const &theta, T const &phi1, T const &phi2, T const &phi3, T const &phi4, T const &phi5, T const &phi6) |
template<typename T > | |
octonion< T > | multipolar (T const &rho1, T const &theta1, T const &rho2, T const &theta2, T const &rho3, T const &theta3, T const &rho4, T const &theta4) |
template<typename T > | |
octonion< T > | cylindrical (T const &r, T const &angle, T const &h1, T const &h2, T const &h3, T const &h4, T const &h5, T const &h6) |
template<typename T > | |
octonion< T > | exp (octonion< T > const &o) |
template<typename T > | |
octonion< T > | cos (octonion< T > const &o) |
template<typename T > | |
octonion< T > | sin (octonion< T > const &o) |
template<typename T > | |
octonion< T > | tan (octonion< T > const &o) |
template<typename T > | |
octonion< T > | cosh (octonion< T > const &o) |
template<typename T > | |
octonion< T > | sinh (octonion< T > const &o) |
template<typename T > | |
octonion< T > | tanh (octonion< T > const &o) |
template<typename T > | |
octonion< T > | pow (octonion< T > const &o, int n) |
template<typename T > | |
quaternion< T > | operator+ (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator+ (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
quaternion< T > | operator+ (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator+ (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator+ (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator- (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator- (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
quaternion< T > | operator- (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator- (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator- (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator* (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator* (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
quaternion< T > | operator* (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator* (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator* (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator/ (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator/ (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
quaternion< T > | operator/ (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator/ (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator/ (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
quaternion< T > | operator+ (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | operator- (quaternion< T > const &q) |
template<typename T > | |
bool | operator== (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
bool | operator== (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
bool | operator== (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
bool | operator== (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
bool | operator== (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
bool | operator!= (T const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
bool | operator!= (quaternion< T > const &lhs, T const &rhs) |
template<typename T > | |
bool | operator!= (::std::complex< T > const &lhs, quaternion< T > const &rhs) |
template<typename T > | |
bool | operator!= (quaternion< T > const &lhs,::std::complex< T > const &rhs) |
template<typename T > | |
bool | operator!= (quaternion< T > const &lhs, quaternion< T > const &rhs) |
template<typename T , typename charT , class traits > | |
::std::basic_istream< charT, traits > & | operator>> (::std::basic_istream< charT, traits > &is, quaternion< T > &q) |
template<typename T , typename charT , class traits > | |
::std::basic_ostream< charT, traits > & | operator<< (::std::basic_ostream< charT, traits > &os, quaternion< T > const &q) |
template<typename T > | |
T | real (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | unreal (quaternion< T > const &q) |
template<typename T > | |
T | sup (quaternion< T > const &q) |
template<typename T > | |
T | l1 (quaternion< T > const &q) |
template<typename T > | |
T | abs (quaternion< T > const &q) |
template<typename T > | |
T | norm (quaternion< T >const &q) |
template<typename T > | |
quaternion< T > | conj (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | spherical (T const &rho, T const &theta, T const &phi1, T const &phi2) |
template<typename T > | |
quaternion< T > | semipolar (T const &rho, T const &alpha, T const &theta1, T const &theta2) |
template<typename T > | |
quaternion< T > | multipolar (T const &rho1, T const &theta1, T const &rho2, T const &theta2) |
template<typename T > | |
quaternion< T > | cylindrospherical (T const &t, T const &radius, T const &longitude, T const &latitude) |
template<typename T > | |
quaternion< T > | cylindrical (T const &r, T const &angle, T const &h1, T const &h2) |
template<typename T > | |
quaternion< T > | exp (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | cos (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | sin (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | tan (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | cosh (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | sinh (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | tanh (quaternion< T > const &q) |
template<typename T > | |
quaternion< T > | pow (quaternion< T > const &q, int n) |
template<typename T , typename Policy > | |
tools::promote_args< T >::type | acosh (T x, const Policy &) |
template<typename T > | |
tools::promote_args< T >::type | acosh (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | airy_ai (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | airy_ai (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | airy_bi (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | airy_bi (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | airy_ai_prime (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | airy_ai_prime (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | airy_bi_prime (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | airy_bi_prime (T x) |
template<class T , class Policy > | |
T | airy_ai_zero (int m, const Policy &) |
template<class T > | |
T | airy_ai_zero (int m) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<class T , class Policy > | |
T | airy_bi_zero (int m, const Policy &) |
template<typename T > | |
T | airy_bi_zero (int m) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<typename T > | |
tools::promote_args< T >::type | asinh (T x) |
template<typename T , typename Policy > | |
tools::promote_args< T >::type | asinh (T x, const Policy &) |
template<typename T , typename Policy > | |
tools::promote_args< T >::type | atanh (T x, const Policy &) |
template<typename T > | |
tools::promote_args< T >::type | atanh (T x) |
template<class T , class Policy > | |
T | bernoulli_b2n (const int i, const Policy &pol) |
template<class T > | |
T | bernoulli_b2n (const int i) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | bernoulli_b2n (const int start_index, const unsigned number_of_bernoullis_b2n, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | bernoulli_b2n (const int start_index, const unsigned number_of_bernoullis_b2n, OutputIterator out_it) |
template<class T , class Policy > | |
T | tangent_t2n (const int i, const Policy &pol) |
template<class T > | |
T | tangent_t2n (const int i) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | tangent_t2n (const int start_index, const unsigned number_of_tangent_t2n, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | tangent_t2n (const int start_index, const unsigned number_of_tangent_t2n, OutputIterator out_it) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_j (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_j (T1 v, T2 x) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | sph_bessel (unsigned v, T x, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | sph_bessel (unsigned v, T x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_i (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_i (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_k (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_k (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_neumann (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_neumann (T1 v, T2 x) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | sph_neumann (unsigned v, T x, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | sph_neumann (unsigned v, T x) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | cyl_bessel_j_zero (T v, int m, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | cyl_bessel_j_zero (T v, int m) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | cyl_bessel_j_zero (T v, int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | cyl_bessel_j_zero (T v, int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | cyl_neumann_zero (T v, int m, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | cyl_neumann_zero (T v, int m) |
template<class T , class OutputIterator , class Policy > | |
OutputIterator | cyl_neumann_zero (T v, int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &pol) |
template<class T , class OutputIterator > | |
OutputIterator | cyl_neumann_zero (T v, int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_j_prime (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_j_prime (T1 v, T2 x) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | sph_bessel_prime (unsigned v, T x, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | sph_bessel_prime (unsigned v, T x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_i_prime (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_i_prime (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_bessel_k_prime (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_bessel_k_prime (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
detail::bessel_traits< T1, T2, Policy >::result_type | cyl_neumann_prime (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
detail::bessel_traits< T1, T2, policies::policy <> >::result_type | cyl_neumann_prime (T1 v, T2 x) |
template<class T , class Policy > | |
detail::bessel_traits< T, T, Policy >::result_type | sph_neumann_prime (unsigned v, T x, const Policy &) |
template<class T > | |
detail::bessel_traits< T, T, policies::policy <> >::result_type | sph_neumann_prime (unsigned v, T x) |
template<class RT1 , class RT2 , class A > | |
tools::promote_args< RT1, RT2, A >::type | beta (RT1 a, RT2 b, A arg) |
template<class RT1 , class RT2 > | |
tools::promote_args< RT1, RT2 > ::type | beta (RT1 a, RT2 b) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | beta (RT1 a, RT2 b, RT3 x, const Policy &) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | betac (RT1 a, RT2 b, RT3 x, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | betac (RT1 a, RT2 b, RT3 x) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta (RT1 a, RT2 b, RT3 x, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta (RT1 a, RT2 b, RT3 x) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac (RT1 a, RT2 b, RT3 x, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac (RT1 a, RT2 b, RT3 x) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_derivative (RT1 a, RT2 b, RT3 x, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_derivative (RT1 a, RT2 b, RT3 x) |
template<class T , class Policy > | |
T | binomial_coefficient (unsigned n, unsigned k, const Policy &pol) |
template<> | |
float | binomial_coefficient< float, policies::policy<> > (unsigned n, unsigned k, const policies::policy<> &pol) |
template<class T > | |
T | binomial_coefficient (unsigned n, unsigned k) |
template<class T , class Policy > | |
tools::promote_args< T >::type | cbrt (T z, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | cbrt (T z) |
template<class T , class Policy > | |
tools::promote_args< T >::type | cos_pi (T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | cos_pi (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | digamma (T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | digamma (T x) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | ellint_1 (T1 k, T2 phi, const Policy &pol) |
template<typename T > | |
tools::promote_args< T >::type | ellint_1 (T k) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | ellint_1 (T1 k, T2 phi) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | ellint_2 (T1 k, T2 phi, const Policy &pol) |
template<typename T > | |
tools::promote_args< T >::type | ellint_2 (T k) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | ellint_2 (T1 k, T2 phi) |
template<class T1 , class T2 , class T3 , class Policy > | |
tools::promote_args< T1, T2, T3 >::type | ellint_3 (T1 k, T2 v, T3 phi, const Policy &pol) |
template<class T1 , class T2 , class T3 > | |
detail::ellint_3_result< T1, T2, T3 >::type | ellint_3 (T1 k, T2 v, T3 phi) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | ellint_3 (T1 k, T2 v) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | ellint_rc (T1 x, T2 y, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | ellint_rc (T1 x, T2 y) |
template<class T1 , class T2 , class T3 , class Policy > | |
tools::promote_args< T1, T2, T3 >::type | ellint_rd (T1 x, T2 y, T3 z, const Policy &pol) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | ellint_rd (T1 x, T2 y, T3 z) |
template<class T1 , class T2 , class T3 , class Policy > | |
tools::promote_args< T1, T2, T3 >::type | ellint_rf (T1 x, T2 y, T3 z, const Policy &pol) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | ellint_rf (T1 x, T2 y, T3 z) |
template<class T1 , class T2 , class T3 , class T4 , class Policy > | |
tools::promote_args< T1, T2, T3, T4 >::type | ellint_rj (T1 x, T2 y, T3 z, T4 p, const Policy &pol) |
template<class T1 , class T2 , class T3 , class T4 > | |
tools::promote_args< T1, T2, T3, T4 >::type | ellint_rj (T1 x, T2 y, T3 z, T4 p) |
template<class T , class Policy > | |
tools::promote_args< T >::type | erf (T z, const Policy &) |
template<class T , class Policy > | |
tools::promote_args< T >::type | erfc (T z, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | erf (T z) |
template<class T > | |
tools::promote_args< T >::type | erfc (T z) |
template<class T , class Policy > | |
tools::promote_args< T >::type | expint (unsigned n, T z, const Policy &) |
template<class T , class U > | |
detail::expint_result< T, U >::type | expint (T const z, U const u) |
template<class T > | |
tools::promote_args< T >::type | expint (T z) |
template<class T , class Policy > | |
tools::promote_args< T >::type | expm1 (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | expm1 (T x) |
template<class T , class Policy > | |
T | factorial (unsigned i, const Policy &pol) |
template<class T > | |
T | factorial (unsigned i) |
template<class T , class Policy > | |
T | double_factorial (unsigned i, const Policy &pol) |
template<class T > | |
T | double_factorial (unsigned i) |
template<class RT > | |
tools::promote_args< RT >::type | falling_factorial (RT x, unsigned n) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | falling_factorial (RT x, unsigned n, const Policy &pol) |
template<class RT > | |
tools::promote_args< RT >::type | rising_factorial (RT x, int n) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | rising_factorial (RT x, int n, const Policy &pol) |
template<class T > | |
int fpclassify | BOOST_NO_MACRO_EXPAND (T t) |
template<class T > | |
bool() | isfinite (T x) |
template<class T > | |
bool() | isnormal (T x) |
template<class T > | |
bool() | isinf (T x) |
template<class T > | |
bool() | isnan (T x) |
template<class T > | |
tools::promote_args< T >::type | tgamma (T z) |
template<class T , class Policy > | |
tools::promote_args< T >::type | lgamma (T z, int *sign, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | lgamma (T z, int *sign) |
template<class T , class Policy > | |
tools::promote_args< T >::type | lgamma (T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | lgamma (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | tgamma1pm1 (T z, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | tgamma1pm1 (T z) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | tgamma (T1 a, T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | tgamma (T1 a, T2 z, const Policy &pol) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | tgamma_lower (T1 a, T2 z, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | tgamma_lower (T1 a, T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_q (T1 a, T2 z, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_q (T1 a, T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_p (T1 a, T2 z, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_p (T1 a, T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | tgamma_delta_ratio (T1 z, T2 delta, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | tgamma_delta_ratio (T1 z, T2 delta) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | tgamma_ratio (T1 a, T2 b, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | tgamma_ratio (T1 a, T2 b) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_p_derivative (T1 a, T2 x, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_p_derivative (T1 a, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | cyl_hankel_1 (T1 v, T2 x, const Policy &pol) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | cyl_hankel_1 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | cyl_hankel_2 (T1 v, T2 x, const Policy &pol) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | cyl_hankel_2 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | sph_hankel_1 (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | sph_hankel_1 (T1 v, T2 x) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename detail::bessel_traits< T1, T2, Policy >::result_type > | sph_hankel_2 (T1 v, T2 x, const Policy &) |
template<class T1 , class T2 > | |
std::complex< typename detail::bessel_traits< T1, T2, policies::policy <> >::result_type > | sph_hankel_2 (T1 v, T2 x) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | hermite_next (unsigned n, T1 x, T2 Hn, T3 Hnm1) |
template<class T , class Policy > | |
tools::promote_args< T >::type | hermite (unsigned n, T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | hermite (unsigned n, T x) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | hypot (T1 x, T2 y) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | hypot (T1 x, T2 y, const Policy &pol) |
template<class T , class U , class V , class Policy > | |
tools::promote_args< T, U, V > ::type | jacobi_elliptic (T k, U theta, V *pcn, V *pdn, const Policy &) |
template<class T , class U , class V > | |
tools::promote_args< T, U, V > ::type | jacobi_elliptic (T k, U theta, V *pcn, V *pdn) |
template<class U , class T , class Policy > | |
tools::promote_args< T, U >::type | jacobi_sn (U k, T theta, const Policy &pol) |
template<class U , class T > | |
tools::promote_args< T, U >::type | jacobi_sn (U k, T theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_cn (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_cn (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_dn (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_dn (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_cd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_cd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_dc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_dc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_ns (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_ns (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_sd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_sd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_ds (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_ds (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_nc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_nc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_nd (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_nd (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_sc (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_sc (T k, U theta) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | jacobi_cs (T k, U theta, const Policy &pol) |
template<class T , class U > | |
tools::promote_args< T, U >::type | jacobi_cs (T k, U theta) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | laguerre_next (unsigned n, T1 x, T2 Ln, T3 Lnm1) |
template<class T > | |
tools::promote_args< T >::type | laguerre (unsigned n, T x) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | laguerre_next (unsigned n, unsigned l, T1 x, T2 Pl, T3 Plm1) |
template<class T , class Policy > | |
tools::promote_args< T >::type | laguerre (unsigned n, unsigned m, T x, const Policy &pol) |
template<class T1 , class T2 > | |
laguerre_result< T1, T2 >::type | laguerre (unsigned n, T1 m, T2 x) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | legendre_next (unsigned l, T1 x, T2 Pl, T3 Plm1) |
template<class T , class Policy > | |
tools::promote_args< T >::type | legendre_p (int l, T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | legendre_p (int l, T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | legendre_q (unsigned l, T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | legendre_q (unsigned l, T x) |
template<class T1 , class T2 , class T3 > | |
tools::promote_args< T1, T2, T3 >::type | legendre_next (unsigned l, unsigned m, T1 x, T2 Pl, T3 Plm1) |
template<class T , class Policy > | |
tools::promote_args< T >::type | legendre_p (int l, int m, T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | legendre_p (int l, int m, T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | log1p (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | log1p (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | log1pmx (T x, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | log1pmx (T x) |
template<class T1 , class T2 , class T3 , class T4 > | |
tools::promote_args< T1, T2, T3, T4 >::type | ibeta_inv (T1 a, T2 b, T3 p, T4 *py) |
template<class T1 , class T2 , class T3 , class T4 , class Policy > | |
tools::promote_args< T1, T2, T3, T4 >::type | ibeta_inv (T1 a, T2 b, T3 p, T4 *py, const Policy &pol) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_inv (RT1 a, RT2 b, RT3 p) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_inv (RT1 a, RT2 b, RT3 p, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_inva (RT1 a, RT2 b, RT3 p) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_inva (RT1 a, RT2 b, RT3 p, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_invb (RT1 a, RT2 b, RT3 p) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibeta_invb (RT1 a, RT2 b, RT3 p, const Policy &) |
template<class T1 , class T2 , class T3 , class T4 > | |
tools::promote_args< T1, T2, T3, T4 >::type | ibetac_inv (T1 a, T2 b, T3 q, T4 *py) |
template<class T1 , class T2 , class T3 , class T4 , class Policy > | |
tools::promote_args< T1, T2, T3, T4 >::type | ibetac_inv (T1 a, T2 b, T3 q, T4 *py, const Policy &pol) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_inv (RT1 a, RT2 b, RT3 q) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_inv (RT1 a, RT2 b, RT3 q, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_inva (RT1 a, RT2 b, RT3 q) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_inva (RT1 a, RT2 b, RT3 q, const Policy &) |
template<class RT1 , class RT2 , class RT3 > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_invb (RT1 a, RT2 b, RT3 q) |
template<class RT1 , class RT2 , class RT3 , class Policy > | |
tools::promote_args< RT1, RT2, RT3 >::type | ibetac_invb (RT1 a, RT2 b, RT3 q, const Policy &) |
template<class RT > | |
tools::promote_args< RT >::type | erf (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | erf (RT z, const Policy &) |
template<class RT > | |
tools::promote_args< RT >::type | erfc (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | erfc (RT z, const Policy &) |
template<class RT > | |
tools::promote_args< RT >::type | erf_inv (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | erf_inv (RT z, const Policy &pol) |
template<class RT > | |
tools::promote_args< RT >::type | erfc_inv (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | erfc_inv (RT z, const Policy &pol) |
template<class T1 , class T2 > | |
std::complex< typename tools::promote_args< T1, T2 > ::type > | spherical_harmonic (unsigned n, int m, T1 theta, T2 phi) |
template<class T1 , class T2 , class Policy > | |
std::complex< typename tools::promote_args< T1, T2 > ::type > | spherical_harmonic (unsigned n, int m, T1 theta, T2 phi, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | spherical_harmonic_r (unsigned n, int m, T1 theta, T2 phi) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | spherical_harmonic_r (unsigned n, int m, T1 theta, T2 phi, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | spherical_harmonic_i (unsigned n, int m, T1 theta, T2 phi) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | spherical_harmonic_i (unsigned n, int m, T1 theta, T2 phi, const Policy &pol) |
template<class RT > | |
RT | factorial (unsigned int) |
template<class RT , class Policy > | |
RT | factorial (unsigned int, const Policy &pol) |
template<class RT > | |
RT | unchecked_factorial (unsigned int BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPE(RT)) |
template<class RT > | |
RT | double_factorial (unsigned i) |
template<class RT , class Policy > | |
RT | double_factorial (unsigned i, const Policy &pol) |
template<class RT > | |
tools::promote_args< RT >::type | tgamma (RT z) |
template<class RT > | |
tools::promote_args< RT >::type | tgamma1pm1 (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | tgamma1pm1 (RT z, const Policy &pol) |
template<class RT1 , class RT2 > | |
tools::promote_args< RT1, RT2 > ::type | tgamma (RT1 a, RT2 z) |
template<class RT1 , class RT2 , class Policy > | |
tools::promote_args< RT1, RT2 > ::type | tgamma (RT1 a, RT2 z, const Policy &pol) |
template<class RT > | |
tools::promote_args< RT >::type | lgamma (RT z, int *sign) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | lgamma (RT z, int *sign, const Policy &pol) |
template<class RT > | |
tools::promote_args< RT >::type | lgamma (RT x) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | lgamma (RT x, const Policy &pol) |
template<class RT1 , class RT2 > | |
tools::promote_args< RT1, RT2 > ::type | tgamma_lower (RT1 a, RT2 z) |
template<class RT1 , class RT2 , class Policy > | |
tools::promote_args< RT1, RT2 > ::type | tgamma_lower (RT1 a, RT2 z, const Policy &) |
template<class RT1 , class RT2 > | |
tools::promote_args< RT1, RT2 > ::type | gamma_q (RT1 a, RT2 z) |
template<class RT1 , class RT2 , class Policy > | |
tools::promote_args< RT1, RT2 > ::type | gamma_q (RT1 a, RT2 z, const Policy &) |
template<class RT1 , class RT2 > | |
tools::promote_args< RT1, RT2 > ::type | gamma_p (RT1 a, RT2 z) |
template<class RT1 , class RT2 , class Policy > | |
tools::promote_args< RT1, RT2 > ::type | gamma_p (RT1 a, RT2 z, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_p_inv (T1 a, T2 p) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_p_inva (T1 a, T2 p, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_p_inva (T1 a, T2 p) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_p_inv (T1 a, T2 p, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_q_inv (T1 a, T2 q) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_q_inv (T1 a, T2 q, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | gamma_q_inva (T1 a, T2 q) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | gamma_q_inva (T1 a, T2 q, const Policy &) |
template<class RT > | |
tools::promote_args< RT >::type | cbrt (RT z) |
template<class RT , class Policy > | |
tools::promote_args< RT >::type | cbrt (RT z, const Policy &) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | powm1 (const T1 a, const T2 z) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | powm1 (const T1 a, const T2 z, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | sqrt1pm1 (const T &val) |
template<class T , class Policy > | |
tools::promote_args< T >::type | sqrt1pm1 (const T &val, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | sinc_pi (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | sinc_pi (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | sinhc_pi (T x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | sinhc_pi (T x, const Policy &) |
template<class OutputIterator > | |
OutputIterator | airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<class OutputIterator , class Policy > | |
OutputIterator | airy_ai_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &) |
template<class OutputIterator > | |
OutputIterator | airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it) |
template<class OutputIterator , class Policy > | |
OutputIterator | airy_bi_zero (int start_index, unsigned number_of_zeros, OutputIterator out_it, const Policy &) |
template<class T , class Policy > | |
tools::promote_args< T >::type | sin_pi (T x, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | sin_pi (T x) |
template<class T > | |
int | fpclassify (T t) |
template<class T > | |
bool | isfinite (T z) |
template<class T > | |
bool | isinf (T t) |
template<class T > | |
bool | isnan (T t) |
template<class T > | |
bool | isnormal (T t) |
template<class T > | |
int | signbit (T x) |
template<class T > | |
int | sign (const T &z) |
template<class T , class U > | |
tools::promote_args_permissive < T, U >::type | copysign (const T &x, const U &y) |
template<class T > | |
tools::promote_args_permissive < T >::type | changesign (const T &z) |
template<class T , class Policy > | |
tools::promote_args< T >::type | zeta (T s, const Policy &) |
template<class T1 , class T2 , class Policy > | |
tools::promote_args< T1, T2 >::type | owens_t (T1 h, T2 a, const Policy &pol) |
template<class T1 , class T2 > | |
tools::promote_args< T1, T2 >::type | owens_t (T1 h, T2 a) |
template<class T > | |
tools::promote_args< T >::type | zeta (T s) |
template<int N, typename T , class Policy > | |
tools::promote_args< T >::type | pow (T base, const Policy &policy) |
template<int N, typename T > | |
tools::promote_args< T >::type | pow (T base) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | nextafter (const T &, const U &, const Policy &) |
template<class T , class U > | |
tools::promote_args< T, U >::type | nextafter (const T &, const U &) |
template<class T , class Policy > | |
tools::promote_args< T >::type | float_next (const T &, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | float_next (const T &) |
template<class T , class Policy > | |
tools::promote_args< T >::type | float_prior (const T &, const Policy &) |
template<class T > | |
tools::promote_args< T >::type | float_prior (const T &) |
template<class T , class U , class Policy > | |
tools::promote_args< T, U >::type | float_distance (const T &, const U &, const Policy &) |
template<class T , class U > | |
tools::promote_args< T, U >::type | float_distance (const T &, const U &) |
template<class T , class Policy > | |
tools::promote_args< T >::type | float_advance (T val, int distance, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | float_advance (const T &val, int distance) |
template<class T > | |
T | unchecked_bernoulli_b2n (const std::size_t n) |
template<class T , class Policy > | |
T | modf (const T &v, T *ipart, const Policy &pol) |
template<class T > | |
T | modf (const T &v, T *ipart) |
template<class T , class Policy > | |
T | modf (const T &v, int *ipart, const Policy &pol) |
template<class T > | |
T | modf (const T &v, int *ipart) |
template<class T , class Policy > | |
T | modf (const T &v, long *ipart, const Policy &pol) |
template<class T > | |
T | modf (const T &v, long *ipart) |
template<class Policy > | |
boost::uint32_t | prime (unsigned n, const Policy &pol) |
boost::uint32_t | prime (unsigned n) |
template<class T , class Policy > | |
tools::promote_args< T >::type | round (const T &v, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | round (const T &v) |
template<class T , class Policy > | |
int | iround (const T &v, const Policy &pol) |
template<class T > | |
int | iround (const T &v) |
template<class T , class Policy > | |
long | lround (const T &v, const Policy &pol) |
template<class T > | |
long | lround (const T &v) |
template<class T > | |
int() | signbit (T x) |
template<class T > | |
int sign | BOOST_NO_MACRO_EXPAND (const T &z) |
template<class T > | |
tools::promote_args_permissive < T >::type() | changesign (const T &x) |
template<class T , class U > | |
tools::promote_args_permissive < T, U >::type copysign | BOOST_NO_MACRO_EXPAND (const T &x, const U &y) |
template<typename T , template< typename > class U> | |
U< T > | sinc_pi (const U< T > x) |
template<typename T , template< typename > class U, class Policy > | |
U< T > | sinc_pi (const U< T > x, const Policy &) |
template<typename T , template< typename > class U> | |
U< T > | sinhc_pi (const U< T > x) |
template<class T , class Policy > | |
tools::promote_args< T >::type | trunc (const T &v, const Policy &pol) |
template<class T > | |
tools::promote_args< T >::type | trunc (const T &v) |
template<class T , class Policy > | |
int | itrunc (const T &v, const Policy &pol) |
template<class T > | |
int | itrunc (const T &v) |
template<class T , class Policy > | |
long | ltrunc (const T &v, const Policy &pol) |
template<class T > | |
long | ltrunc (const T &v) |
template<class T > | |
void | suppress_unused_variable_warning (const T &) |
Variables | |
template<class T > | |
tools::promote_args< T >::type | log1p (T) |
template<class T > | |
tools::promote_args< T >::type | log1pmx (T) |
template<class T > | |
tools::promote_args< T >::type | expm1 (T) |
const int | legacy = 0x1 |
get facet will recognize most string representations of infinity and NaN. More... | |
const int | signed_zero = 0x2 |
put facet will distinguish between positive and negative zero. More... | |
const int | trap_infinity = 0x4 |
put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative infinity. More... | |
const int | trap_nan = 0x8 |
put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative NaN. More... | |
typedef bernoulli_distribution<double> boost::math::bernoulli |
typedef cauchy_distribution<double> boost::math::cauchy |
typedef chi_squared_distribution<double> boost::math::chi_squared |
typedef exponential_distribution<double> boost::math::exponential |
typedef extreme_value_distribution<double> boost::math::extreme_value |
typedef fisher_f_distribution<double> boost::math::fisher_f |
typedef geometric_distribution<double> boost::math::geometric |
typedef hyperexponential_distribution<double> boost::math::hyperexponential |
typedef hypergeometric_distribution<double> boost::math::hypergeometric |
typedef inverse_chi_squared_distribution<double> boost::math::inverse_chi_squared |
typedef inverse_gamma_distribution<double> boost::math::inverse_gamma |
typedef inverse_gaussian_distribution<double> boost::math::inverse_gaussian |
typedef laplace_distribution<double> boost::math::laplace |
typedef logistic_distribution<double> boost::math::logistic |
typedef lognormal_distribution<double> boost::math::lognormal |
typedef negative_binomial_distribution<double> boost::math::negative_binomial |
typedef non_central_beta_distribution<double> boost::math::non_central_beta |
typedef non_central_f_distribution<double> boost::math::non_central_f |
typedef non_central_t_distribution<double> boost::math::non_central_t |
typedef normal_distribution<double> boost::math::normal |
typedef pareto_distribution<double> boost::math::pareto |
typedef poisson_distribution<double> boost::math::poisson |
typedef rayleigh_distribution<double> boost::math::rayleigh |
typedef skew_normal_distribution<double> boost::math::skew_normal |
typedef boost::uintmax_t boost::math::static_gcd_type |
typedef students_t_distribution<double> boost::math::students_t |
typedef triangular_distribution<double> boost::math::triangular |
typedef uniform_distribution<double> boost::math::uniform |
typedef weibull_distribution<double> boost::math::weibull |
References abs(), BOOST_QUATERNION_VALARRAY_LOADER, boost::geometry::math::sqrt(), and T.
References BOOST_OCTONION_VALARRAY_LOADER, boost::geometry::math::sqrt(), and T.
Referenced by abs(), boost::math::detail::asinh_imp(), boost::math::detail::atanh_imp(), boost::math::detail::bessel_i1(), boost::math::detail::cbrt_imp(), cos(), boost::math::detail::cyl_bessel_j_prime_imp(), boost::math::detail::cyl_neumann_imp(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_f_imp(), boost::math::detail::ellint_k_imp(), boost::math::detail::ellint_pi_imp(), boost::math::detail::ellint_rc_imp(), boost::math::detail::ellint_rd_imp(), boost::math::detail::ellint_rf_imp(), boost::math::detail::ellint_rj_imp(), exp(), boost::math::detail::float_advance_imp(), boost::math::detail::gamma_imp(), l1(), boost::math::detail::legendre_p_imp(), boost::math::detail::lgamma_imp(), boost::math::detail::log1p_imp(), log1pmx(), sin(), sinc_pi(), boost::math::detail::sinc_pi_imp(), sinhc_pi(), boost::math::detail::sinhc_pi_imp(), boost::math::detail::spherical_harmonic(), boost::math::detail::spherical_harmonic_i(), boost::math::detail::spherical_harmonic_r(), and sup().
References boost::a, boost::math::ef::atan(), boost::asio::b, BOOST_ASSERT, changesign(), boost::math::tools::epsilon, boost::math::ef::fabs(), isinf(), isnan(), boost::math::ef::log(), log1p, boost::accumulators::extract::max, real(), boost::asio::s, boost::math::detail::safe_max(), boost::math::detail::safe_min(), signbit(), boost::geometry::math::sqrt(), T, boost::flyweights::x, and boost::polygon::y().
Referenced by acosh().
References acos(), isnan(), boost::math::detail::mult_i(), boost::math::detail::mult_minus_i(), and signbit().
Referenced by acosh().
|
inline |
|
inline |
References acosh().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by airy_ai().
|
inline |
References airy_ai().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by airy_ai_prime().
|
inline |
References airy_ai_prime().
|
inline |
|
inline |
|
inline |
References BOOST_STATIC_ASSERT_MSG, boost::multiprecision::backends::i, and T.
|
inline |
|
inline |
|
inline |
References BOOST_STATIC_ASSERT_MSG, boost::multiprecision::backends::i, and T.
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by airy_bi().
|
inline |
References airy_bi().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by airy_bi_prime().
|
inline |
References airy_bi_prime().
|
inline |
|
inline |
|
inline |
References BOOST_STATIC_ASSERT_MSG, boost::multiprecision::backends::i, and T.
|
inline |
|
inline |
|
inline |
References BOOST_STATIC_ASSERT_MSG, boost::multiprecision::backends::i, and T.
References boost::a, boost::math::ef::atan(), boost::asio::b, BOOST_ASSERT, changesign(), boost::math::tools::epsilon, boost::math::ef::fabs(), isinf(), isnan(), boost::math::ef::log(), log1p, boost::accumulators::extract::max, real(), boost::asio::s, boost::math::detail::safe_max(), boost::math::detail::safe_min(), signbit(), boost::geometry::math::sqrt(), T, boost::flyweights::x, and boost::polygon::y().
Referenced by asinh(), boost::math::detail::ibeta_imp(), and boost::math::detail::jacobi_recurse().
References asin(), boost::math::detail::mult_i(), and boost::math::detail::mult_minus_i().
Referenced by asinh(), and boost::math::detail::asinh_imp().
|
inline |
References asinh().
|
inline |
|
inline |
|
inline |
References atanh().
|
inline |
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References T, boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::program_options::value().
|
inline |
|
inline |
|
inline |
References beta().
|
inline |
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ibeta_imp().
Referenced by betac().
|
inline |
References betac().
T boost::math::binomial_coefficient | ( | unsigned | n, |
unsigned | k, | ||
const Policy & | pol | ||
) |
|
inline |
References boost::n.
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::n.
References signbit().
|
inline |
References BOOST_MATH_STD_USING, changesign(), signbit(), and boost::flyweights::x.
|
inline |
References boost::detail::type.
|
inline |
References boost::math::detail::cbrt_imp().
Referenced by boost::math::detail::airy_ai_prime_imp(), boost::math::detail::airy_bi_imp(), boost::math::detail::airy_bi_prime_imp(), and cbrt().
|
inline |
References cbrt().
tools::promote_args<RT>::type boost::math::cbrt | ( | RT | z | ) |
tools::promote_args<RT>::type boost::math::cbrt | ( | RT | z, |
const Policy & | |||
) |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), isinf(), location(), scale(), and boost::flyweights::x.
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, cdf(), boost::math::detail::check_lognormal_x(), boost::math::ef::log(), and norm().
|
inline |
|
inline |
|
inline |
|
inline |
References cdf(), boost::math::beta_detail::check_x(), ibeta(), ibetac(), isinf(), boost::n, and boost::flyweights::x.
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), isinf(), location(), scale(), and boost::flyweights::x.
|
inline |
References boost::flyweights::x.
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), erfc(), isinf(), and mean().
|
inline |
References boost::math::detail::check_inverse_chi_squared(), gamma_q(), isfinite(), scale(), and boost::flyweights::x.
|
inline |
References BOOST_MATH_STD_USING, cdf(), itrunc(), boost::detail::type, and boost::flyweights::x.
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, cdf(), exp(), mean(), scale(), and boost::geometry::math::sqrt().
|
inline |
|
inline |
References boost::multiprecision::backends::c, gamma_q(), and isfinite().
|
inline |
|
inline |
|
inline |
References boost::multiprecision::backends::c.
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::bernoulli_detail::check_dist_and_k(), boost::multiprecision::backends::p, and boost::math::bernoulli_distribution< RealType, Policy >::success_fraction().
Referenced by cdf(), boost::math::detail::non_central_beta_cdf(), boost::math::detail::non_central_chi_squared_cdf(), boost::math::detail::non_central_t_cdf(), boost::math::inverse_gaussian_quantile_functor< RealType, Policy >::operator()(), boost::math::inverse_gaussian_quantile_complement_functor< RealType, Policy >::operator()(), boost::math::detail::nc_beta_quantile_functor< T, Policy >::operator()(), boost::math::detail::df_estimator< RealType, Policy >::operator()(), boost::math::detail::nccs_quantile_functor< T, Policy >::operator()(), boost::math::detail::degrees_of_freedom_finder< RealType, Policy >::operator()(), boost::math::detail::non_centrality_finder< RealType, Policy >::operator()(), boost::math::detail::skew_normal_quantile_functor< RealType, Policy >::operator()(), and pdf().
|
inline |
References boost::multiprecision::backends::c, ibeta(), ibetac(), isfinite(), and boost::flyweights::x.
|
inline |
References BOOST_MATH_STD_USING, boost::multiprecision::backends::c, cdf(), complement(), itrunc(), and boost::detail::type.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::multiprecision::backends::c, gamma_p(), gamma_q_inv(), isfinite(), scale(), and boost::flyweights::x.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::detail::cdf_imp().
|
inline |
|
inline |
|
inline |
References boost::multiprecision::backends::c, and cdf().
|
inline |
References boost::multiprecision::backends::c, and boost::math::detail::cdf_imp().
RealType boost::math::cdf | ( | const poisson_distribution< RealType, Policy > & | dist, |
const RealType & | k | ||
) |
References BOOST_MATH_STD_USING, boost::math::poisson_detail::check_dist_and_k(), exp(), gamma_q(), and mean().
RealType boost::math::cdf | ( | const non_central_f_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
RealType boost::math::cdf | ( | const complemented2_type< triangular_distribution< RealType, Policy >, RealType > & | c | ) |
RealType boost::math::cdf | ( | const complemented2_type< non_central_f_distribution< RealType, Policy >, RealType > & | c | ) |
RealType boost::math::cdf | ( | const complemented2_type< poisson_distribution< RealType, Policy >, RealType > & | c | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
RealT boost::math::cdf | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist, |
RealT const & | x | ||
) |
References cdf(), boost::math::beta_detail::check_x(), exp(), boost::multiprecision::backends::i, boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), and boost::math::hyperexponential_distribution< RealT, PolicyT >::rates().
RealT boost::math::cdf | ( | complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const & | c | ) |
References boost::multiprecision::backends::c, cdf(), boost::math::beta_detail::check_x(), complement(), exp(), boost::multiprecision::backends::i, boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), boost::math::hyperexponential_distribution< RealT, PolicyT >::rates(), and boost::flyweights::x.
|
inline |
|
inline |
RealType boost::math::cdf | ( | const non_central_beta_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
References boost::a, boost::math::non_central_beta_distribution< RealType, Policy >::alpha(), boost::asio::b, boost::math::non_central_beta_distribution< RealType, Policy >::beta(), cdf(), boost::math::beta_detail::check_alpha(), boost::math::beta_detail::check_beta(), boost::math::beta_detail::check_x(), boost::math::detail::non_central_beta_cdf(), and boost::math::non_central_beta_distribution< RealType, Policy >::non_centrality().
RealType boost::math::cdf | ( | const complemented2_type< non_central_beta_distribution< RealType, Policy >, RealType > & | c | ) |
References boost::a, boost::math::non_central_beta_distribution< RealType, Policy >::alpha(), boost::asio::b, boost::math::non_central_beta_distribution< RealType, Policy >::beta(), boost::multiprecision::backends::c, cdf(), boost::math::beta_detail::check_alpha(), boost::math::beta_detail::check_beta(), boost::math::beta_detail::check_x(), complement(), boost::math::detail::non_central_beta_cdf(), boost::math::non_central_beta_distribution< RealType, Policy >::non_centrality(), and boost::flyweights::x.
RealType boost::math::cdf | ( | const non_central_chi_squared_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
RealType boost::math::cdf | ( | const complemented2_type< non_central_chi_squared_distribution< RealType, Policy >, RealType > & | c | ) |
RealType boost::math::cdf | ( | const non_central_t_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
RealType boost::math::cdf | ( | const complemented2_type< non_central_t_distribution< RealType, Policy >, RealType > & | c | ) |
tools::promote_args_permissive<T>::type() boost::math::changesign | ( | const T & | x | ) |
<return unchanged binary pattern of x, except for change of sign bit.
References boost::math::detail::changesign_impl().
Referenced by acos(), asin(), atanh(), BOOST_NO_MACRO_EXPAND(), and boost::math::detail::mult_minus_one().
tools::promote_args_permissive<T>::type boost::math::changesign | ( | const T & | z | ) |
<return unchanged binary pattern of x, except for change of sign bit.
References boost::math::detail::changesign_impl().
Referenced by acos(), asin(), atanh(), BOOST_NO_MACRO_EXPAND(), and boost::math::detail::mult_minus_one().
|
inline |
Referenced by cdf(), boost::math::detail::cdf_imp(), boost::math::concepts::DistributionConcept< Distribution >::constraints(), find_scale(), boost::math::detail::guess_ig(), boost::math::detail::nccs_quantile(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_quantile(), boost::math::inverse_gaussian_quantile_complement_functor< RealType, Policy >::operator()(), boost::math::detail::nc_beta_quantile_functor< T, Policy >::operator()(), boost::math::detail::sample_size_func< RealType, Policy >::operator()(), boost::math::detail::df_estimator< RealType, Policy >::operator()(), boost::math::detail::nccs_quantile_functor< T, Policy >::operator()(), boost::math::detail::degrees_of_freedom_finder< RealType, Policy >::operator()(), boost::math::detail::non_centrality_finder< RealType, Policy >::operator()(), quantile(), and boost::math::concepts::DistributionConcept< Distribution >::test_extra_members().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), and boost::math::octonion< T >::R_component_8().
Referenced by norm().
tools::promote_args_permissive<T, U>::type boost::math::copysign | ( | const T & | x, |
const U & | y | ||
) |
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION().
|
inline |
References abs(), cos(), cosh(), boost::math::quaternion< T >::R_component_2(), boost::math::quaternion< T >::R_component_3(), boost::math::quaternion< T >::R_component_4(), boost::math::quaternion< T >::real(), sin(), sinhc_pi(), T, and boost::math::quaternion< T >::unreal().
Referenced by cylindrical(), cylindrospherical(), exp(), multipolar(), semipolar(), sin(), and spherical().
References abs(), cosh(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), boost::math::octonion< T >::real(), sin(), sinhc_pi(), T, and boost::math::octonion< T >::unreal().
Referenced by cos(), boost::math::detail::cos_pi_imp(), cylindrical(), cylindrospherical(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_f_imp(), boost::math::detail::ellint_pi_imp(), exp(), boost::math::detail::jacobi_imp(), multipolar(), semipolar(), sin(), spherical(), boost::math::detail::spherical_harmonic(), boost::math::detail::spherical_harmonic_prefix(), boost::math::detail::spherical_harmonic_r(), and tan().
|
inline |
References boost::flyweights::x.
Referenced by cos_pi().
|
inline |
References cos_pi().
|
inline |
References exp().
Referenced by cos(), boost::math::detail::jacobi_imp(), sin(), and tanh().
|
inline |
|
inline |
References cyl_bessel_i().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by cyl_bessel_i_prime().
|
inline |
References cyl_bessel_i_prime().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::flyweights::x.
Referenced by boost::math::detail::airy_ai_imp(), boost::math::detail::airy_ai_prime_imp(), boost::math::detail::airy_bi_imp(), boost::math::detail::airy_bi_prime_imp(), and cyl_bessel_j().
|
inline |
References cyl_bessel_j().
|
inline |
|
inline |
References cyl_bessel_j_prime().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, BOOST_STATIC_ASSERT_MSG, and boost::math::policies::checked_narrowing_cast().
Referenced by cyl_bessel_j_zero().
|
inline |
References BOOST_STATIC_ASSERT_MSG.
|
inline |
References BOOST_STATIC_ASSERT_MSG, cyl_bessel_j_zero(), and boost::multiprecision::backends::i.
|
inline |
References cyl_bessel_j_zero().
|
inline |
|
inline |
References cyl_bessel_k().
|
inline |
|
inline |
References cyl_bessel_k_prime().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::flyweights::x.
Referenced by cyl_hankel_1().
|
inline |
References cyl_hankel_1().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::flyweights::x.
Referenced by cyl_hankel_2().
|
inline |
References cyl_hankel_2().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::flyweights::x.
Referenced by cyl_neumann().
|
inline |
References cyl_neumann().
|
inline |
|
inline |
References cyl_neumann_prime().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, BOOST_STATIC_ASSERT_MSG, and boost::math::policies::checked_narrowing_cast().
Referenced by cyl_neumann_zero().
|
inline |
References BOOST_STATIC_ASSERT_MSG.
|
inline |
References BOOST_STATIC_ASSERT_MSG, cyl_neumann_zero(), and boost::multiprecision::backends::i.
|
inline |
References cyl_neumann_zero().
|
inline |
References boost::math::quaternion< T >::a, boost::math::quaternion< T >::b, cos(), sin(), and T.
|
inline |
References boost::math::octonion< T >::a, boost::math::octonion< T >::b, cos(), sin(), and T.
|
inline |
References boost::math::quaternion< T >::b, boost::math::quaternion< T >::c, cos(), boost::math::quaternion< T >::d, sin(), and T.
|
inline |
References boost::math::policies::checked_narrowing_cast(), boost::math::detail::digamma_imp(), boost::math::detail::digamma_initializer< T, Policy >::force_instantiate(), boost::foreach_detail_::or_(), and boost::BOOST_SIGNALS_NAMESPACE::tag_type().
Referenced by digamma(), boost::math::detail::expint_as_series(), and boost::math::detail::digamma_initializer< T, Policy >::init::init().
|
inline |
References digamma().
T boost::math::double_factorial | ( | unsigned | i, |
const Policy & | pol | ||
) |
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References boost::multiprecision::backends::i.
RT boost::math::double_factorial | ( | unsigned | i, |
const Policy & | pol | ||
) |
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_f_imp().
Referenced by boost::math::detail::ellint_1().
|
inline |
References boost::math::detail::ellint_1().
|
inline |
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_e_imp().
Referenced by boost::math::detail::ellint_2().
|
inline |
References boost::math::detail::ellint_2().
|
inline |
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_pi_imp().
Referenced by boost::math::detail::ellint_3().
detail::ellint_3_result< T1, T2, T3 >::type boost::math::ellint_3 | ( | T1 | k, |
T2 | v, | ||
T3 | phi | ||
) |
|
inline |
References boost::math::detail::ellint_3().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_rc_imp().
Referenced by ellint_rc(), and boost::math::detail::ellint_rj_imp().
|
inline |
References ellint_rc().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_rd_imp().
Referenced by ellint_rd().
|
inline |
References ellint_rd().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_rf_imp().
Referenced by ellint_rf(), and boost::math::detail::ellint_rj_imp().
|
inline |
References ellint_rf().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::ellint_rj_imp().
Referenced by ellint_rj(), and boost::math::detail::ellint_rj_imp().
|
inline |
References ellint_rj().
tools::promote_args<RT>::type boost::math::erf | ( | RT | z | ) |
tools::promote_args<RT>::type boost::math::erf | ( | RT | z, |
const Policy & | |||
) |
|
inline |
References BOOST_MATH_INSTRUMENT_CODE, boost::math::policies::checked_narrowing_cast(), boost::math::detail::erf_imp(), boost::math::detail::erf_initializer< T, Policy, tag >::force_instantiate(), boost::iostreams::gzip::flags::name, and boost::BOOST_SIGNALS_NAMESPACE::tag_type().
Referenced by boost::math::detail::erf_initializer< T, Policy, tag >::init::do_init(), erf(), and boost::math::detail::owens_t_znorm1().
|
inline |
References erf().
tools::promote_args<RT>::type boost::math::erf_inv | ( | RT | z | ) |
tools::promote_args<RT>::type boost::math::erf_inv | ( | RT | z, |
const Policy & | pol | ||
) |
tools::promote_args<RT>::type boost::math::erfc | ( | RT | z | ) |
tools::promote_args<RT>::type boost::math::erfc | ( | RT | z, |
const Policy & | |||
) |
|
inline |
References BOOST_MATH_INSTRUMENT_CODE, boost::math::policies::checked_narrowing_cast(), boost::math::detail::erf_imp(), boost::math::detail::erf_initializer< T, Policy, tag >::force_instantiate(), boost::iostreams::gzip::flags::name, and boost::BOOST_SIGNALS_NAMESPACE::tag_type().
Referenced by cdf(), erfc(), boost::math::detail::finite_half_gamma_q(), and boost::math::detail::owens_t_znorm2().
|
inline |
References erfc().
tools::promote_args<RT>::type boost::math::erfc_inv | ( | RT | z | ) |
Referenced by boost::math::binomial_detail::inverse_binomial_cornish_fisher(), and quantile().
tools::promote_args<RT>::type boost::math::erfc_inv | ( | RT | z, |
const Policy & | pol | ||
) |
|
inline |
References abs(), cos(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), boost::math::octonion< T >::real(), sinc_pi(), T, and boost::math::octonion< T >::unreal().
Referenced by boost::math::detail::bessel_i0(), boost::math::detail::bessel_i1(), boost::math::detail::beta_imp(), cdf(), cosh(), boost::math::detail::cyl_bessel_i_imp(), boost::math::constants::e< boost::math::ntl::RR >(), boost::math::detail::erf_asympt_series_t< T >::erf_asympt_series_t(), boost::math::detail::erf_imp(), exp(), boost::math::detail::expint_1_rational(), boost::math::detail::expint_as_fraction(), boost::math::detail::expint_i_113b(), boost::math::detail::expint_i_113c(), boost::math::detail::expint_i_113d(), boost::math::detail::expint_i_113e(), boost::math::detail::expint_i_113f(), boost::math::detail::expint_i_113g(), boost::math::detail::expint_i_113h(), boost::math::detail::expint_i_imp(), boost::math::detail::expint_imp(), boost::math::detail::expm1_imp(), boost::math::detail::finite_gamma_q(), boost::math::detail::finite_half_gamma_q(), boost::math::detail::full_igamma_prefix(), boost::math::detail::gamma_imp(), boost::math::detail::gamma_incomplete_imp(), boost::math::detail::guess_ig(), boost::math::detail::ibeta_imp(), boost::math::detail::ibeta_power_terms(), boost::math::detail::ibeta_series(), boost::math::constants::detail::khinchin_detail::khinchin(), kurtosis(), kurtosis_excess(), mean(), median(), mode(), boost::math::detail::nccs_pdf(), boost::math::detail::nccs_quantile(), boost::math::detail::non_central_beta_q(), boost::math::detail::non_central_chi_square_p_ding(), boost::math::detail::non_central_t2_q(), boost::math::detail::non_central_t_pdf(), boost::math::detail::owens_t_T1(), boost::math::detail::owens_t_T1_accelerated(), boost::math::detail::owens_t_T2(), boost::math::detail::owens_t_T2_accelerated(), boost::math::detail::owens_t_T3_imp(), boost::math::detail::owens_t_T4(), boost::math::detail::owens_t_T5_imp(), boost::math::detail::owens_t_T6(), pdf(), quantile(), boost::math::detail::regularised_gamma_prefix(), sinh(), skewness(), boost::math::detail::sph_bessel_j_small_z_series_term< T, Policy >::sph_bessel_j_small_z_series_term(), boost::math::detail::T4_mp(), boost::math::detail::tgamma_delta_ratio_imp_lanczos(), boost::math::detail::tgamma_ratio_imp(), boost::math::detail::tgamma_small_upper_part(), variance(), boost::math::detail::zeta_imp(), and boost::math::detail::zeta_imp_prec().
|
inline |
References boost::math::policies::checked_narrowing_cast(), boost::math::detail::expint_imp(), boost::math::detail::expint_1_initializer< T, Policy, tag >::force_instantiate(), and boost::BOOST_SIGNALS_NAMESPACE::tag_type().
Referenced by boost::math::detail::expint_i_initializer< T, Policy, tag >::init::do_init(), boost::math::detail::expint_1_initializer< T, Policy, tag >::init::do_init(), expint(), and boost::math::detail::expint_forwarder().
|
inline |
|
inline |
References expint().
|
inline |
|
inline |
References expm1.
References hypot.
Referenced by boost::math::detail::airy_ai_imp(), boost::math::detail::airy_ai_prime_imp(), boost::math::detail::airy_bi_imp(), boost::math::detail::airy_bi_prime_imp(), boost::math::detail::beta_imp(), boost::math::detail::beta_small_b_large_a_series(), boost::math::tools::detail::bracket(), boost::math::tools::bracket_and_solve_root(), boost::math::detail::bracket_and_solve_root_01(), boost::math::tools::brent_find_minima(), boost::math::detail::cbrt_imp(), boost::math::detail::cdf_imp(), boost::math::policies::detail::check_denorm(), boost::math::policies::detail::check_overflow(), boost::math::tools::continued_fraction_a(), boost::math::tools::continued_fraction_b(), boost::math::detail::cos_pi_imp(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_f_imp(), boost::math::detail::ellint_pi_imp(), boost::math::detail::expint_i_imp(), boost::math::detail::expint_i_imp_113a(), boost::math::detail::expm1_imp(), boost::math::detail::falling_factorial_imp(), boost::math::detail::float_advance_imp(), boost::math::detail::float_distance_imp(), boost::math::detail::float_next_imp(), boost::math::detail::float_prior_imp(), boost::math::detail::gamma_imp(), boost::math::detail::gamma_incomplete_imp(), boost::math::tools::halley_iterate(), boost::math::detail::hypot_imp(), boost::math::detail::ibeta_power_terms(), boost::math::tools::kahan_sum_series(), boost::math::detail::lgamma_imp(), boost::math::detail::log1p_imp(), boost::math::detail::nccs_pdf(), boost::math::tools::newton_raphson_iterate(), boost::math::detail::non_central_beta_p(), boost::math::detail::non_central_beta_pdf(), boost::math::detail::non_central_beta_q(), boost::math::detail::non_central_chi_square_p(), boost::math::detail::non_central_chi_square_p_ding(), boost::math::detail::non_central_chi_square_q(), boost::math::detail::non_central_t2_p(), boost::math::detail::non_central_t2_pdf(), boost::math::detail::non_central_t2_q(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_pdf(), boost::math::tools::eps_tolerance< T >::operator()(), boost::math::detail::erf_asympt_series_t< T >::operator()(), boost::math::detail::owens_t(), boost::math::detail::owens_t_dispatch(), boost::math::detail::owens_t_T1_accelerated(), boost::math::detail::owens_t_T2(), boost::math::detail::owens_t_T2_accelerated(), pdf(), boost::math::detail::powm1_imp(), boost::math::detail::regularised_gamma_prefix(), boost::math::tools::detail::safe_div(), boost::math::tools::schroeder_iterate(), boost::math::tools::detail::secant_interpolate(), boost::math::detail::spherical_harmonic_prefix(), sqrt1pm1(), boost::math::tools::sum_series(), boost::math::detail::T4_mp(), boost::math::detail::tgamma_delta_ratio_imp(), boost::math::detail::tgamma_delta_ratio_imp_lanczos(), boost::math::detail::tgammap1m1_imp(), boost::math::tools::toms748_solve(), and boost::math::detail::zeta_imp().
|
inline |
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References boost::multiprecision::backends::i.
|
inline |
|
inline |
References boost::math::detail::falling_factorial_imp().
Referenced by boost::math::detail::falling_factorial_imp(), and boost::math::detail::rising_factorial_imp().
|
inline |
References boost::math::detail::falling_factorial_imp().
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::dist, isfinite(), boost::multiprecision::backends::p, boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param1, boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param2, boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param3, quantile(), and scale().
|
inline |
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), complement(), boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::dist, isfinite(), location(), boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param1, boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param2, boost::math::complemented4_type< Dist, RealType1, RealType2, RealType3 >::param3, quantile(), and boost::program_options::value().
|
inline |
References boost::BOOST_STATIC_ASSERT(), complement(), boost::math::complemented3_type< Dist, RealType1, RealType2 >::dist, isfinite(), location(), boost::math::complemented3_type< Dist, RealType1, RealType2 >::param1, boost::math::complemented3_type< Dist, RealType1, RealType2 >::param2, quantile(), and boost::program_options::value().
|
inline |
References boost::math::detail::float_advance_imp().
Referenced by float_advance(), and boost::math::detail::float_advance_imp().
|
inline |
References float_advance().
|
inline |
References boost::math::detail::float_distance_imp().
Referenced by boost::math::detail::float_advance_imp(), float_distance(), and boost::math::detail::float_distance_imp().
tools::promote_args< T, U >::type boost::math::float_distance | ( | const T & | a, |
const U & | b | ||
) |
References float_distance().
|
inline |
References boost::math::detail::float_next_imp().
Referenced by boost::math::detail::float_advance_imp(), float_next(), and boost::math::detail::float_next_imp().
|
inline |
References float_next().
|
inline |
References boost::math::detail::float_prior_imp().
Referenced by boost::math::detail::float_advance_imp(), float_prior(), and boost::math::detail::float_prior_imp().
|
inline |
References float_prior().
int boost::math::fpclassify | ( | T | t | ) |
Referenced by boost::multiprecision::backends::cpp_bin_float< Digits, DigitBase, Allocator, Exponent, MinExponent, MaxExponent >::assign_float(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::concepts::eval_fpclassify(), boost::math::detail::float_advance_imp(), boost::math::detail::float_distance_imp(), boost::math::detail::float_next_imp(), boost::math::detail::float_prior_imp(), boost::math::detail::full_igamma_prefix(), boost::math::detail::gamma_imp(), and boost::math_detail::is_nan_helper().
tools::promote_args<RT1, RT2>::type boost::math::gamma_p | ( | RT1 | a, |
RT2 | z | ||
) |
tools::promote_args<RT1, RT2>::type boost::math::gamma_p | ( | RT1 | a, |
RT2 | z, | ||
const Policy & | |||
) |
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::math::detail::igamma_initializer< T, Policy >::force_instantiate(), and boost::math::detail::gamma_incomplete_imp().
Referenced by cdf(), boost::math::detail::igamma_initializer< T, Policy >::init::do_init(), gamma_p(), and boost::math::detail::non_central_chi_square_p().
|
inline |
References gamma_p().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::math::detail::gamma_p_derivative_imp().
Referenced by gamma_p_derivative(), boost::math::detail::non_central_beta_p(), boost::math::detail::non_central_beta_pdf(), boost::math::detail::non_central_beta_q(), boost::math::detail::non_central_chi_square_p(), boost::math::detail::non_central_chi_square_p_ding(), boost::math::detail::non_central_chi_square_pdf(), boost::math::detail::non_central_chi_square_q(), boost::math::detail::non_central_t2_p(), boost::math::detail::non_central_t2_pdf(), boost::math::detail::non_central_t2_q(), and pdf().
|
inline |
References gamma_p_derivative().
tools::promote_args<T1, T2>::type boost::math::gamma_p_inv | ( | T1 | a, |
T2 | p | ||
) |
Referenced by quantile().
tools::promote_args<T1, T2>::type boost::math::gamma_p_inv | ( | T1 | a, |
T2 | p, | ||
const Policy & | |||
) |
tools::promote_args<T1, T2>::type boost::math::gamma_p_inva | ( | T1 | a, |
T2 | p, | ||
const Policy & | |||
) |
tools::promote_args<T1, T2>::type boost::math::gamma_p_inva | ( | T1 | a, |
T2 | p | ||
) |
tools::promote_args<RT1, RT2>::type boost::math::gamma_q | ( | RT1 | a, |
RT2 | z | ||
) |
tools::promote_args<RT1, RT2>::type boost::math::gamma_q | ( | RT1 | a, |
RT2 | z, | ||
const Policy & | |||
) |
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::math::detail::igamma_initializer< T, Policy >::force_instantiate(), and boost::math::detail::gamma_incomplete_imp().
Referenced by boost::math::detail::beta_small_b_large_a_series(), cdf(), gamma_q(), and boost::math::detail::non_central_chi_square_q().
|
inline |
References gamma_q().
tools::promote_args<T1, T2>::type boost::math::gamma_q_inv | ( | T1 | a, |
T2 | q | ||
) |
Referenced by cdf(), and quantile().
tools::promote_args<T1, T2>::type boost::math::gamma_q_inv | ( | T1 | a, |
T2 | q, | ||
const Policy & | |||
) |
tools::promote_args<T1, T2>::type boost::math::gamma_q_inva | ( | T1 | a, |
T2 | q | ||
) |
tools::promote_args<T1, T2>::type boost::math::gamma_q_inva | ( | T1 | a, |
T2 | q, | ||
const Policy & | |||
) |
|
inline |
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::hermite_imp().
Referenced by hermite().
|
inline |
References hermite().
|
inline |
Referenced by boost::math::detail::hermite_imp().
|
inline |
References boost::math::detail::hypot_imp().
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::ball_topology< 3, RandomNumberGenerator >::bound(), boost::convex_topology< 2 >::distance(), boost::heart_topology< RandomNumberGenerator >::distance(), boost::ball_topology< 3, RandomNumberGenerator >::distance_from_boundary(), boost::heart_topology< RandomNumberGenerator >::move_position_toward(), and boost::convex_topology< 2 >::norm().
|
inline |
References boost::math::detail::hypot_imp().
|
inline |
|
inline |
References ibeta().
|
inline |
|
inline |
References ibeta_derivative().
tools::promote_args<T1, T2, T3, T4>::type boost::math::ibeta_inv | ( | T1 | a, |
T2 | b, | ||
T3 | p, | ||
T4 * | py | ||
) |
tools::promote_args<T1, T2, T3, T4>::type boost::math::ibeta_inv | ( | T1 | a, |
T2 | b, | ||
T3 | p, | ||
T4 * | py, | ||
const Policy & | pol | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_inv | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_inv | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p, | ||
const Policy & | |||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_inva | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_inva | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p, | ||
const Policy & | |||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_invb | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibeta_invb | ( | RT1 | a, |
RT2 | b, | ||
RT3 | p, | ||
const Policy & | |||
) |
|
inline |
|
inline |
References ibetac().
tools::promote_args<T1, T2, T3, T4>::type boost::math::ibetac_inv | ( | T1 | a, |
T2 | b, | ||
T3 | q, | ||
T4 * | py | ||
) |
tools::promote_args<T1, T2, T3, T4>::type boost::math::ibetac_inv | ( | T1 | a, |
T2 | b, | ||
T3 | q, | ||
T4 * | py, | ||
const Policy & | pol | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_inv | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_inv | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q, | ||
const Policy & | |||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_inva | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_inva | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q, | ||
const Policy & | |||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_invb | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q | ||
) |
tools::promote_args<RT1, RT2, RT3>::type boost::math::ibetac_invb | ( | RT1 | a, |
RT2 | b, | ||
RT3 | q, | ||
const Policy & | |||
) |
|
inline |
References BOOST_MATH_STD_USING, boost::accumulators::extract::max, boost::accumulators::extract::min, boost::math::policies::raise_rounding_error(), round(), and T.
Referenced by boost::math::detail::cyl_bessel_i_imp(), boost::math::detail::cyl_bessel_j_imp(), boost::math::detail::hankel_imp(), iround(), boost::math::concepts::iround(), boost::math::detail::non_central_chi_square_p(), and boost::math::detail::non_central_chi_square_q().
|
inline |
<return true if floating-point type t is finite.
References boost::math::detail::isfinite_impl(), and boost::detail::type.
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_sqrt(), boost::math::detail::cbrt_imp(), cdf(), boost::math::beta_detail::check_alpha(), boost::math::beta_detail::check_beta(), boost::math::bernoulli_detail::check_dist_and_k(), boost::math::geometric_detail::check_dist_and_k(), boost::math::negative_binomial_detail::check_dist_and_k(), boost::math::binomial_detail::check_dist_and_k(), boost::math::detail::check_gamma_shape(), boost::math::detail::check_gamma_x(), boost::math::detail::check_inverse_gamma_shape(), boost::math::detail::check_inverse_gamma_x(), boost::math::poisson_detail::check_k(), boost::math::detail::check_lognormal_x(), boost::math::poisson_detail::check_mean(), boost::math::beta_detail::check_mean(), boost::math::poisson_detail::check_mean_NZ(), boost::math::binomial_detail::check_N(), boost::math::detail::check_pareto_scale(), boost::math::detail::check_pareto_shape(), boost::math::detail::check_pareto_x(), boost::math::beta_detail::check_prob(), boost::math::poisson_detail::check_prob(), boost::math::detail::check_skew_normal_shape(), boost::math::bernoulli_detail::check_success_fraction(), boost::math::geometric_detail::check_success_fraction(), boost::math::negative_binomial_detail::check_success_fraction(), boost::math::binomial_detail::check_success_fraction(), boost::math::negative_binomial_detail::check_successes(), boost::math::detail::check_triangular_lower(), boost::math::detail::check_triangular_mode(), boost::math::detail::check_triangular_upper(), boost::math::detail::check_triangular_x(), boost::math::detail::check_uniform_lower(), boost::math::detail::check_uniform_upper(), boost::math::detail::check_uniform_x(), boost::math::beta_detail::check_variance(), boost::math::detail::check_weibull_shape(), boost::math::detail::check_weibull_x(), boost::math::beta_detail::check_x(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::math::detail::cyl_bessel_j_zero_imp(), boost::math::detail::cyl_neumann_imp(), boost::math::detail::cyl_neumann_zero_imp(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_double(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_integer_part(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_long_double(), find_location(), find_scale(), boost::math::detail::float_distance_imp(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::isone(), kurtosis(), kurtosis_excess(), mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator/=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::order(), pdf(), boost::math::detail::round(), skewness(), boost::math::detail::trunc(), variance(), boost::math::detail::verify_lambda(), boost::math::detail::verify_scale_b(), and boost::math::detail::verify_sigma().
|
inline |
<return true if floating-point type t is finite.
References boost::math::detail::isfinite_impl(), and boost::detail::type.
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_sqrt(), boost::math::detail::cbrt_imp(), cdf(), boost::math::beta_detail::check_alpha(), boost::math::beta_detail::check_beta(), boost::math::bernoulli_detail::check_dist_and_k(), boost::math::geometric_detail::check_dist_and_k(), boost::math::negative_binomial_detail::check_dist_and_k(), boost::math::binomial_detail::check_dist_and_k(), boost::math::detail::check_gamma_shape(), boost::math::detail::check_gamma_x(), boost::math::detail::check_inverse_gamma_shape(), boost::math::detail::check_inverse_gamma_x(), boost::math::poisson_detail::check_k(), boost::math::detail::check_lognormal_x(), boost::math::poisson_detail::check_mean(), boost::math::beta_detail::check_mean(), boost::math::poisson_detail::check_mean_NZ(), boost::math::binomial_detail::check_N(), boost::math::detail::check_pareto_scale(), boost::math::detail::check_pareto_shape(), boost::math::detail::check_pareto_x(), boost::math::beta_detail::check_prob(), boost::math::poisson_detail::check_prob(), boost::math::detail::check_skew_normal_shape(), boost::math::bernoulli_detail::check_success_fraction(), boost::math::geometric_detail::check_success_fraction(), boost::math::negative_binomial_detail::check_success_fraction(), boost::math::binomial_detail::check_success_fraction(), boost::math::negative_binomial_detail::check_successes(), boost::math::detail::check_triangular_lower(), boost::math::detail::check_triangular_mode(), boost::math::detail::check_triangular_upper(), boost::math::detail::check_triangular_x(), boost::math::detail::check_uniform_lower(), boost::math::detail::check_uniform_upper(), boost::math::detail::check_uniform_x(), boost::math::beta_detail::check_variance(), boost::math::detail::check_weibull_shape(), boost::math::detail::check_weibull_x(), boost::math::beta_detail::check_x(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::math::detail::cyl_bessel_j_zero_imp(), boost::math::detail::cyl_neumann_imp(), boost::math::detail::cyl_neumann_zero_imp(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_double(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_integer_part(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_long_double(), find_location(), find_scale(), boost::math::detail::float_distance_imp(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::isone(), kurtosis(), kurtosis_excess(), mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator/=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::order(), pdf(), boost::math::detail::round(), skewness(), boost::math::detail::trunc(), variance(), boost::math::detail::verify_lambda(), boost::math::detail::verify_scale_b(), and boost::math::detail::verify_sigma().
|
inline |
References boost::math::detail::isinf_impl(), and boost::detail::type.
Referenced by acos(), asin(), atanh(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_inv(), cdf(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::div_unsigned_long_long(), kurtosis(), kurtosis_excess(), boost::math::detail::kurtosis_excess(), boost::math::detail::mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::mul_unsigned_long_long(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_pdf(), boost::math::detail::non_central_t_quantile(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator*=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator+=(), boost::multiprecision::backends::tommath_int::operator=(), boost::multiprecision::backends::detail::gmp_float_imp< 0 >::operator=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator=(), boost::multiprecision::backends::gmp_int::operator=(), boost::multiprecision::backends::operator=(), pdf(), boost::math::detail::skewness(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::str(), boost::math::detail::tgamma_ratio_imp(), variance(), and boost::math::detail::variance().
|
inline |
References boost::math::detail::isinf_impl(), and boost::detail::type.
Referenced by acos(), asin(), atanh(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_inv(), cdf(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::div_unsigned_long_long(), kurtosis(), kurtosis_excess(), boost::math::detail::kurtosis_excess(), boost::math::detail::mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::mul_unsigned_long_long(), boost::math::detail::non_central_t_cdf(), boost::math::detail::non_central_t_pdf(), boost::math::detail::non_central_t_quantile(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator*=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator+=(), boost::multiprecision::backends::tommath_int::operator=(), boost::multiprecision::backends::detail::gmp_float_imp< 0 >::operator=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator=(), boost::multiprecision::backends::gmp_int::operator=(), boost::multiprecision::backends::operator=(), pdf(), boost::math::detail::skewness(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::str(), boost::math::detail::tgamma_ratio_imp(), variance(), and boost::math::detail::variance().
|
inline |
<return true if floating-point type t is NaN (Not A Number).
References boost::math::detail::isnan_impl(), and boost::detail::type.
Referenced by acos(), acosh(), asin(), atanh(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_inv(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::div_unsigned_long_long(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_double(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_long_double(), boost::math_detail::is_nan_helper(), kurtosis(), kurtosis_excess(), mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::mul_unsigned_long_long(), boost::math::detail::mult_minus_one(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator*=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator+=(), boost::multiprecision::backends::tommath_int::operator=(), boost::multiprecision::backends::detail::gmp_float_imp< 0 >::operator=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator=(), boost::multiprecision::backends::gmp_int::operator=(), boost::multiprecision::backends::operator=(), skewness(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::str(), variance(), boost::math::detail::verify_exp_x(), and boost::math::detail::verify_rayleigh_x().
|
inline |
<return true if floating-point type t is NaN (Not A Number).
References boost::math::detail::isnan_impl(), and boost::detail::type.
Referenced by acos(), acosh(), asin(), atanh(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::calculate_inv(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::compare(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::div_unsigned_long_long(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_double(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_long_double(), boost::math_detail::is_nan_helper(), kurtosis(), kurtosis_excess(), mean(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::mul_unsigned_long_long(), boost::math::detail::mult_minus_one(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator*=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator+=(), boost::multiprecision::backends::tommath_int::operator=(), boost::multiprecision::backends::detail::gmp_float_imp< 0 >::operator=(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::operator=(), boost::multiprecision::backends::gmp_int::operator=(), boost::multiprecision::backends::operator=(), skewness(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::str(), variance(), boost::math::detail::verify_exp_x(), and boost::math::detail::verify_rayleigh_x().
|
inline |
References boost::math::detail::isnormal_impl(), and boost::detail::type.
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION().
|
inline |
References boost::math::detail::isnormal_impl(), and boost::detail::type.
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION().
|
inline |
References BOOST_MATH_STD_USING, boost::accumulators::extract::max, boost::accumulators::extract::min, boost::math::policies::raise_rounding_error(), and trunc().
Referenced by boost::math::detail::binomial_ccdf(), cdf(), boost::math::detail::cos_pi_imp(), boost::math::detail::cyl_bessel_j_prime_imp(), boost::math::detail::cyl_bessel_k_imp(), boost::math::detail::cyl_neumann_imp(), boost::math::detail::falling_factorial_imp(), boost::math::detail::finite_gamma_q(), boost::math::detail::float_advance_imp(), boost::math::detail::gamma_imp(), boost::math::detail::ibeta_imp(), itrunc(), boost::math::concepts::itrunc(), boost::math::detail::lgamma_imp(), modf(), boost::math::detail::non_central_beta_p(), boost::math::detail::non_central_beta_pdf(), boost::math::detail::non_central_beta_q(), boost::math::detail::non_central_chi_square_pdf(), boost::math::detail::non_central_t2_p(), boost::math::detail::non_central_t2_pdf(), boost::math::detail::non_central_t2_q(), boost::math::detail::owens_t_T1_accelerated(), boost::math::detail::owens_t_T2_accelerated(), pdf(), boost::math::detail::sin_pi_imp(), boost::math::detail::tgamma_delta_ratio_imp(), boost::math::detail::zeta_polynomial_series(), and boost::math::constants::detail::detail::zeta_series_derivative_2().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_cd().
|
inline |
References jacobi_cd().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_cn(), and jacobi_nc().
|
inline |
References jacobi_cn().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_cs().
|
inline |
References jacobi_cs().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_dc().
|
inline |
References jacobi_dc().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_dn(), and jacobi_nd().
|
inline |
References jacobi_dn().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_ds().
|
inline |
References jacobi_ds().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, and boost::math::policies::checked_narrowing_cast().
Referenced by jacobi_cd(), jacobi_cn(), jacobi_cs(), jacobi_dc(), jacobi_dn(), jacobi_ds(), jacobi_elliptic(), jacobi_ns(), jacobi_sc(), jacobi_sd(), and jacobi_sn().
|
inline |
References jacobi_elliptic().
|
inline |
References jacobi_cn().
Referenced by jacobi_nc().
|
inline |
References jacobi_nc().
|
inline |
References jacobi_dn().
Referenced by jacobi_nd().
|
inline |
References jacobi_nd().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_ns().
|
inline |
References jacobi_ns().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_sc().
|
inline |
References jacobi_sc().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_sd().
|
inline |
References jacobi_sd().
|
inline |
References jacobi_elliptic().
Referenced by jacobi_sn().
|
inline |
References jacobi_sn().
|
inline |
|
inline |
|
inline |
References kurtosis_excess().
|
inline |
|
inline |
|
inline |
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References boost::multiprecision::backends::p.
|
inline |
References BOOST_MATH_STD_USING, and exp().
|
inline |
References boost::multiprecision::backends::p.
|
inline |
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References boost::math::detail::check_pareto(), and shape().
|
inline |
|
inline |
References boost::lexical_cast().
|
inline |
References isfinite(), kurtosis_excess(), scale(), and shape().
|
inline |
References boost::lexical_cast().
|
inline |
References boost::math::detail::check_triangular(), and mode().
|
inline |
RealT boost::math::kurtosis | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist | ) |
References boost::multiprecision::backends::i, boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), boost::multiprecision::backends::p, boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), boost::math::hyperexponential_distribution< RealT, PolicyT >::rates(), boost::xpressive::s1, boost::xpressive::s2, boost::xpressive::s3, and boost::xpressive::s4.
|
inline |
References kurtosis_excess().
|
inline |
References boost::lexical_cast().
Referenced by kurtosis_excess().
|
inline |
References boost::n, and boost::multiprecision::backends::p.
|
inline |
References boost::math::detail::kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References kurtosis_excess().
|
inline |
References BOOST_MATH_STD_USING, boost::n, and boost::math::policies::raise_domain_error().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::multiprecision::backends::p.
|
inline |
|
inline |
References BOOST_MATH_STD_USING, and exp().
|
inline |
|
inline |
References boost::multiprecision::backends::p.
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_gamma(), scale(), and shape().
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
|
inline |
|
inline |
References boost::math::detail::check_uniform().
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_weibull(), scale(), shape(), and tgamma().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, isfinite(), scale(), and shape().
|
inline |
References boost::math::detail::check_pareto(), and shape().
|
inline |
References boost::lexical_cast().
|
inline |
|
inline |
References boost::lexical_cast().
|
inline |
|
inline |
References boost::math::detail::check_triangular(), and mode().
|
inline |
References boost::flyweights::x, and boost::polygon::y().
|
inline |
References boost::lexical_cast().
Referenced by kurtosis(), and quantile().
RealT boost::math::kurtosis_excess | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist | ) |
References kurtosis().
|
inline |
References boost::n, and boost::multiprecision::backends::p.
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
|
inline |
References abs(), BOOST_QUATERNION_VALARRAY_LOADER, and boost::accumulators::extract::sum.
References abs(), BOOST_OCTONION_VALARRAY_LOADER, and boost::accumulators::extract::sum.
Referenced by boost::BasicLock< Lk >::BOOST_CONCEPT_USAGE(), boost::Lock< Lk >::BOOST_CONCEPT_USAGE(), boost::TimedLock< Lk >::BOOST_CONCEPT_USAGE(), boost::math::detail::ibeta_power_terms(), boost::detail::lock_helper(), and boost::detail::try_lock_internal().
|
inline |
Referenced by boost::math::detail::laguerre(), and boost::math::detail::laguerre_imp().
|
inline |
|
inline |
|
inline |
Referenced by boost::math::detail::laguerre_imp().
|
inline |
|
inline |
Referenced by boost::lcm().
|
inline |
Referenced by boost::math::detail::legendre_imp(), and boost::math::detail::legendre_p_imp().
|
inline |
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::legendre_imp().
Referenced by legendre_p(), and boost::math::detail::legendre_p_imp().
|
inline |
References legendre_p().
|
inline |
|
inline |
References legendre_p().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::legendre_imp().
Referenced by legendre_q().
|
inline |
References legendre_q().
tools::promote_args<RT>::type boost::math::lgamma | ( | RT | z, |
int * | sign | ||
) |
tools::promote_args<RT>::type boost::math::lgamma | ( | RT | z, |
int * | sign, | ||
const Policy & | pol | ||
) |
tools::promote_args<RT>::type boost::math::lgamma | ( | RT | x | ) |
tools::promote_args<RT>::type boost::math::lgamma | ( | RT | x, |
const Policy & | pol | ||
) |
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), boost::math::detail::lgamma_initializer< T, Policy >::force_instantiate(), and boost::math::detail::lgamma_imp().
Referenced by boost::math::detail::lgamma_initializer< T, Policy >::init::do_init(), boost::math::detail::gamma_incomplete_imp(), lgamma(), boost::math::detail::sph_bessel_j_small_z_series_term< T, Policy >::sph_bessel_j_small_z_series_term(), boost::math::detail::tgamma_ratio_imp(), and boost::math::detail::zeta_imp().
|
inline |
References lgamma().
|
inline |
References lgamma.
|
inline |
References lgamma.
|
inline |
|
inline |
|
inline |
References log1p.
|
inline |
|
inline |
References log1pmx.
|
inline |
|
inline |
|
inline |
References boost::math::policies::raise_domain_error().
|
inline |
References boost::math::bernoulli_distribution< RealType, Policy >::success_fraction().
Referenced by cdf(), boost::math::poisson_detail::check_mean(), boost::math::beta_detail::check_mean(), boost::math::poisson_detail::check_mean_NZ(), boost::math::beta_distribution< RealType, Policy >::find_alpha(), boost::math::beta_distribution< RealType, Policy >::find_beta(), kurtosis(), kurtosis_excess(), mean(), mode(), pdf(), quantile(), skewness(), standard_deviation(), and variance().
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, and exp().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_gamma(), scale(), and shape().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_weibull(), scale(), shape(), and tgamma().
|
inline |
|
inline |
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
References BOOST_MATH_STD_USING, and boost::geometry::math::sqrt().
|
inline |
|
inline |
References scale().
|
inline |
|
inline |
References boost::math::detail::check_uniform().
|
inline |
|
inline |
|
inline |
References boost::math::detail::check_pareto(), and boost::math::tools::max_value().
|
inline |
References BOOST_MATH_STD_USING, isfinite(), scale(), and shape().
|
inline |
References isnan().
|
inline |
References boost::math::detail::check_triangular(), and mode().
|
inline |
|
inline |
RealT boost::math::mean | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist | ) |
References exp(), boost::multiprecision::backends::i, mean(), boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), and boost::math::hyperexponential_distribution< RealT, PolicyT >::rates().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::constants::root_ln_four().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, and exp().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_pareto(), and pow().
|
inline |
References boost::math::detail::check_uniform().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::chrono::floor(), boost::n, and boost::multiprecision::backends::p.
|
inline |
References boost::n.
|
inline |
References BOOST_MATH_STD_USING, and boost::chrono::floor().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::chrono::floor(), boost::n, and N.
|
inline |
References BOOST_MATH_STD_USING, and exp().
|
inline |
|
inline |
References BOOST_MATH_STD_USING.
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_gamma(), scale(), and shape().
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_weibull(), pow(), scale(), and shape().
|
inline |
References BOOST_MATH_STD_USING, and boost::chrono::floor().
|
inline |
|
inline |
|
inline |
References boost::math::bernoulli_distribution< RealType, Policy >::success_fraction().
Referenced by cdf(), boost::math::detail::check_triangular_mode(), kurtosis(), kurtosis_excess(), mean(), median(), mode(), pdf(), quantile(), skewness(), and variance().
|
inline |
|
inline |
|
inline |
References scale().
|
inline |
|
inline |
References boost::math::detail::check_uniform().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_inverse_gamma(), scale(), and shape().
|
inline |
References boost::math::detail::check_triangular_mode(), and mode().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, mean(), scale(), and boost::geometry::math::sqrt().
RealT boost::math::mode | ( | hyperexponential_distribution< RealT, PolicyT > const & | ) |
|
inline |
References BOOST_MATH_STD_USING, boost::chrono::floor(), boost::n, and boost::multiprecision::backends::p.
|
inline |
References boost::a, boost::math::non_central_beta_distribution< RealType, Policy >::alpha(), boost::asio::b, boost::math::non_central_beta_distribution< RealType, Policy >::beta(), boost::multiprecision::backends::c, boost::math::beta_detail::check_alpha(), boost::math::beta_detail::check_beta(), boost::math::detail::mean(), and boost::math::non_central_beta_distribution< RealType, Policy >::non_centrality().
|
inline |
|
inline |
|
inline |
References itrunc().
|
inline |
References ltrunc().
|
inline |
References boost::phoenix::val().
Referenced by boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), and nextafter().
|
inline |
References nextafter().
References conj(), and boost::math::quaternion< T >::real().
References conj(), and boost::math::octonion< T >::real().
Referenced by cdf(), boost::math::detail::non_central_t_pdf(), and quantile().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), and boost::math::octonion< T >::R_component_8().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
::std::basic_ostream<charT,traits>& boost::math::operator<< | ( | ::std::basic_ostream< charT, traits > & | os, |
quaternion< T > const & | q | ||
) |
References boost::asio::s.
::std::basic_ostream<charT,traits>& boost::math::operator<< | ( | ::std::basic_ostream< charT, traits > & | os, |
octonion< T > const & | o | ||
) |
References boost::asio::s.
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::quaternion< T >::R_component_1(), boost::math::octonion< T >::R_component_1(), boost::math::quaternion< T >::R_component_2(), boost::math::octonion< T >::R_component_2(), boost::math::quaternion< T >::R_component_3(), boost::math::octonion< T >::R_component_3(), boost::math::quaternion< T >::R_component_4(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::quaternion< T >::R_component_1(), boost::math::octonion< T >::R_component_1(), boost::math::quaternion< T >::R_component_2(), boost::math::octonion< T >::R_component_2(), boost::math::quaternion< T >::R_component_3(), boost::math::octonion< T >::R_component_3(), boost::math::quaternion< T >::R_component_4(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), and T.
|
inline |
References boost::math::octonion< T >::R_component_1(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), and boost::math::octonion< T >::R_component_8().
::std::basic_istream<charT,traits>& boost::math::operator>> | ( | ::std::basic_istream< charT, traits > & | is, |
quaternion< T > & | q | ||
) |
::std::basic_istream<charT,traits>& boost::math::operator>> | ( | ::std::basic_istream< charT, traits > & | is, |
octonion< T > & | o | ||
) |
References boost::math::octonion< T >::a, boost::math::octonion< T >::b, boost::math::octonion< T >::c, boost::math::octonion< T >::d, boost::math::octonion< T >::e, boost::math::octonion< T >::f, boost::regex_constants::failbit, boost::iostreams::bzip2::finish, boost::math::octonion< T >::g, boost::math::octonion< T >::h, boost::multiprecision::backends::p, T, boost::flyweights::x, and boost::polygon::y().
|
inline |
References boost::math::policies::checked_narrowing_cast(), boost::math::detail::owens_t_initializer< T, Policy, tag >::force_instantiate(), boost::math::detail::owens_t(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::program_options::value().
Referenced by cdf(), and boost::math::detail::owens_t_initializer< T, Policy, tag >::init::do_init().
|
inline |
References boost::math::detail::owens_t().
RealType boost::math::pdf | ( | const fisher_f_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), fabs(), isinf(), location(), scale(), and boost::flyweights::x.
|
inline |
RealType boost::math::pdf | ( | const chi_squared_distribution< RealType, Policy > & | dist, |
const RealType & | chi_square | ||
) |
|
inline |
RealType boost::math::pdf | ( | const lognormal_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), isinf(), mean(), and boost::geometry::math::sqrt().
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), isinf(), location(), scale(), and boost::flyweights::x.
RealType boost::math::pdf | ( | const inverse_chi_squared_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
|
inline |
|
inline |
|
inline |
References boost::flyweights::x.
|
inline |
|
inline |
References BOOST_MATH_STD_USING, exp(), mean(), scale(), and boost::geometry::math::sqrt().
|
inline |
References BOOST_MATH_STD_USING, itrunc(), pdf(), boost::detail::type, and boost::flyweights::x.
|
inline |
|
inline |
RealType boost::math::pdf | ( | const bernoulli_distribution< RealType, Policy > & | dist, |
const RealType & | k | ||
) |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::bernoulli_detail::check_dist_and_k(), and boost::math::bernoulli_distribution< RealType, Policy >::success_fraction().
Referenced by boost::math::detail::nc_beta_pdf(), boost::math::detail::nccs_pdf(), boost::math::detail::non_central_t_pdf(), boost::math::inverse_gaussian_quantile_functor< RealType, Policy >::operator()(), boost::math::inverse_gaussian_quantile_complement_functor< RealType, Policy >::operator()(), boost::math::detail::skew_normal_mode_functor< RealType, Policy >::operator()(), boost::math::detail::skew_normal_quantile_functor< RealType, Policy >::operator()(), and pdf().
|
inline |
RealType boost::math::pdf | ( | const triangular_distribution< RealType, Policy > & | dist, |
const RealType & | x | ||
) |
|
inline |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), isinf(), location(), and scale().
RealType boost::math::pdf | ( | const poisson_distribution< RealType, Policy > & | dist, |
const RealType & | k | ||
) |
|
inline |
|
inline |
|
inline |
|
inline |
RealT boost::math::pdf | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist, |
RealT const & | x | ||
) |
References BOOST_MATH_STD_USING, boost::math::beta_detail::check_x(), exp(), boost::multiprecision::backends::i, boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), pdf(), boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), and boost::math::hyperexponential_distribution< RealT, PolicyT >::rates().
RealType boost::math::pdf | ( | const binomial_distribution< RealType, Policy > & | dist, |
const RealType & | k | ||
) |
|
inline |
References boost::math::detail::nc_beta_pdf().
|
inline |
References boost::math::detail::nccs_pdf().
|
inline |
|
inline |
|
inline |
quaternion<T> boost::math::pow | ( | quaternion< T > const & | q, |
int | n | ||
) |
References pow().
Referenced by boost::math::detail::airy_ai_imp(), boost::math::detail::beta_imp(), boost::math::detail::beta_small_b_large_a_series(), boost::math::detail::binomial_ccdf(), boost::math::tools::detail::cbrt_epsilon_imp(), cdf(), boost::math::detail::ellint_rc_imp(), boost::math::detail::ellint_rd_imp(), boost::math::detail::ellint_rf_imp(), boost::math::detail::ellint_rj_imp(), boost::math::detail::expint_as_series(), boost::math::detail::finite_gamma_q(), boost::math::detail::full_igamma_prefix(), boost::math::detail::gamma_imp(), boost::math::detail::gamma_incomplete_imp(), boost::math::detail::hankel_imp(), boost::math::detail::ibeta_imp(), boost::math::detail::ibeta_power_terms(), boost::math::detail::ibeta_series(), boost::math::tools::kahan_sum_series(), boost::math::detail::legendre_p_imp(), median(), mode(), boost::math::detail::nccs_quantile(), boost::math::detail::non_central_t2_q(), boost::math::detail::owens_t_T1_accelerated(), boost::math::detail::owens_t_T2_accelerated(), pdf(), pow(), boost::math::detail::powm1_imp(), quantile(), boost::math::binomial_detail::quantile_imp(), boost::math::detail::regularised_gamma_prefix(), skewness(), boost::math::detail::skewness(), boost::math::detail::sph_bessel_j_small_z_series_term< T, Policy >::sph_bessel_j_small_z_series_term(), boost::math::detail::spherical_harmonic_prefix(), boost::math::detail::tgamma_delta_ratio_imp_lanczos(), boost::math::detail::zeta_imp(), boost::math::detail::zeta_imp_prec(), boost::math::detail::zeta_polynomial_series(), boost::math::constants::detail::khinchin_detail::zeta_polynomial_series(), boost::math::constants::detail::detail::zeta_series_2(), and boost::math::constants::detail::detail::zeta_series_derivative_2().
|
inline |
|
inline |
References boost::math::detail::powm1_imp().
boost::uint32_t boost::math::prime | ( | unsigned | n, |
const Policy & | pol | ||
) |
References boost::xpressive::a1, boost::xpressive::a2, boost::xpressive::a3, and boost::n.
Referenced by prime().
|
inline |
References prime().
|
inline |
RealType boost::math::quantile | ( | const extreme_value_distribution< RealType, Policy > & | dist, |
const RealType & | p | ||
) |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, location(), boost::math::ef::log(), and scale().
|
inline |
References BOOST_MATH_STD_USING, exp(), norm(), and quantile().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_gamma(), gamma_p_inv(), scale(), and shape().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_weibull(), log1p, pow(), scale(), and shape().
|
inline |
References BOOST_MATH_STD_USING, location(), boost::math::ef::log(), and scale().
|
inline |
References gamma_q_inv(), and scale().
|
inline |
|
inline |
References boost::multiprecision::backends::c, and gamma_q_inv().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::multiprecision::backends::c, complement(), exp(), norm(), and quantile().
RealType boost::math::quantile | ( | const complemented2_type< extreme_value_distribution< RealType, Policy >, RealType > & | c | ) |
|
inline |
References BOOST_MATH_STD_USING, erfc_inv(), and mean().
|
inline |
|
inline |
References BOOST_MATH_STD_USING.
|
inline |
|
inline |
References boost::math::detail::check_uniform().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_inverse_gamma(), gamma_q_inv(), scale(), and shape().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, and boost::multiprecision::backends::c.
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_pareto(), pow(), scale(), and shape().
|
inline |
|
inline |
References boost::math::bernoulli_detail::check_dist_and_prob(), boost::multiprecision::backends::p, and boost::math::bernoulli_distribution< RealType, Policy >::success_fraction().
Referenced by find_location(), find_scale(), boost::math::detail::guess_ig(), boost::math::detail::nccs_quantile(), boost::math::detail::non_central_t_quantile(), boost::math::detail::sample_size_func< RealType, Policy >::operator()(), boost::math::detail::df_estimator< RealType, Policy >::operator()(), and quantile().
|
inline |
References boost::multiprecision::backends::c, gamma_p_inv(), gamma_q_inv(), and scale().
|
inline |
References boost::math::detail::quantile_imp().
|
inline |
References BOOST_MATH_STD_USING, boost::multiprecision::backends::c, erfc_inv(), and mean().
|
inline |
References BOOST_MATH_STD_USING, boost::multiprecision::backends::c, location(), boost::math::ef::log(), and scale().
|
inline |
References boost::multiprecision::backends::c, and boost::math::detail::check_uniform().
|
inline |
|
inline |
References boost::multiprecision::backends::c, and quantile().
|
inline |
References boost::multiprecision::backends::c, and boost::math::detail::quantile_imp().
RealType boost::math::quantile | ( | const triangular_distribution< RealType, Policy > & | dist, |
const RealType & | p | ||
) |
|
inline |
|
inline |
|
inline |
RealType boost::math::quantile | ( | const complemented2_type< triangular_distribution< RealType, Policy >, RealType > & | c | ) |
|
inline |
References boost::spirit::ascii::alpha, beta(), quantile(), and boost::flyweights::x.
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::geometric_detail::check_dist_and_prob(), and log1p.
|
inline |
|
inline |
|
inline |
|
inline |
RealT boost::math::quantile | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist, |
RealT const & | p | ||
) |
|
inline |
RealT boost::math::quantile | ( | complemented2_type< hyperexponential_distribution< RealT, PolicyT >, RealT > const & | c | ) |
References boost::multiprecision::backends::c, and boost::multiprecision::backends::p.
|
inline |
|
inline |
|
inline |
References boost::math::binomial_detail::quantile_imp().
RealType boost::math::quantile | ( | const complemented2_type< binomial_distribution< RealType, Policy >, RealType > & | c | ) |
|
inline |
|
inline |
References boost::math::detail::nc_beta_quantile().
|
inline |
|
inline |
References boost::math::detail::nccs_quantile().
|
inline |
References boost::multiprecision::backends::c, and boost::math::detail::nccs_quantile().
|
inline |
References boost::math::detail::non_central_t_quantile().
|
inline |
References boost::math::detail::non_central_t_quantile().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::accumulators::extract::max, boost::accumulators::extract::min, boost::n, and N.
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
Referenced by quantile(), and support().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
std::pair<RealT,RealT> boost::math::range | ( | hyperexponential_distribution< RealT, PolicyT > const & | ) |
References boost::xpressive::make_pair.
const std::pair<RealType, RealType> boost::math::range | ( | const binomial_distribution< RealType, Policy > & | dist | ) |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
References boost::math::quaternion< T >::real().
References boost::math::octonion< T >::real().
|
inline |
References boost::math::detail::rising_factorial_imp().
Referenced by boost::math::detail::falling_factorial_imp().
|
inline |
References boost::math::detail::rising_factorial_imp().
|
inline |
References boost::spirit::x3::bool_, and boost::math::detail::round().
Referenced by boost::geometry::math::detail::round< Result, Source, true, false >::apply(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_f_imp(), boost::math::detail::ellint_pi_imp(), iround(), iround(), mpfr::iround(), boost::math::ef::iround(), boost::math::ntl::iround(), llround(), mpfr::llround(), boost::math::ntl::llround(), lround(), lround(), mpfr::lround(), boost::math::ef::lround(), boost::math::ntl::lround(), and round().
|
inline |
References round().
|
inline |
|
inline |
Referenced by boost::numeric::ublas::vector_norm_2< V >::apply(), cdf(), boost::math::detail::cdf_imp(), boost::math::detail::check_pareto_scale(), boost::multiprecision::backends::cpp_dec_float< Digits10, ExponentType, Allocator >::extract_parts(), find_location(), boost::geometry::segment_ratio< Type >::initialize(), kurtosis(), kurtosis_excess(), mean(), median(), mode(), boost::math::detail::mode_fallback(), pdf(), quantile(), boost::math::detail::quantile_imp(), boost::polygon::polygon_45_set_data< Unit >::scale(), boost::polygon::polygon_set_data< T >::scale(), skewness(), standard_deviation(), and variance().
|
inline |
|
inline |
Referenced by cdf(), boost::math::detail::check_gamma_shape(), boost::math::detail::check_inverse_gamma_shape(), boost::math::detail::check_pareto_shape(), boost::math::detail::check_skew_normal_shape(), boost::math::detail::check_weibull_shape(), kurtosis(), kurtosis_excess(), mean(), median(), mode(), boost::math::detail::mode_fallback(), boost::math::detail::skew_normal_mode_functor< RealType, Policy >::operator()(), pdf(), quantile(), skewness(), and variance().
int boost::math::sign | ( | const T & | z | ) |
Referenced by boost::math::tools::bisect(), boost::math::tools::detail::bracket(), boost::math::tools::bracket_and_solve_root(), boost::math::detail::bracket_and_solve_root_01(), boost::math::detail::cbrt_imp(), boost::math::detail::ellint_pi_imp(), boost::math::detail::falling_factorial_imp(), boost::math::detail::float_advance_imp(), boost::math::detail::float_distance_imp(), boost::math::detail::gamma_imp(), boost::math::tools::halley_iterate(), boost::math::tools::detail::handle_zero_derivative(), boost::math::detail::legendre_p_imp(), boost::math::detail::lgamma_imp(), boost::math::detail::non_central_t_quantile(), boost::math::tools::detail::quadratic_interpolate(), boost::math::tools::real_cast< mpfr::mpreal, long long >(), boost::math::tools::real_cast< mpfr_class, long long >(), boost::math::detail::sinpx(), boost::math::detail::sph_hankel_imp(), boost::math::detail::spherical_harmonic_i(), boost::math::detail::spherical_harmonic_r(), boost::math::tools::toms748_solve(), and boost::math::detail::zeta_imp().
int() boost::math::signbit | ( | T | x | ) |
References boost::math::detail::signbit_impl(), and boost::detail::type.
|
inline |
References signbit(), boost::math::detail::signbit_impl(), boost::detail::type, and boost::flyweights::x.
Referenced by acos(), acosh(), asin(), atanh(), BOOST_NO_MACRO_EXPAND(), boost::units::BOOST_PREVENT_MACRO_SUBSTITUTION(), and boost::spirit::x3::signbit().
|
inline |
References abs(), cos(), cosh(), boost::math::quaternion< T >::R_component_2(), boost::math::quaternion< T >::R_component_3(), boost::math::quaternion< T >::R_component_4(), boost::math::quaternion< T >::real(), sin(), sinhc_pi(), T, and boost::math::quaternion< T >::unreal().
Referenced by cos(), cylindrical(), cylindrospherical(), multipolar(), semipolar(), and spherical().
References abs(), cos(), cosh(), boost::math::octonion< T >::R_component_2(), boost::math::octonion< T >::R_component_3(), boost::math::octonion< T >::R_component_4(), boost::math::octonion< T >::R_component_5(), boost::math::octonion< T >::R_component_6(), boost::math::octonion< T >::R_component_7(), boost::math::octonion< T >::R_component_8(), boost::math::octonion< T >::real(), sinhc_pi(), T, and boost::math::octonion< T >::unreal().
Referenced by cos(), cylindrical(), cylindrospherical(), boost::math::detail::ellint_e_imp(), boost::math::detail::ellint_f_imp(), boost::math::detail::ellint_pi_imp(), boost::math::detail::jacobi_imp(), boost::math::detail::jacobi_recurse(), multipolar(), semipolar(), sin(), boost::math::detail::sin_pi_imp(), sinc_pi(), boost::math::detail::sinc_pi_imp(), boost::math::detail::sinpx(), spherical(), boost::math::detail::spherical_harmonic(), boost::math::detail::spherical_harmonic_i(), boost::math::detail::spherical_harmonic_prefix(), and tan().
|
inline |
References boost::flyweights::x.
Referenced by sin_pi(), boost::math::detail::sin_pi_imp(), and boost::math::detail::zeta_imp().
|
inline |
References sin_pi().
|
inline |
References abs(), BOOST_MATH_STD_USING, sin(), T, and boost::flyweights::x.
|
inline |
References sinc_pi().
|
inline |
References boost::math::detail::sinc_pi_imp().
Referenced by exp(), sinc_pi(), and boost::math::detail::sph_bessel_j_imp().
|
inline |
References boost::math::detail::sinc_pi_imp().
|
inline |
References exp().
References exp().
Referenced by boost::math::detail::cyl_bessel_i_imp(), sinhc_pi(), boost::math::detail::sinhc_pi_imp(), and tanh().
|
inline |
References boost::geometry::math::abs(), abs(), boost::math::ef::sinh(), sinh(), boost::geometry::math::sqrt(), T, and boost::flyweights::x.
|
inline |
References boost::math::detail::sinhc_pi_imp().
Referenced by cos(), sin(), and sinhc_pi().
|
inline |
References sinhc_pi().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, and boost::geometry::math::sqrt().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::n, N, and boost::geometry::math::sqrt().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, exp(), expm1, and boost::geometry::math::sqrt().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_weibull(), pow(), scale(), shape(), and tgamma().
|
inline |
References boost::math::detail::check_uniform().
|
inline |
References BOOST_MATH_STD_USING, and boost::geometry::math::sqrt().
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, isfinite(), scale(), shape(), and boost::geometry::math::sqrt().
|
inline |
References boost::lexical_cast().
|
inline |
References isnan().
|
inline |
References boost::lexical_cast().
|
inline |
References boost::lexical_cast().
|
inline |
References boost::lexical_cast().
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_triangular(), mode(), and pow().
|
inline |
References BOOST_MATH_STD_USING, mean(), scale(), and boost::geometry::math::sqrt().
RealT boost::math::skewness | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist | ) |
References BOOST_MATH_STD_USING, boost::multiprecision::backends::i, boost::n, boost::math::hyperexponential_distribution< RealT, PolicyT >::num_phases(), boost::multiprecision::backends::p, pow(), boost::math::hyperexponential_distribution< RealT, PolicyT >::probabilities(), boost::math::hyperexponential_distribution< RealT, PolicyT >::rates(), boost::xpressive::s1, boost::xpressive::s2, and boost::xpressive::s3.
|
inline |
References BOOST_MATH_STD_USING, boost::polygon::delta(), pow(), and boost::geometry::math::sqrt().
|
inline |
References boost::lexical_cast().
Referenced by quantile().
|
inline |
References boost::lexical_cast().
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
References BOOST_MATH_STD_USING, and pow().
|
inline |
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by sph_bessel().
|
inline |
References sph_bessel().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by sph_bessel_prime().
|
inline |
References sph_bessel_prime().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, and boost::math::policies::checked_narrowing_cast().
Referenced by sph_hankel_1().
|
inline |
References sph_hankel_1().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, and boost::math::policies::checked_narrowing_cast().
Referenced by sph_hankel_2().
|
inline |
References sph_hankel_2().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by sph_neumann().
|
inline |
References sph_neumann().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::flyweights::x.
Referenced by sph_neumann_prime().
|
inline |
References sph_neumann_prime().
|
inline |
|
inline |
References boost::n.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Referenced by boost::math::detail::asinh_imp().
|
inline |
References BOOST_MATH_STD_USING, expm1, fabs(), log1p, and boost::geometry::math::sqrt().
|
inline |
References boost::math::exponential_distribution< RealType, Policy >::lambda(), and boost::math::detail::verify_lambda().
Referenced by quantile().
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, mean(), scale(), and boost::geometry::math::sqrt().
References abs(), BOOST_QUATERNION_VALARRAY_LOADER, and boost::accumulators::extract::max.
References abs(), BOOST_OCTONION_VALARRAY_LOADER, and boost::accumulators::extract::max.
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value(), and boost::math::tools::min_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value(), and boost::math::tools::min_value().
|
inline |
References boost::math::tools::max_value(), and boost::math::tools::min_value().
|
inline |
References range().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value(), and boost::math::tools::min_value().
|
inline |
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
std::pair<RealT,RealT> boost::math::support | ( | hyperexponential_distribution< RealT, PolicyT > const & | ) |
References boost::xpressive::make_pair.
const std::pair<RealType, RealType> boost::math::support | ( | const binomial_distribution< RealType, Policy > & | dist | ) |
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
|
inline |
References boost::math::tools::max_value().
void boost::math::suppress_unused_variable_warning | ( | const T & | ) |
|
inline |
|
inline |
References T.
|
inline |
References boost::multiprecision::backends::i.
|
inline |
References T.
|
inline |
|
inline |
References cosh(), and sinh().
Referenced by boost::math::detail::jacobi_imp().
tools::promote_args<RT>::type boost::math::tgamma | ( | RT | z | ) |
tools::promote_args<RT1, RT2>::type boost::math::tgamma | ( | RT1 | a, |
RT2 | z | ||
) |
tools::promote_args<RT1, RT2>::type boost::math::tgamma | ( | RT1 | a, |
RT2 | z, | ||
const Policy & | pol | ||
) |
|
inline |
Referenced by boost::math::detail::airy_ai_imp(), boost::math::detail::airy_ai_prime_imp(), boost::math::detail::airy_bi_imp(), boost::math::detail::airy_bi_prime_imp(), boost::math::detail::beta_imp(), double_factorial(), factorial(), boost::math::detail::gamma_incomplete_imp(), kurtosis_excess(), mean(), boost::math::detail::nccs_quantile(), boost::math::detail::non_central_t2_q(), skewness(), boost::math::detail::sph_bessel_j_small_z_series_term< T, Policy >::sph_bessel_j_small_z_series_term(), boost::math::detail::tgamma_delta_ratio_imp(), boost::math::detail::tgamma_delta_ratio_imp_lanczos(), boost::math::detail::tgamma_ratio_imp(), boost::math::detail::tgammap1m1_imp(), variance(), and boost::math::detail::zeta_imp().
|
inline |
References boost::math::detail::tgamma().
|
inline |
References boost::math::detail::tgamma().
tools::promote_args<RT>::type boost::math::tgamma1pm1 | ( | RT | z | ) |
tools::promote_args<RT>::type boost::math::tgamma1pm1 | ( | RT | z, |
const Policy & | pol | ||
) |
|
inline |
|
inline |
References tgamma1pm1().
|
inline |
References BOOST_FPU_EXCEPTION_GUARD, boost::math::policies::checked_narrowing_cast(), and boost::math::detail::tgamma_delta_ratio_imp().
Referenced by boost::math::detail::beta_small_b_large_a_series(), boost::math::detail::falling_factorial_imp(), boost::math::detail::mean(), boost::math::detail::non_central_t2_p(), boost::math::detail::non_central_t2_pdf(), boost::math::detail::non_central_t2_q(), boost::math::detail::non_central_t_pdf(), boost::math::detail::non_central_t_quantile(), boost::math::detail::rising_factorial_imp(), boost::math::detail::spherical_harmonic_prefix(), tgamma_delta_ratio(), and boost::math::detail::tgamma_ratio_imp().
|
inline |
References tgamma_delta_ratio().
tools::promote_args<RT1, RT2>::type boost::math::tgamma_lower | ( | RT1 | a, |
RT2 | z | ||
) |
tools::promote_args<RT1, RT2>::type boost::math::tgamma_lower | ( | RT1 | a, |
RT2 | z, | ||
const Policy & | |||
) |
|
inline |
|
inline |
References tgamma_lower().
|
inline |
References boost::math::policies::checked_narrowing_cast(), and boost::math::detail::tgamma_ratio_imp().
Referenced by boost::math::detail::legendre_p_imp(), and tgamma_ratio().
|
inline |
References tgamma_ratio().
|
inline |
References boost::spirit::x3::bool_, and boost::math::detail::trunc().
Referenced by itrunc(), mpfr::itrunc(), itrunc(), boost::math::ef::itrunc(), boost::math::ntl::itrunc(), mpfr::lltrunc(), lltrunc(), boost::math::ntl::lltrunc(), ltrunc(), mpfr::ltrunc(), ltrunc(), boost::math::ef::ltrunc(), boost::math::ntl::ltrunc(), modf(), and trunc().
|
inline |
References trunc().
T boost::math::unchecked_bernoulli_b2n | ( | const std::size_t | n | ) |
RT boost::math::unchecked_factorial | ( | unsigned int | BOOST_MATH_APPEND_EXPLICIT_TEMPLATE_TYPERT | ) |
|
inline |
References boost::math::quaternion< T >::unreal().
References boost::math::octonion< T >::unreal().
|
inline |
References boost::n, and boost::math::policies::raise_domain_error().
|
inline |
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, exp(), and expm1.
|
inline |
|
inline |
|
inline |
References BOOST_MATH_STD_USING, boost::math::detail::check_gamma(), scale(), and shape().
|
inline |
References BOOST_MATH_STD_USING, and scale().
|
inline |
References boost::math::detail::check_weibull(), scale(), shape(), and tgamma().
|
inline |
|
inline |
|
inline |
References boost::BOOST_STATIC_ASSERT(), and boost::program_options::value().
|
inline |
References variance().
|
inline |
References scale().
|
inline |
|
inline |
References boost::math::detail::check_uniform().
|
inline |
|
inline |
References BOOST_MATH_STD_USING, isfinite(), scale(), and shape().
|
inline |
References boost::math::detail::check_pareto(), scale(), and shape().
|
inline |
|
inline |
References boost::math::detail::check_triangular(), and mode().
|
inline |
RealT boost::math::variance | ( | hyperexponential_distribution< RealT, PolicyT > const & | dist | ) |
|
inline |
References boost::a, boost::math::non_central_beta_distribution< RealType, Policy >::alpha(), boost::asio::b, boost::math::non_central_beta_distribution< RealType, Policy >::beta(), BOOST_MATH_STD_USING, exp(), boost::math::detail::hypergeometric_2F2(), and boost::math::non_central_beta_distribution< RealType, Policy >::non_centrality().
|
inline |
|
inline |
|
inline |
References boost::math::policies::checked_narrowing_cast(), boost::math::detail::zeta_initializer< T, Policy, tag >::force_instantiate(), boost::BOOST_SIGNALS_NAMESPACE::tag_type(), and boost::math::detail::zeta_imp().
Referenced by boost::math::detail::zeta_initializer< T, Policy, tag >::init::do_init(), and zeta().
|
inline |
References zeta().
tools::promote_args<T>::type boost::math::expm1(T) |
Referenced by cdf(), boost::math::detail::expm1_initializer< T, Policy, tag >::init::do_init(), expm1(), boost::math::detail::ibeta_imp(), boost::math::detail::ibeta_power_terms(), boost::math::detail::owens_t_T1(), boost::math::detail::powm1_imp(), boost::math::ntl::sinh(), skewness(), sqrt1pm1(), boost::math::detail::tgammap1m1_imp(), and variance().
const int boost::math::legacy = 0x1 |
get facet will recognize most string representations of infinity and NaN.
tools::promote_args<T>::type boost::math::log1p(T) |
Referenced by acos(), boost::math::detail::acosh_imp(), asin(), boost::math::detail::asinh_imp(), atanh(), boost::math::detail::atanh_imp(), boost::math::detail::beta_imp(), boost::math::detail::beta_small_b_large_a_series(), cdf(), boost::math::detail::log1p_initializer< T, Policy, tag >::init::do_init(), boost::math::detail::ellint_pi_imp(), boost::math::detail::expint_i_imp(), boost::math::detail::expint_i_imp_113a(), boost::math::detail::ibeta_imp(), boost::math::detail::ibeta_power_terms(), boost::math::detail::ibeta_series(), boost::math::detail::legendre_imp(), log1p(), pdf(), quantile(), sqrt1pm1(), boost::math::detail::tgamma_delta_ratio_imp_lanczos(), and boost::math::detail::tgammap1m1_imp().
tools::promote_args<T>::type boost::math::log1pmx(T) |
Referenced by log1pmx(), and boost::math::detail::regularised_gamma_prefix().
const int boost::math::signed_zero = 0x2 |
put facet will distinguish between positive and negative zero.
const int boost::math::trap_infinity = 0x4 |
put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative infinity.
get will set the fail bit of the stream when an attempt is made to parse a string that represents positive or negative sign infinity.
const int boost::math::trap_nan = 0x8 |
put facet will throw an exception of type std::ios_base::failure when an attempt is made to format positive or negative NaN.
get will set the fail bit of the stream when an attempt is made to parse a string that represents positive or negative sign infinity.