get_sigma | R Documentation |
Computes the sigma estimate for given parameters.
get_sigma(X, x, h, inf_k)
X |
A numerical vector of sample data. |
x |
A scalar representing the point where the density is estimated. |
h |
A scalar bandwidth parameter. |
inf_k |
Kernel function used for the computation. |
A scalar representing the sigma estimate at point x. Returns 0 if the density estimate is negative.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.