Description Usage Arguments Details Value Author(s) References See Also
This function realizes Martin's GM-estimates for AR parameters.
| 1 2 3 | 
| x | univarite time series (vector) | 
| order | order of AR(p) process | 
| chr | tuning constant for Huber's ψ function | 
| iterh | number of iterations for IWLS-alogrithm using Huber's ψ function | 
| cbr | tuning constant for Tukey's ψ function | 
| iterb | number of iterations for IWLS-alogrithm using Tukey's ψ function | 
| psi2 | influence function to determine the 'size of z_i', either "Ident", "Huber" or "Tukey" | 
| c | tuning constant for psi2 | 
| type | type of GM-estimates, either "Mallows" or "Schweppe" | 
| k | tuning constant for centering | 
| maxiter | maximal number of iteration | 
| tol | tolerance level | 
| equal.LS | logical, for testing purpose only | 
| ... | further parameters to be passed to the functions  | 
to be filled
a list with elements
| ar | parameter estimate | 
| sinnov | scale estimate for the innovations from AR(p) fits of orders 1 through p | 
| Cx | an estimate of the p x p autocovariance matrix | 
| mu |  location estimate of  | 
| sx | Huber scale estimate | 
| u,v | weights for Mallows- or Schweppe-type GM-estimates | 
| w | weights from IWLS algorithm | 
| BH | consistency constant for σ when using Huber's ψ function | 
| BB | consistency constant for σ when using Tukey's ψ function | 
| niterh | number of iterations for IWLS-alogrithm using Huber's ψ function | 
| niterb | number of iterations for IWLS-alogrithm using Tukey's ψ function | 
| niter.testing | for testing purposes only | 
Bernhard Spangl bernhard.spangl@boku.ac.at,
Martin, R.D. and Zeh, J.E. (1978): Generalized M-estimates for  Autoregression Including Small-sample Efficiency Robustness 
Martin, R.D. (1980): Robust Estimation of Autoregressive Models.  
Martin, R.D. and Thomson, D.J. (1982): Robust-resistent Spectrum Estimation.  
Stockinger, N. and Dutter, R. (1987): Robust Time Series Analysis: A Survey.  
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.