LS.whittle.loglik.theta {LSTS} | R Documentation |
Locally Stationary Whittle Log-likelihood theta
Description
Calculate the log-likelihood with \sigma
known, through
LS.whittle.loglik
function.
Usage
LS.whittle.loglik.theta(
x,
series,
order = c(p = 0, q = 0),
ar.order = NULL,
ma.order = NULL,
sd.order = NULL,
d.order = NULL,
include.d = FALSE,
N = NULL,
S = NULL,
include.taper = TRUE,
sd.par = 1
)
Arguments
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. |
Details
This function computes LS.whittle.loglik
with x
as
x = c(x, sd.par)
.