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,
const Real & location,
const Real & shape);
29 static Real
cdf(
const Real &
x,
const Real & location,
const Real & shape);
30 static Real
quantile(
const Real &
p,
const Real & location,
const Real & shape);
const std::vector< double > x
A class used to generate a logistic distribution.
static InputParameters validParams()
virtual Real pdf(const Real &x) const override
const Real & _location
The location or mean of the distribution (alpha or mu)
virtual Real quantile(const Real &p) const override
const Real & _shape
The shape of the distribution (beta or s)
virtual Real cdf(const Real &x) const override
const InputParameters & parameters() const