cvPSYmc
implements the real time bubble detection
procedure of Phillips, Shi and Yu (2015a,b)
cvPSYmc(obs, swindow0, IC = 0, adflag = 0, nrep = 199,
multiplicity = TRUE, Tb, useParallel = TRUE, nCores)
A positive integer. The number of observations.
A positive integer. Minimum window size (default = \(T (0.01 + 1.8/\sqrt{T})\), where \(T\) denotes the sample size)
An integer. 0 for fixed lag order (default), 1 for AIC and 2 for BIC (default = 0).
An integer, lag order when IC=0; maximum number of lags when IC>0 (default = 0).
A positive integer. Number of replications (default = 199).
Logical. If multiplicity=TRUE
, use family-wise
size control in the recursive testing algorithms.
A positive integer. The simulated sample size (swindow0+
controlling). Ignored if multiplicity=FALSE
.
Logical. If useParallel=TRUE
, use multi core
computation.
A positive integer. Optional. If useParallel=TRUE
, the
number of cores defaults to all but one.
A matrix. BSADF bootstrap critical value sequence at the 90, 95 and 99 percent level.
Phillips, P. C. B., Shi, S., & Yu, J. (2015a). Testing for multiple bubbles: Historical episodes of exuberance and collapse in the S&P 500. International Economic Review, 56(4), 1034--1078.
Phillips, P. C. B., Shi, S., & Yu, J. (2015b). Testing for multiple bubbles: Limit Theory for Real-Time Detectors. International Economic Review, 56(4), 1079--1134.
# NOT RUN {
cv <- cvPSYmc(80, IC = 0, adflag = 1, Tb = 30, nrep = 99, nCores = 1)
# }
Run the code above in your browser using DataLab