gsl.cdf

D bindings for GSL.

Members

Functions

gsl_cdf_beta_P
double gsl_cdf_beta_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_beta_Pinv
double gsl_cdf_beta_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_beta_Q
double gsl_cdf_beta_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_beta_Qinv
double gsl_cdf_beta_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_binomial_P
double gsl_cdf_binomial_P(uint k, double p, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_binomial_Q
double gsl_cdf_binomial_Q(uint k, double p, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_cauchy_P
double gsl_cdf_cauchy_P(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_cauchy_Pinv
double gsl_cdf_cauchy_Pinv(double P, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_cauchy_Q
double gsl_cdf_cauchy_Q(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_cauchy_Qinv
double gsl_cdf_cauchy_Qinv(double Q, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_chisq_P
double gsl_cdf_chisq_P(double x, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_chisq_Pinv
double gsl_cdf_chisq_Pinv(double P, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_chisq_Q
double gsl_cdf_chisq_Q(double x, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_chisq_Qinv
double gsl_cdf_chisq_Qinv(double Q, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exponential_P
double gsl_cdf_exponential_P(double x, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exponential_Pinv
double gsl_cdf_exponential_Pinv(double P, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exponential_Q
double gsl_cdf_exponential_Q(double x, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exponential_Qinv
double gsl_cdf_exponential_Qinv(double Q, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exppow_P
double gsl_cdf_exppow_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_exppow_Q
double gsl_cdf_exppow_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_fdist_P
double gsl_cdf_fdist_P(double x, double nu1, double nu2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_fdist_Pinv
double gsl_cdf_fdist_Pinv(double P, double nu1, double nu2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_fdist_Q
double gsl_cdf_fdist_Q(double x, double nu1, double nu2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_fdist_Qinv
double gsl_cdf_fdist_Qinv(double Q, double nu1, double nu2)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_flat_P
double gsl_cdf_flat_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_flat_Pinv
double gsl_cdf_flat_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_flat_Q
double gsl_cdf_flat_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_flat_Qinv
double gsl_cdf_flat_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gamma_P
double gsl_cdf_gamma_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gamma_Pinv
double gsl_cdf_gamma_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gamma_Q
double gsl_cdf_gamma_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gamma_Qinv
double gsl_cdf_gamma_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gaussian_P
double gsl_cdf_gaussian_P(double x, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gaussian_Pinv
double gsl_cdf_gaussian_Pinv(double P, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gaussian_Q
double gsl_cdf_gaussian_Q(double x, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gaussian_Qinv
double gsl_cdf_gaussian_Qinv(double Q, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_geometric_P
double gsl_cdf_geometric_P(uint k, double p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_geometric_Q
double gsl_cdf_geometric_Q(uint k, double p)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel1_P
double gsl_cdf_gumbel1_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel1_Pinv
double gsl_cdf_gumbel1_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel1_Q
double gsl_cdf_gumbel1_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel1_Qinv
double gsl_cdf_gumbel1_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel2_P
double gsl_cdf_gumbel2_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel2_Pinv
double gsl_cdf_gumbel2_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel2_Q
double gsl_cdf_gumbel2_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_gumbel2_Qinv
double gsl_cdf_gumbel2_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_hypergeometric_P
double gsl_cdf_hypergeometric_P(uint k, uint n1, uint n2, uint t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_hypergeometric_Q
double gsl_cdf_hypergeometric_Q(uint k, uint n1, uint n2, uint t)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_laplace_P
double gsl_cdf_laplace_P(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_laplace_Pinv
double gsl_cdf_laplace_Pinv(double P, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_laplace_Q
double gsl_cdf_laplace_Q(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_laplace_Qinv
double gsl_cdf_laplace_Qinv(double Q, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_logistic_P
double gsl_cdf_logistic_P(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_logistic_Pinv
double gsl_cdf_logistic_Pinv(double P, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_logistic_Q
double gsl_cdf_logistic_Q(double x, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_logistic_Qinv
double gsl_cdf_logistic_Qinv(double Q, double a)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_lognormal_P
double gsl_cdf_lognormal_P(double x, double zeta, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_lognormal_Pinv
double gsl_cdf_lognormal_Pinv(double P, double zeta, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_lognormal_Q
double gsl_cdf_lognormal_Q(double x, double zeta, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_lognormal_Qinv
double gsl_cdf_lognormal_Qinv(double Q, double zeta, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_negative_binomial_P
double gsl_cdf_negative_binomial_P(uint k, double p, double n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_negative_binomial_Q
double gsl_cdf_negative_binomial_Q(uint k, double p, double n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pareto_P
double gsl_cdf_pareto_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pareto_Pinv
double gsl_cdf_pareto_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pareto_Q
double gsl_cdf_pareto_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pareto_Qinv
double gsl_cdf_pareto_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pascal_P
double gsl_cdf_pascal_P(uint k, double p, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_pascal_Q
double gsl_cdf_pascal_Q(uint k, double p, uint n)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_poisson_P
double gsl_cdf_poisson_P(uint k, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_poisson_Q
double gsl_cdf_poisson_Q(uint k, double mu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_rayleigh_P
double gsl_cdf_rayleigh_P(double x, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_rayleigh_Pinv
double gsl_cdf_rayleigh_Pinv(double P, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_rayleigh_Q
double gsl_cdf_rayleigh_Q(double x, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_rayleigh_Qinv
double gsl_cdf_rayleigh_Qinv(double Q, double sigma)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_tdist_P
double gsl_cdf_tdist_P(double x, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_tdist_Pinv
double gsl_cdf_tdist_Pinv(double P, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_tdist_Q
double gsl_cdf_tdist_Q(double x, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_tdist_Qinv
double gsl_cdf_tdist_Qinv(double Q, double nu)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_ugaussian_P
double gsl_cdf_ugaussian_P(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_ugaussian_Pinv
double gsl_cdf_ugaussian_Pinv(double P)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_ugaussian_Q
double gsl_cdf_ugaussian_Q(double x)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_ugaussian_Qinv
double gsl_cdf_ugaussian_Qinv(double Q)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_weibull_P
double gsl_cdf_weibull_P(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_weibull_Pinv
double gsl_cdf_weibull_Pinv(double P, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_weibull_Q
double gsl_cdf_weibull_Q(double x, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gsl_cdf_weibull_Qinv
double gsl_cdf_weibull_Qinv(double Q, double a, double b)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta

Authors

Chibisi Chima-Okereke

License

Boost License 1.0