WaveThresh Help

HaarConcat


Generate a concatenated Haar MA process.

DESCRIPTION

This function generates a particular set of four concatenated Haar MA processes.

USAGE

HaarConcat()

REQUIRED ARGUMENTS

None.

OPTIONAL ARGUMENTS

None.

VALUE

A vector containing 512 observations from four concatenated Haar MA processes.

SIDE EFFECTS

None

DETAILS

This function generates a realization of particular kind of non-stationary time series probability model. The returned time series is the result of concatenating 4 time series each of length 128 from the Haar MA process generator (HaarMA) of orders 1, 2, 3 and 4. The standard deviation of the innovations is 1.

This function was used to generate the figure of the concatenated Haar MA process in Nason, von Sachs and Kroisandt. It produces a kind of time series that can be sparsely represented by the wavelet machinery but at the same time is non-stationary.

RELEASE

Version 3.9 Copyright Guy Nason 1998

REFERENCES

Nason, G.P., von Sachs, R. and Kroisandt, G. (1998). Wavelet processes and adaptive estimation of the evolutionary wavelet spectrum. Technical Report, Department of Mathematics University of Bristol/ Fachbereich Mathematik, Kaiserslautern.

SEE ALSO

HaarMA, ewspec,

EXAMPLES

#
# Generate the concatenated Haar MA process.
#
> MyHaarCC <- HaarConcat()
#
# Plot it
#
> tsplot(MyHaarCC)