plotBS(BS, alpha = 0.05, plot = TRUE, verbose = TRUE, main = "Bootstrap Histogram", xlab = "Test Statistic Values", ylab = "Frequency")
alpha
then the function
prints out that the series is not stationary.TRUE
then a histogram of all the test statistics
is produced, with a vertical line showing the position of the test
statistic computed on the actual data. If the vertical line is much
larger than all the histogram values then this is inTRUE
then the p-value is printed and a sentence
declaring "stationary" or "not stationary" is printed (relative
to the nominal p-value)main
label for the plot, if producedxlab
x axis label for the plot, if producedylab
y axis label for the plot, if producedmyTOS
#
# See example in \code{\link{myTOS}}.
#
Run the code above in your browser using DataLab