|
openGPMP
Open Source Mathematics Package
|
This is the complete list of members for gpmp::stats::PDF, including all inherited members.
| bernoulli(double x, double p) | gpmp::stats::PDF | static |
| beta(double x, double alpha, double beta) | gpmp::stats::PDF | static |
| beta_function(double alpha, double beta) | gpmp::stats::PDF | static |
| binomial(int k, int n, double p) | gpmp::stats::PDF | static |
| binomial_coefficient(int n, int k) | gpmp::stats::PDF | static |
| cauchy(double x, double x0, double gamma) | gpmp::stats::PDF | static |
| chi_squared(double x, int k) | gpmp::stats::PDF | static |
| exponential(double x, double lambda) | gpmp::stats::PDF | static |
| f_dist(double x, int df1, int df2) | gpmp::stats::PDF | static |
| factorial(int n) | gpmp::stats::PDF | static |
| gamma(double x, double alpha, double beta) | gpmp::stats::PDF | static |
| gaussian(double x, double mu, double sigma) | gpmp::stats::PDF | static |
| inverse_gamma(double x, double alpha, double beta) | gpmp::stats::PDF | static |
| inverse_gaussian(double x, double mu, double lambda) | gpmp::stats::PDF | static |
| laplace(double x, double mu, double b) | gpmp::stats::PDF | static |
| log_normal(double x, double mu, double sigma) | gpmp::stats::PDF | static |
| logistic(double x, double mu, double s) | gpmp::stats::PDF | static |
| poisson(int k, double lambda) | gpmp::stats::PDF | static |
| rademacher(int k) | gpmp::stats::PDF | static |
| student_t(double x, int df) | gpmp::stats::PDF | static |
| uniform(double x, double a, double b) | gpmp::stats::PDF | static |
| weibull(double x, double k, double lambda) | gpmp::stats::PDF | static |