Description Structure Supported parametric starts See Also Examples
A parametric start is a density function with an associated estimator which
is used as a starting point in kdensity
. Several parametric starts
are implemented, all with maximum likelihood estimation. Custom-made
parametric starts are possible, see the Structure section.
The parametric start contains three elements: The density function, an
estimation function, and the support of the density. The parameters of
the density function must partially match the parameters of the estimator
function. The estimator function takes one argument, a numeric vector,
which is passed from kdensity
.
kdensity
supports more than
20 built-in starts from the univariateML package, see
univariateML::univariateML_models
for a list. Densities with variable
support, power
, are not supported. The pareto
density has its
support fixed to (1,Inf)
. The
options uniform, constant
makes kdensity
estimate a kernel
density without parametric starts.
kdensity()
; kernels()
; bandwidths()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.