rsdZCI: Estimate statistics of the inverse of SD of a sample

rsdZCIR Documentation

Estimate statistics of the inverse of SD of a sample

Description

Estimate statistics of the inverse of SD of a sample

Usage

rsdZCI(
  Z,
  method = c("bootstrap", "cho"),
  CImethod = c("bca", "perc", "basic"),
  nBoot = 1500,
  level = 0.95,
  parallel = c("no", "multicore")
)

Arguments

Z

(vector) a data sample

method

(string) one of 'bootstrap' (default) and 'cho'

CImethod

(string) one of 'bca' (default), 'perc' and 'basic' for the CI estimation algorithm from bootstrap sample

nBoot

(integer) number of bootstrap repeats

level

(numeric) a probability level for CI (default: 0.95)

parallel

(string) one of 'no' (default) and 'multicore'

Value

A list containing the mean, sd and ci for the SD^-1 of the Z sample


ppernot/ErrViewLib documentation built on June 1, 2024, 4:33 a.m.