Go to the documentation of this file.
12 #include "Distribution.h"
29 virtual Real
pdf(
const Real & x)
const override;
30 virtual Real
cdf(
const Real & x)
const override;
31 virtual Real
quantile(
const Real & p)
const override;
33 static Real
pdf(
const Real & x,
const Real & location,
const Real & shape);
34 static Real
cdf(
const Real & x,
const Real & location,
const Real & shape);
35 static Real
quantile(
const Real & p,
const Real & location,
const Real & shape);
const Real & _shape
The shape of the distribution (beta or s)
static InputParameters validParams()
virtual Real pdf(const Real &x) const override
virtual Real quantile(const Real &p) const override
A class used to generate a logistic distribution.
virtual Real cdf(const Real &x) const override
const Real & _location
The location or mean of the distribution (alpha or mu)
InputParameters validParams< LogisticDistribution >()
LogisticDistribution(const InputParameters ¶meters)