bv.boot: Parametric Bootstrap

View source: R/bv.boot.R

bv.bootR Documentation

Parametric Bootstrap

Description

Parametric Bootstrap

Usage

bv.boot(x, R = 1000, T)

Arguments

x

data

R

number of replications

T

statistic:thetahat (mean, variance, ...)

Examples

logmean=function(x) log(mean(x))
boeing=c(3,5,7,18,43,85,91,98,100,130,230,487)
bv.boot(boeing, R=1000, T=logmean)[1:2]

ferielachaibou/stat617course documentation built on May 9, 2022, 12:05 a.m.