29 const Real & bandwidth,
30 const std::vector<Real> & data,
33 const Real & bandwidth,
34 const std::vector<Real> & data,
37 const Real & bandwidth,
38 const std::vector<Real> & data,
virtual Real pdf(const Real &x) const override
KernelDensity1D(const InputParameters ¶meters)
const MooseEnum & _kernel_function
kernel_function helps the user select between the different kernel functions that are available ...
virtual Real cdf(const Real &x) const override
virtual Real quantile(const Real &p) const override
const std::vector< double > x
A class used to generate a KernelDensity1D distribution.
static InputParameters validParams()
const MooseEnum & _bandwidth_rule
bandwidth_rule helps the user select between the different ways to define the bandwith ...
DIE A HORRIBLE DEATH HERE typedef LIBMESH_DEFAULT_SCALAR_TYPE Real
const InputParameters & parameters() const
Real _bandwidth
The bandwith parameter which controls the smoothness of the distribution.
std::vector< Real > _data
data helps get the vector data for building the kernel density