View source: R/kernelCollection.R
nu_discrete | R Documentation |
Returns a function nu(P), where nu is the discrete kernel on
the desired support
with weights in the param
vector.
nu_discrete(support = 0.99, param = rep(1, length(support)), standardize = TRUE)
support |
lower and upper bound of kernel window |
param |
optional parameters to kernel |
standardize |
(boolean) if TRUE, then standardize W to mean 0, variance 1 under the null |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.