sdZCI: Estimate statistics of the SD of a sample

sdZCIR Documentation

Estimate statistics of the SD of a sample

Description

Estimate statistics of the SD of a sample

Usage

sdZCI(
  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 of the Z sample


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