Theoretica
A C++ numerical and automatic mathematical library
theoretica::pdf_sampler Member List

This is the complete list of members for theoretica::pdf_sampler, including all inherited members.

cauchy(real mu, real alpha, PRNG &generator)theoretica::pdf_samplerinlinestatic
exponential(real lambda, PRNG &generator)theoretica::pdf_samplerinlinestatic
fill(Vector &x, size_t N)theoretica::pdf_samplerinline
fill(Vector &x)theoretica::pdf_samplerinline
gaussian(real mean, real sigma, PRNG &generator)theoretica::pdf_samplerinlinestatic
generatortheoretica::pdf_sampler
laplace(real mu, real b, PRNG &generator)theoretica::pdf_samplerinlinestatic
next()theoretica::pdf_samplerinline
operator()()theoretica::pdf_samplerinline
operator>>(real &x)theoretica::pdf_samplerinline
pareto(real x_m, real alpha, PRNG &generator)theoretica::pdf_samplerinlinestatic
pdftheoretica::pdf_sampler
pdf_sampler(pdf_sampling_function pdf, const std::vector< real > &theta, PRNG &generator)theoretica::pdf_samplerinline
rayleigh(real sigma, PRNG &generator)theoretica::pdf_samplerinlinestatic
thetatheoretica::pdf_sampler
uniform(real a, real b, PRNG &generator)theoretica::pdf_samplerinlinestatic