powered by
perform nonparametric jump test for each given interval (day)
jumptestday(ret, method = "BNS")
log return vector
jump test methods, chosen from "BNS", "Amed", and "Amin"
test statistics
p-value
# NOT RUN { orip <- runif(100) testres <- jumptestday(orip) ts <- testres@stat pv <- testres@pvalue # }
Run the code above in your browser using DataLab