24 virtual Real
pdf(
const Real &
x)
const override;
25 virtual Real
cdf(
const Real &
x)
const override;
26 virtual Real
quantile(
const Real &
p)
const override;
28 static Real
pdf(
const Real &
x,
31 const Real & lower_bound,
32 const Real & upper_bound);
33 static Real
cdf(
const Real &
x,
36 const Real & lower_bound,
37 const Real & upper_bound);
41 const Real & lower_bound,
42 const Real & upper_bound);
const std::vector< double > x
const InputParameters & parameters() const
A class used to generate a normal distribution.
A class used to generate a truncated normal distribution.
virtual Real pdf(const Real &x) const override
virtual Real cdf(const Real &x) const override
static InputParameters validParams()
const Real & _lower_bound
The lower bound for the distribution.
virtual Real quantile(const Real &p) const override
const Real & _upper_bound
The upper bound for the distribution.