Usage
KapShinTest(x, m=1, series, include = c("none","const", "trend", "both"), c=3, delta=0.5, points=NULL,minObsMid=10, trick=c("for", "apply", "mapply"), trace=FALSE)
Arguments
m
Number of lags under the alternative
series
time series name (optional)
include
Whether data should be raw, de-menead or de-menead and de-trended
c
Argument for the grid search. See details
delta
Argument for the grid search. See details
points
Points for the grid search. See details
minObsMid
Minimal number of observations in the inner regime
trick
type of internal function used
trace
should additional infos be printed? (logical)