31 const Real & lower_bound,
32 const Real & upper_bound);
36 const Real & lower_bound,
37 const Real & upper_bound);
41 const Real & lower_bound,
42 const Real & upper_bound);
A class used to generate a normal distribution.
TruncatedNormal(const InputParameters ¶meters)
A class used to generate a truncated normal distribution.
virtual Real cdf(const Real &x) const override
const Real & _lower_bound
The lower bound for the distribution.
const Real & _upper_bound
The upper bound for the distribution.
const std::vector< double > x
virtual Real pdf(const Real &x) const override
static InputParameters validParams()
virtual Real quantile(const Real &p) const override
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const