Go to the documentation of this file.
12 #include "Distribution.h"
28 static Real
pdf(
const Real & x,
const Real & lower_bound,
const Real & upper_bound);
29 static Real
cdf(
const Real & x,
const Real & lower_bound,
const Real & upper_bound);
30 static Real
quantile(
const Real & y,
const Real & lower_bound,
const Real & upper_bound);
32 virtual Real
pdf(
const Real & x)
const override;
33 virtual Real
cdf(
const Real & x)
const override;
34 virtual Real
quantile(
const Real & y)
const override;