Hydra
4.0.1
A header-only templated C++ framework to perform data analysis on massively parallel platforms.
|
#include <hydra/detail/Config.h>
#include <hydra/detail/BackendPolicy.h>
#include <hydra/Types.h>
#include <hydra/Function.h>
#include <hydra/Pdf.h>
#include <hydra/Integrator.h>
#include <hydra/functions/detail/inverse_erf.h>
#include <hydra/detail/utility/CheckValue.h>
#include <hydra/Parameter.h>
#include <hydra/Distribution.h>
#include <hydra/Tuple.h>
#include <tuple>
#include <limits>
#include <stdexcept>
#include <assert.h>
#include <utility>
Go to the source code of this file.
Data Structures | |
class | hydra::IntegrationFormula< LogNormal< ArgType >, 1 > |
class | hydra::LogNormal< ArgType, Signature > |
In probability theory, a log-normal (or lognormal) distribution is a continuous probability distribution of a random variable whose logarithm is normally distributed. More... | |
struct | hydra::RngFormula< LogNormal< ArgType > > |
Namespaces | |
hydra | |
Generic policies definition. | |