powered by
This function takes a random sample and approximates an unbiased estimate of the squared variance based on Jackknife estimate.
sigma4jackknife(x)
is a vector of i.i.d. observations.
Jackknife estimate of $sigma^4$, where $sigma^2$ is the variance.
# NOT RUN { x=stats::rnorm(10) sigma4jackknife(x) # }
Run the code above in your browser using DataLab