Theoretica
A C++ numerical and automatic mathematical library
|
This is the complete list of members for theoretica::pdf_sampler, including all inherited members.
cauchy(real mu, real alpha, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
exponential(real lambda, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
fill(Vector &x, size_t N) | theoretica::pdf_sampler | inline |
fill(Vector &x) | theoretica::pdf_sampler | inline |
gaussian(real mean, real sigma, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
generator | theoretica::pdf_sampler | |
laplace(real mu, real b, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
next() | theoretica::pdf_sampler | inline |
operator()() | theoretica::pdf_sampler | inline |
operator>>(real &x) | theoretica::pdf_sampler | inline |
pareto(real x_m, real alpha, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
theoretica::pdf_sampler | ||
pdf_sampler(pdf_sampling_function pdf, const std::vector< real > &theta, PRNG &generator) | theoretica::pdf_sampler | inline |
rayleigh(real sigma, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |
theta | theoretica::pdf_sampler | |
uniform(real a, real b, PRNG &generator) | theoretica::pdf_sampler | inlinestatic |