pcombine: p-values matrix to be pooled

Description Usage Arguments Value Examples

View source: R/testsim.R

Description

generate p-value matrix with given methods (at least 2)

Usage

1
pcombine(retmat, method)

Arguments

retmat

log return matrix by columns

method

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

Value

a p-values matrix

Examples

1
2
orip <- matrix(runif(3000),1000,3)
pmatrix <- pcombine(orip,c('BNS','Amed','Amin'))

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