Hinweis:Dieser Abschnitt ist nur in englischer Sprache verfügbar. Wir bitten um Ihr Verständnis.
3.5.3.2.9 Ksdensity
Definition:
y=ksdensity(x, vX, w) returns the kernel density at x for a given vector vX with a bandwidth w, where an optimal w can be determined by the estimation function kernelwidth.
where n is the size of vector vX, K is the kernel function, Origin uses normal (Gaussian) kernel function,
, and
is the ith element in vector vX.
Parameters:
(input, double)- The value to be evaluated for density
(input, vector)- Distributed samples used as kernel centers
(input, double)- Bandwidth used as kernel scale,
/math-c0a4fcddaf0d3bebb210d9caca5ee17d.png?v=0)
(output, double)- Kernel density
Reference
Wand, M.P. and Jones, M.C. (1995). Kernel Smoothing. Chapman & Hall, London.