Learn R Programming

HeterFunctionalData (version 0.1.0)

sigma4jackknife: Jackknife estimate of $sigma^4$ using an i.i.d. sample

Description

This function takes a random sample and approximates an unbiased estimate of the squared variance based on Jackknife estimate.

Usage

sigma4jackknife(x)

Arguments

x

is a vector of i.i.d. observations.

Value

Jackknife estimate of $sigma^4$, where $sigma^2$ is the variance.

Examples

Run this code
# NOT RUN {
  x=stats::rnorm(10)
  sigma4jackknife(x)
# }

Run the code above in your browser using DataLab