TV1.oracle.plugin | R Documentation |
A plug-in estimate of the total variation of the derivative of the oracle decision rule, d*. This is calculated by plugging-in X_i for theta_i in d*”, then R's numerical integration is used to estimate TV(d*').
TV1.oracle.plugin(x, s, ...)
x |
Gaussian sequence |
s |
standard deviation |
... |
other parameters passed into stats::integrate() |
an estimate of oracle TV(d')
theta = rnorm(250) TV1.oracle.plugin(theta, 1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.