se.Cenarma: Bootstrap se for Cenarma object

Description Usage Arguments Value See Also Examples

View source: R/se.Cenarma.R

Description

Bootstrap se for Cenarma object

Usage

1
se.Cenarma(obj, nBoot = 250)

Arguments

obj

obj is the output produced by cenarma()

nBoot

number of bootstrap iterations

Value

se

See Also

cenarma, boot.Cenarma

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
#Example takes about 30 seconds
## Not run: 
set.seed(43137)
n <- 200
z <- arima.sim(model=list(ar=0.8), n) 
i <- sample(1:n, size=floor(0.25*n))
z[i] <- NA
ANS <- cenarma(y=z, p=1)
startTime <- proc.time()[3]
se.Cenarma(ANS)
totalTime <- proc.time()[3]-startTime
totalTime

## End(Not run)

cents documentation built on May 1, 2019, 8:19 p.m.

Related to se.Cenarma in cents...