jack.mean: Jackknife sample mean

View source: R/jack.mean.R

Jackknife sample meanR Documentation

Jackknife sample mean

Description

Jackknife sample mean.

Usage

jack.mean(x)

Arguments

x

A numerical vector with data.

Details

An efficient implementation of the jackknife mean is provided.

Value

The jackknife sample mean.

Author(s)

Michail Tsagris.

R implementation and documentation: Michail Tsagris mtsagris@uoc.gr.

References

Efron Bradley and Robert J. Tibshirani (1993). An introduction to the bootstrap. New York: Chapman & Hall/CRC.

See Also

welch.tests, trim.mean

Examples

x <- rnorm(50)
jack.mean(x)

Rfast2 documentation built on Aug. 8, 2023, 1:11 a.m.