testjack | R Documentation |
Test bias of the jackknife approach.
testjack( fcns, dists = rexp, nsamp = 1000, npersamp = 11, nbig = NA, others = NULL )
fcns |
functions to jackknife. Must be given as a list. |
dists |
Random number generator, or list of random number generators. |
nsamp |
number of data sets to sample |
npersamp |
number of observations per sample |
nbig |
number of Monte Carlo examples to get target value. |
others |
list of additional arguments for entries in components of fcns. |
Expectation, jackknife bias, and true value (via large MC)
testjack(list(mean,median,mean),dists=list(rexp,rnorm), others=list(NULL,NULL,list(trim=0.25)),nsamp=5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.