An integer, $J$, indicating the level of the decomposition.
boundary
A string indicating the type of boundary method to use. Either boundary="periodic" or "reflection".
brickwall
A bool indicating whether the a brick wall procedure should be applied to the coefficients.
Value
y A field that contains the wavelet coefficients for each decomposition level
Details
Performs a level J decomposition of the time series using the pyramid algorithm.
Use this implementation to supply custom parameters instead of modwt(x),
which serves as a wrapper function.