f.5 | R Documentation |
Function f_5 in the version 20201104
f.5(x.mat, C, th)
x.mat |
n by 2 matrix |
C |
smoothness parameter. |
th |
true RD parameter. |
vector of regression function values
x.mat <- cbind(runif(100, -1, 1), runif(100, -1, 1)) f.5(x.mat, 1, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.