jack: Jackknife estimator for population mean

Description Usage Arguments Value Examples

View source: R/RcppExports.R

Description

Jackknife estimator for population mean and its variance using Rcpp

Usage

1
jack(x)

Arguments

x

a vector composed of sample points

Value

a 2-dimension vector whose first and second elements are respecitvely the jackknife estimate of mean and the estimated variance of mean estimator

Examples

1
2
3
4
5
## Not run: 
x<-rnorm(1000,5,5)
jack(x)

## End(Not run)

SC19009/SC19009 documentation built on Jan. 3, 2020, 12:09 a.m.