|
ccgsl 2.7.2
C++wrappersforGnuScientificLibrary
|
Namespace for cumulative distribution functions. More...
Functions | |
| double | ugaussian_P (double const x) |
| C++ version of gsl_cdf_ugaussian_P(). More... | |
| double | ugaussian_Q (double const x) |
| C++ version of gsl_cdf_ugaussian_Q(). More... | |
| double | ugaussian_Pinv (double const P) |
| C++ version of gsl_cdf_ugaussian_Pinv(). More... | |
| double | ugaussian_Qinv (double const Q) |
| C++ version of gsl_cdf_ugaussian_Qinv(). More... | |
| double | gaussian_P (double const x, double const sigma) |
| C++ version of gsl_cdf_gaussian_P(). More... | |
| double | gaussian_Q (double const x, double const sigma) |
| C++ version of gsl_cdf_gaussian_Q(). More... | |
| double | gaussian_Pinv (double const P, double const sigma) |
| C++ version of gsl_cdf_gaussian_Pinv(). More... | |
| double | gaussian_Qinv (double const Q, double const sigma) |
| C++ version of gsl_cdf_gaussian_Qinv(). More... | |
| double | gamma_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gamma_P(). More... | |
| double | gamma_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gamma_Q(). More... | |
| double | gamma_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_gamma_Pinv(). More... | |
| double | gamma_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_gamma_Qinv(). More... | |
| double | cauchy_P (double const x, double const a) |
| C++ version of gsl_cdf_cauchy_P(). More... | |
| double | cauchy_Q (double const x, double const a) |
| C++ version of gsl_cdf_cauchy_Q(). More... | |
| double | cauchy_Pinv (double const P, double const a) |
| C++ version of gsl_cdf_cauchy_Pinv(). More... | |
| double | cauchy_Qinv (double const Q, double const a) |
| C++ version of gsl_cdf_cauchy_Qinv(). More... | |
| double | laplace_P (double const x, double const a) |
| C++ version of gsl_cdf_laplace_P(). More... | |
| double | laplace_Q (double const x, double const a) |
| C++ version of gsl_cdf_laplace_Q(). More... | |
| double | laplace_Pinv (double const P, double const a) |
| C++ version of gsl_cdf_laplace_Pinv(). More... | |
| double | laplace_Qinv (double const Q, double const a) |
| C++ version of gsl_cdf_laplace_Qinv(). More... | |
| double | rayleigh_P (double const x, double const sigma) |
| C++ version of gsl_cdf_rayleigh_P(). More... | |
| double | rayleigh_Q (double const x, double const sigma) |
| C++ version of gsl_cdf_rayleigh_Q(). More... | |
| double | rayleigh_Pinv (double const P, double const sigma) |
| C++ version of gsl_cdf_rayleigh_Pinv(). More... | |
| double | rayleigh_Qinv (double const Q, double const sigma) |
| C++ version of gsl_cdf_rayleigh_Qinv(). More... | |
| double | chisq_P (double const x, double const nu) |
| C++ version of gsl_cdf_chisq_P(). More... | |
| double | chisq_Q (double const x, double const nu) |
| C++ version of gsl_cdf_chisq_Q(). More... | |
| double | chisq_Pinv (double const P, double const nu) |
| C++ version of gsl_cdf_chisq_Pinv(). More... | |
| double | chisq_Qinv (double const Q, double const nu) |
| C++ version of gsl_cdf_chisq_Qinv(). More... | |
| double | exponential_P (double const x, double const mu) |
| C++ version of gsl_cdf_exponential_P(). More... | |
| double | exponential_Q (double const x, double const mu) |
| C++ version of gsl_cdf_exponential_Q(). More... | |
| double | exponential_Pinv (double const P, double const mu) |
| C++ version of gsl_cdf_exponential_Pinv(). More... | |
| double | exponential_Qinv (double const Q, double const mu) |
| C++ version of gsl_cdf_exponential_Qinv(). More... | |
| double | exppow_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_exppow_P(). More... | |
| double | exppow_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_exppow_Q(). More... | |
| double | tdist_P (double const x, double const nu) |
| C++ version of gsl_cdf_tdist_P(). More... | |
| double | tdist_Q (double const x, double const nu) |
| C++ version of gsl_cdf_tdist_Q(). More... | |
| double | tdist_Pinv (double const P, double const nu) |
| C++ version of gsl_cdf_tdist_Pinv(). More... | |
| double | tdist_Qinv (double const Q, double const nu) |
| C++ version of gsl_cdf_tdist_Qinv(). More... | |
| double | fdist_P (double const x, double const nu1, double const nu2) |
| C++ version of gsl_cdf_fdist_P(). More... | |
| double | fdist_Q (double const x, double const nu1, double const nu2) |
| C++ version of gsl_cdf_fdist_Q(). More... | |
| double | fdist_Pinv (double const P, double const nu1, double const nu2) |
| C++ version of gsl_cdf_fdist_Pinv(). More... | |
| double | fdist_Qinv (double const Q, double const nu1, double const nu2) |
| C++ version of gsl_cdf_fdist_Qinv(). More... | |
| double | beta_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_beta_P(). More... | |
| double | beta_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_beta_Q(). More... | |
| double | beta_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_beta_Pinv(). More... | |
| double | beta_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_beta_Qinv(). More... | |
| double | flat_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_flat_P(). More... | |
| double | flat_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_flat_Q(). More... | |
| double | flat_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_flat_Pinv(). More... | |
| double | flat_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_flat_Qinv(). More... | |
| double | lognormal_P (double const x, double const zeta, double const sigma) |
| C++ version of gsl_cdf_lognormal_P(). More... | |
| double | lognormal_Q (double const x, double const zeta, double const sigma) |
| C++ version of gsl_cdf_lognormal_Q(). More... | |
| double | lognormal_Pinv (double const P, double const zeta, double const sigma) |
| C++ version of gsl_cdf_lognormal_Pinv(). More... | |
| double | lognormal_Qinv (double const Q, double const zeta, double const sigma) |
| C++ version of gsl_cdf_lognormal_Qinv(). More... | |
| double | gumbel1_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gumbel1_P(). More... | |
| double | gumbel1_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gumbel1_Q(). More... | |
| double | gumbel1_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_gumbel1_Pinv(). More... | |
| double | gumbel1_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_gumbel1_Qinv(). More... | |
| double | gumbel2_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gumbel2_P(). More... | |
| double | gumbel2_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_gumbel2_Q(). More... | |
| double | gumbel2_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_gumbel2_Pinv(). More... | |
| double | gumbel2_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_gumbel2_Qinv(). More... | |
| double | weibull_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_weibull_P(). More... | |
| double | weibull_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_weibull_Q(). More... | |
| double | weibull_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_weibull_Pinv(). More... | |
| double | weibull_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_weibull_Qinv(). More... | |
| double | pareto_P (double const x, double const a, double const b) |
| C++ version of gsl_cdf_pareto_P(). More... | |
| double | pareto_Q (double const x, double const a, double const b) |
| C++ version of gsl_cdf_pareto_Q(). More... | |
| double | pareto_Pinv (double const P, double const a, double const b) |
| C++ version of gsl_cdf_pareto_Pinv(). More... | |
| double | pareto_Qinv (double const Q, double const a, double const b) |
| C++ version of gsl_cdf_pareto_Qinv(). More... | |
| double | logistic_P (double const x, double const a) |
| C++ version of gsl_cdf_logistic_P(). More... | |
| double | logistic_Q (double const x, double const a) |
| C++ version of gsl_cdf_logistic_Q(). More... | |
| double | logistic_Pinv (double const P, double const a) |
| C++ version of gsl_cdf_logistic_Pinv(). More... | |
| double | logistic_Qinv (double const Q, double const a) |
| C++ version of gsl_cdf_logistic_Qinv(). More... | |
| double | binomial_P (unsigned int const k, double const p, unsigned int const n) |
| C++ version of gsl_cdf_binomial_P(). More... | |
| double | binomial_Q (unsigned int const k, double const p, unsigned int const n) |
| C++ version of gsl_cdf_binomial_Q(). More... | |
| double | poisson_P (unsigned int const k, double const mu) |
| C++ version of gsl_cdf_poisson_P(). More... | |
| double | poisson_Q (unsigned int const k, double const mu) |
| C++ version of gsl_cdf_poisson_Q(). More... | |
| double | geometric_P (unsigned int const k, double const p) |
| C++ version of gsl_cdf_geometric_P(). More... | |
| double | geometric_Q (unsigned int const k, double const p) |
| C++ version of gsl_cdf_geometric_Q(). More... | |
| double | negative_binomial_P (unsigned int const k, double const p, double const n) |
| C++ version of gsl_cdf_negative_binomial_P(). More... | |
| double | negative_binomial_Q (unsigned int const k, double const p, double const n) |
| C++ version of gsl_cdf_negative_binomial_Q(). More... | |
| double | pascal_P (unsigned int const k, double const p, unsigned int const n) |
| C++ version of gsl_cdf_pascal_P(). More... | |
| double | pascal_Q (unsigned int const k, double const p, unsigned int const n) |
| C++ version of gsl_cdf_pascal_Q(). More... | |
| double | hypergeometric_P (unsigned int const k, unsigned int const n1, unsigned int const n2, unsigned int const t) |
| C++ version of gsl_cdf_hypergeometric_P(). More... | |
| double | hypergeometric_Q (unsigned int const k, unsigned int const n1, unsigned int const n2, unsigned int const t) |
| C++ version of gsl_cdf_hypergeometric_Q(). More... | |
Namespace for cumulative distribution functions.
See also ran.
|
inline |
C++ version of gsl_cdf_beta_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 371 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_beta_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 389 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_beta_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 380 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_beta_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 398 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_binomial_P().
| k | The number of successes |
| p | The probability of success in one trial |
| n | The number of trials |
Definition at line 654 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_cdf_binomial_Q().
| k | The number of successes |
| p | The probability of success in one trial |
| n | The number of trials |
Definition at line 663 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_cdf_cauchy_P().
| x | A real value |
| a | The scale parameter |
Definition at line 128 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_cauchy_Pinv().
| P | A probability |
| a | The scale parameter |
Definition at line 144 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_cauchy_Q().
| x | A real value |
| a | The scale parameter |
Definition at line 136 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_cauchy_Qinv().
| Q | A probability |
| a | The scale parameter |
Definition at line 152 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
|
inline |
C++ version of gsl_cdf_chisq_Pinv().
| P | A probability |
| nu | The degrees of freedom |
Definition at line 240 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_exponential_Pinv().
| P | A probability |
| mu | The mean (parameter) |
Definition at line 272 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_exppow_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 289 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_exppow_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 298 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
|
inline |
C++ version of gsl_cdf_fdist_Pinv().
| P | A probability |
| nu1 | The first degrees of freedom |
| nu2 | The second degrees of freedom |
Definition at line 353 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_flat_P().
| x | A real value |
| a | Lower parameter value |
| b | Upper parameter value |
Definition at line 407 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_flat_Pinv().
| P | A probability |
| a | Lower parameter value |
| b | Upper parameter value |
Definition at line 425 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_flat_Q().
| x | A real value |
| a | Lower parameter value |
| b | Upper parameter value |
Definition at line 416 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_flat_Qinv().
| Q | A probability |
| a | Lower parameter value |
| b | Upper parameter value |
Definition at line 434 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gamma_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 93 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gamma_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 111 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_gamma_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 102 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gamma_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 120 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
|
inline |
C++ version of gsl_cdf_gaussian_Pinv().
| P | A probability |
| sigma | The standard deviation (parameter) |
Definition at line 76 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_gumbel1_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 479 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gumbel1_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 497 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_gumbel1_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 488 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gumbel1_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 506 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gumbel2_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 515 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gumbel2_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 533 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_gumbel2_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 524 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_gumbel2_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 542 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_laplace_P().
| x | A real value |
| a | Width parameter |
Definition at line 160 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_laplace_Pinv().
| P | A probability |
| a | Width parameter |
Definition at line 176 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_laplace_Q().
| x | A real value |
| a | Width parameter |
Definition at line 168 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_laplace_Qinv().
| Q | A probability |
| a | Width parameter |
Definition at line 184 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_logistic_P().
| x | A real value |
| a | The parameter |
Definition at line 622 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_logistic_Pinv().
| P | A probability |
| a | The parameter |
Definition at line 637 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_logistic_Q().
| x | A real value |
| a | The parameter |
Definition at line 630 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_logistic_Qinv().
| Q | A probability |
| a | The parameter |
Definition at line 645 of file cdf.hpp.
References gsl::sf::mathieu::a().
|
inline |
C++ version of gsl_cdf_lognormal_P().
| x | A real value |
| zeta | Parameter (mean of corresponding normal distribution) |
| sigma | Parameter (standard deviation of corresponding normal distribution) |
Definition at line 443 of file cdf.hpp.
References gsl::sf::zeta().
|
inline |
C++ version of gsl_cdf_lognormal_Pinv().
| P | A probability |
| zeta | Parameter (mean of corresponding normal distribution) |
| sigma | Parameter (standard deviation of corresponding normal distribution) |
Definition at line 461 of file cdf.hpp.
References gsl::sf::ellint::P(), and gsl::sf::zeta().
|
inline |
C++ version of gsl_cdf_lognormal_Q().
| x | A real value |
| zeta | Parameter (mean of corresponding normal distribution) |
| sigma | Parameter (standard deviation of corresponding normal distribution) |
Definition at line 452 of file cdf.hpp.
References gsl::sf::zeta().
|
inline |
C++ version of gsl_cdf_lognormal_Qinv().
| Q | A probability |
| zeta | Parameter (mean of corresponding normal distribution) |
| sigma | Parameter (standard deviation of corresponding normal distribution) |
Definition at line 470 of file cdf.hpp.
References gsl::sf::zeta().
|
inline |
C++ version of gsl_cdf_negative_binomial_P().
| k | Number of failures before n successes |
| p | Probability of success in a trial |
| n | The number of successes |
Definition at line 704 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_cdf_negative_binomial_Q().
| k | Number of failures before n successes |
| p | Probability of success in a trial |
| n | The number of successes |
Definition at line 713 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_cdf_pareto_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 587 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_pareto_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 605 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_pareto_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 596 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_pareto_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 614 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_pascal_P().
| k | Number of failures before n successes |
| p | Probability of success in a trial |
| n | The number of successes |
Definition at line 722 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
C++ version of gsl_cdf_pascal_Q().
| k | Number of failures before n successes |
| p | Probability of success in a trial |
| n | The number of successes |
Definition at line 731 of file cdf.hpp.
References gsl::rstat::n().
|
inline |
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_rayleigh_Pinv().
| P | A probability |
| sigma | The parameter |
Definition at line 208 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_tdist_Pinv().
| P | A probability |
| nu | The degrees of freedom |
Definition at line 320 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_ugaussian_Pinv().
| P | A probability |
Definition at line 47 of file cdf.hpp.
References gsl::sf::ellint::P().
|
inline |
|
inline |
|
inline |
C++ version of gsl_cdf_weibull_P().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 551 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_weibull_Pinv().
| P | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 569 of file cdf.hpp.
References gsl::sf::mathieu::a(), gsl::sf::mathieu::b(), and gsl::sf::ellint::P().
|
inline |
C++ version of gsl_cdf_weibull_Q().
| x | A real value |
| a | The first parameter |
| b | The second parameter |
Definition at line 560 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().
|
inline |
C++ version of gsl_cdf_weibull_Qinv().
| Q | A probability |
| a | The first parameter |
| b | The second parameter |
Definition at line 578 of file cdf.hpp.
References gsl::sf::mathieu::a(), and gsl::sf::mathieu::b().