jumptestday: Nonparametric jump test for each interval

Description Usage Arguments Value Examples

View source: R/testsim.R

Description

perform nonparametric jump test for each given interval (day)

Usage

1
jumptestday(ret, method = "BNS")

Arguments

ret

log return vector

method

jump test methods, chosen from "BNS", "Amed", and "Amin"

Value

stat

test statistics

pvalue

p-value

Examples

1
2
3
4
orip <- runif(100)
testres <- jumptestday(orip)
ts <- testres@stat
pv <- testres@pvalue

Example output

Loading required package: MASS

JumpTest documentation built on May 1, 2019, 9:45 p.m.