tos
object that contains information about a test of stationarity.
The summary function prints out information about how many
individual hypothesis tests there were, how many were rejected
and what the (equivalent) rejection p-value was (in the last cases
both for FDR and Bonferroni). If the hypothesis of stationarity
is rejected then the routine also prints out a list of the Haar
wavelet coefficients (and their scales, locations and scale of
the wavelet periodogram) that were significant.
The function also returns a lot of this information (invisibly).## S3 method for class 'tos':
summary(object, size = 0.05, quiet = FALSE, mctype = "FDR", ...)hwtos2.TRUE then nothing is printed
to the screen, although the information is still returned as
an object. If FALSE then this function prints out
the information about the hypothesis test."FDR" for false discovery
rate or "BON" for Bonferroni. This argument does not
effect the basis printout. However, it does control whether
FDR or Bonferroni rejects are listed, and it does control
the typmctype
argument also.hwtos2, print.tos#
# See example for hwtos2, this contains two examples where
# summary.tos (as summary(.) is used in the output.Run the code above in your browser using DataLab