powered by
Produces a summary of the results to Whittle estimator to Locally Stationary Time Series (LS.whittle function).
LS.whittle
LS.summary(object)
(type: list) the output of LS.whittle function
A list with the following components:
a resume table with estimate, std. error, z-value and p-value of the model.
AIC of the model.
number of parameters in the model.
Calls the output from LS.whittle and computes the standard error and p-values to provide a detailed summary.
# NOT RUN { fit_whittle <- LS.whittle( series = malleco, start = c(1, 1, 1, 1), order = c(p = 1, q = 0), ar.order = 1, sd.order = 1, N = 180, n.ahead = 10 ) LS.summary(fit_whittle) # }
Run the code above in your browser using DataLab