Description Usage Arguments Examples
helper function(calculate the beta_hat of local polynomial estimation.)
1 | beta_hat(x, h, X, Y, p)
|
x |
the argument |
h |
the bandwidth |
X |
the X of multivariate sample point (X,Y) |
Y |
the X of multivariate sample point (X,Y) |
p |
the order of polynomial |
1 2 3 4 | ## Not run:
beta_hat(x,h,X,Y,3)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.