/ Home |
S-Archive | Download Script |
robfreq | Robust Frequency Estimation |
y | numeric vector of observations. |
nfreq | number of frequencies to estimate. | |
scale | numeric constant giving scale of the residuals. By default this is estimated using mscale for the starting parameter values. | |
breakdown | numeric constant between 0 and 0.5 giving the desired breakdown point. | |
trace | logical constant. If true, the progress of the algorithm is printed out in compact format. | |
maxregs | The total number of evaluations of the LTS criterion allowed. |
The model is
y = a[1]*cos(x*f[1]) + ... + a[p]*cos(x*f[p]) + a[p+1]*sin(x*f[1]) + ... + a[2*p]*sin(x*f[p])
The values for f define the freq vector while the values for a define the coef vector on output.
S-Archive | Download Script |
Gordon Smyth. Copyright © 1996-2016. Last modified: 10 February 2004