Description Usage Arguments Details
View source: R/ls_whittle_loglik_theta.R
Calculate the log-likelihood with σ known, through
LS.whittle.loglik
function.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
x |
(type: numeric) parameter vector. |
series |
(type: numeric) univariate time series. |
order |
(type: numeric) vector corresponding to |
ar.order |
(type: numeric) AR polimonial order. |
ma.order |
(type: numeric) MA polimonial order. |
sd.order |
(type: numeric) polinomial order noise scale factor. |
d.order |
(type: numeric) |
include.d |
(type: numeric) logical argument for |
N |
(type: numeric) value corresponding to the length of the window to
compute periodogram. If |
S |
(type: numeric) value corresponding to the lag with which will go taking the blocks or windows. |
include.taper |
(type: logical) logical argument that by default is
|
sd.par |
(type: numeric) value corresponding to known variance. |
This function computes LS.whittle.loglik
with x
as
x = c(x, sd.par)
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.