A class used to generate a Johnson SB distribution.
A class used to generate a normal distribution.
JohnsonSB(const InputParameters ¶meters)
const std::vector< double > x
const Real & _alpha_2
The second shape parameter, alpha_2.
virtual Real pdf(const Real &x) const override
static InputParameters validParams()
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const Real & _alpha_1
The first shape parameter, alpha_1.
const InputParameters & parameters() const
const Real & _lower
The lower location parameter, a.
virtual Real quantile(const Real &p) const override
virtual Real cdf(const Real &x) const override
const Real & _upper
The upper location parameter, b.