Displaying 2 results from an estimated 2 matches for "tsbox".
Did you mean:
sbox
2024 Jul 28
1
ts_regular....in tsbox
dear members,
I have a data frame which contains, among others, a date object of monthly frequency which is not regular, i.e some months are omitted, and the main variable to be forecast, among others. Its name is vesselB.
I did the following code:
vesselBR <- ts_regular(vesselB)
but the missing months are not filled with NA. What should I do to insert NAs into
2023 Jan 05
1
R 'arima' discrepancies
...except for R, give very consistent results with each other.
I'll give one example using R, Eviews and Gretl. I'll use "BFGS"
algorithm and observed hessian based standard errors (in Gretl and in
Eviews).
|library(GetBCBData) library(lubridate) library(tsibble)
library(tsbox) library(forecast) library(tidyr) library(dplyr)
#============================================================# #Data
---- #============================================================#
#Brazilian CPI and analytical components ipca <-
gbcbd_get_series(c(433, 4449, 10844, 11428, 2...