Mathematical and statistical functions for the NormalKernel kernel defined by
the pdf,
distr6::Distribution
-> distr6::Kernel
-> NormalKernel
name
Full name of distribution.
short_name
Short name of distribution for printing.
description
Brief description of the distribution.
packages
Packages required to be installed in order to construct the distribution.
new()
Creates a new instance of this R6 class.
NormalKernel$new(decorators = NULL)
decorators
(character())
Decorators to add to the distribution during construction.
pdfSquared2Norm()
The squared 2-norm of the pdf is defined by
NormalKernel$pdfSquared2Norm(x = 0, upper = Inf)
x
(numeric(1))
Amount to shift the result.
upper
(numeric(1))
Upper limit of the integral.
variance()
The variance of a distribution is defined by the formula
NormalKernel$variance(...)
...
Unused.
clone()
The objects of this class are cloneable with this method.
NormalKernel$clone(deep = FALSE)
deep
Whether to make a deep clone.
We use the erf
and erfinv
error and inverse error functions from
pracma.
Other kernels:
Cosine
,
Epanechnikov
,
LogisticKernel
,
Quartic
,
Sigmoid
,
Silverman
,
TriangularKernel
,
Tricube
,
Triweight
,
UniformKernel