data used to perform the estimation: vector of length n.
...
other arguments to pass to the optimisation function.
tol
tolerance to accept the solution; default = 1e-3.
maxIter
maximum number of iteration in the Welsh algorithm; default = 100.
lowerBand
lower band of the domain where the graphical seach is performed;
default = 1e-4.
upperBand
Lower band of the domain where the graphical seach is performed;
default = 30.
Details
The Welsh algorithm is first applied. If it fails to provide a
satisfactory value (< tol), a graphical/ numerical approach is
used. We first plot the real part of the eCF vs t in order to
determine the first zero directly and use it as the initial guess of a
numerical minimisation routine.