Go to the documentation of this file.
26 #ifndef SHORE_STATISTICS_EXPONENTIAL_HPP__
27 #define SHORE_STATISTICS_EXPONENTIAL_HPP__
46 double pdf(
const double x)
const;
49 double cdf(
const double x)
const;
52 double cdf_P(
const double x)
const;
55 double cdf_Q(
const double x)
const;
60 #endif // SHORE_STATISTICS_EXPONENTIAL_HPP__