wavFDPBlock(x, wavelet="s8", levels=NULL, sdf=NULL, boundary=NULL, edof.mode=1, estimator="wlse", delta.range=c(-10.0,10.0), position=list(from=1,by=1,units=character()), units=character(), title.data=character(), documentation=character(), keep.series=FALSE)estimator argument.For the MLE case, the boundary options are:
"stationary"
"nonstationary"For the WLSE case, the boundary options are:
"biased"
"unbiased"The scaling coefficients
are (always) excluded in weighted least squares estimates
of FD model parameters. Default: "unbiased".
c(-10 10).data. Default: character().wavEDOF for details.
Default: 1."wlse" for
a weighted least squares estimate and "mle" for a maximum likelihood estimate.
Default: "wlse".TRUE, the original series
is preserved in the output object. Default: FALSE.1:J where $J$ is the maximum wavelet decomposition
level at which there exists at least one interior wavelet coefficient.list containing the arguments
from, by and to which describe the position(s) of the input
data. All position arguments need not be specified as missing members
will be filled in by their default values. Default: list(from=1, by=1, units=character()).NULL (EDOF mode 2 not used).data. Default: character().character() (no units).wavDaubechies for details.
Default: "s8".wavFDP.
When estimator="mle" and
boundary="stationary",
the levels vector is forced to take on
values $[1,2,...,J]$
where $J$ is the maximum number of levels in a full DWT.
This is done because (in this case) the scaling coefficient and all wavelet coefficients
are used to form the FD model parameter estimates.
In using the WLSE scheme it is recommended that only the unbiased estimator be used since the confidence intervals for the biased estimator have not been sufficiently studied.
W. Constantine, D. B. Percival and P. G. Reinhall, Inertial Range Determination for Aerothermal Turbulence Using Fractionally Differenced Processes and Wavelets, Physical Review E, 2001, 64(036301), 12 pages.
wavEDOF, wavFDP, wavFDPTime, wavFDPBand, wavFDPSDF.## perform a block-averaged MLE of FD parameters 
## for an FD(0.45, 1) realization over levels 1 
## through 6 using a stationary-nonstationary 
## FD model and Daubechies least asymmetric 
## 8-tap filters 
wavFDPBlock(fdp045, levels=1:6, wavelet="s8", est="mle", boundary="nonstationary")
Run the code above in your browser using DataLab