powered by
Computes and returns a p-value from the output of the bootstrap test for stationarity.
getpval(statvec, verbose = TRUE)
The p-value of the test.
A vector of test statistics, such as that given by TOS2D. The first value must be the value of the test statistic for the original image.
TOS2D
If TRUE then the p-value is printed and a sentance declaring "stationary" or "not stationary" is printed.
Sarah L. Taylor
Taylor, S.L., Eckley, I.A., and Nunes, M.A. (2014) A Test of Stationarity for Textured Images. Technometrics, 56 (3), 291-301.
#Generate a stationary image testimage <- matrix(rnorm(64*64), nrow=64, ncol=64) # Run test of stationarity if (FALSE) TestofStat<-TOS2D(testimage) # Obtain p-value getpval(TestofStat$samples)
Run the code above in your browser using DataLab