ZMSCI: Estimate statistics of <Z^2>

ZMSCIR Documentation

Estimate statistics of <Z^2>

Description

Estimate statistics of <Z^2>

Usage

ZMSCI(
  Z,
  method = c("bootstrap", "stud", "auto", "studc", "bspiv"),
  CImethod = c("bca", "perc", "basic", "stud"),
  qType = 7,
  nBoot = 5000,
  level = 0.95,
  parallel = FALSE,
  cl = NULL
)

Arguments

Z

(vector) a data sample

method

(string) one of 'auto' (default), 'bootstrap', 'stud' and 'bspiv'

CImethod

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

qType

(integer) quantile type for bspiv ([4,9]; default: 7)

nBoot

(integer) number of bootstrap repeats

level

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

parallel

(logical) use parallelized bootstrap (default: 'FALSE')

cl

(object) a cluster object for parallelized bootstrap (default: 'NULL')

Value

A list containing the mean, sd and ci for <Z^2>


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