Go to the documentation of this file.
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;
34 pdf(
const Real & x,
const Real & a,
const Real & b,
const Real & alpha_1,
const Real & alpha_2);
36 cdf(
const Real & x,
const Real & a,
const Real & b,
const Real & alpha_1,
const Real & alpha_2);
38 const Real & p,
const Real & a,
const Real & b,
const Real & alpha_1,
const Real & alpha_2);
const Real & _lower
The lower location parameter, a.
const Real & _alpha_1
The first shape parameter, alpha_1.
const Real & _upper
The upper location parameter, b.
InputParameters validParams< JohnsonSBDistribution >()
JohnsonSBDistribution(const InputParameters ¶meters)
static InputParameters validParams()
const Real & _alpha_2
The second shape parameter, alpha_2.
A class used to generate a Johnson SB distribution.
virtual Real cdf(const Real &x) const override
A class used to generate a normal distribution.
virtual Real quantile(const Real &p) const override
virtual Real pdf(const Real &x) const override