pcoriaccel_NW | R Documentation |
Runs an optimized implementation of the "NW" function.
pcoriaccel_NW(Xb, Y, xb, y_seq, h, kernel = "K2_Biweight")
Xb |
a vector (expected to be about 500 elements) |
Y |
a vector (same size as |
xb |
a vector |
y_seq |
a vector |
h |
a scalar, the bandwidth of kernel |
kernel |
a string, denoting the kernel function to use, either |
A matrix of the same size as xb
by y_seq
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.