View source: R/SpectrumEstimation_spec_arma_est_bip.R
spec_arma_est_bip_s | R Documentation |
The function spec_arma_est_bip_s(x,p,q) comuptes spectral estimates using the BIP s-estimates of the ARMA model parameters
spec_arma_est_bip_s(x, p, q, tolx = 5e-07)
x: |
numeric vector. The data |
p: |
AR order |
q: |
MA order |
PxxdB : Spectral estimate in dB
Pxx : spectral estimate
q : frequency in (0, pi)
sigma_hat : BIO s-scale estemate of the innovations
File located in SpectrumEstimation_spec_arma_est_bip.R
"Robust Statistics for Signal Processing" Zoubir, A.M. and Koivunen, V. and Ollila, E. and Muma, M. Cambridge University Press, 2018.
"Bounded Influence Propagation τ-Estimation: A New Robust Method for ARMA Model Estimation." Muma, M. and Zoubir, A.M. IEEE Transactions on Signal Processing, 65(7), 1712-1727, 2017.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.