powered by
Calculates a test statistic for a test of stationarity based on the local wavelet spectrum.
avespecvar(spectrum)
The value of the test statistic for the given spectrum.
A local wavelet spectrum estimate, i.e. a cddews object.
cddews
Sarah L. Taylor
The test statistic given by Taylor et al. (2014) for a test for stationarity is computed for use in the boostrap testing procedure (TOS2D).
TOS2D
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 cddews object # X <- Haar2MA.diag(64) testspec<-cddews(X,smooth=FALSE) #Find the value of the test statistic # avespecvar(testspec) #
Run the code above in your browser using DataLab