Do you recommend the tictoc package, also our locale's are different for LC_ yours ends utf 8, mine in US 1252?
Thanks for the quick reply, we have quite a few differences see below:
library("GAS")
data("dji30ret", package = "GAS")
dji30ret <- tail(dji30ret, 2500)
GASSpec_N <- UniGASSpec(Dist = "norm", GASPar = list(scale = TRUE))
GASSpec_ST <- UniGASSpec(Dist = "std", GASPar = list(scale = TRUE))
GASSpec_SKST <- UniGASSpec(Dist = "sstd", GASPar = list(scale = TRUE))
library("parallel")
cluster <- makeCluster(2)
sessionInfo()
R version 4.2.2 (2022-10-31 ucrt)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 10 x64 (build 22621)
Matrix products: default
locale:
[1] LC_COLLATE=English_United States.1252
[2] LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252
[4] LC_NUMERIC=C
[5] LC_TIME=English_United States.1252
attached base packages:
[1] parallel stats graphics grDevices utils datasets
[7] methods base
other attached packages:
[1] GAS_0.3.4
loaded via a namespace (and not attached):
[1] Rcpp_1.0.9 MASS_7.3-58.1
[3] bit_4.0.4 mclust_6.0.0
[5] cubature_2.0.4.5 lattice_0.20-45
[7] pcaPP_2.0-3 Rsolnp_1.16
[9] rmgarch_1.3-9 tools_4.2.2
[11] xts_0.12.2 SkewHyperbolic_0.4-0
[13] GeneralizedHyperbolic_0.8-4 spd_2.0-1
[15] grid_4.2.2 ff_4.0.7
[17] rugarch_1.4-9 KernSmooth_2.23-20
[19] corpcor_1.6.10 remotes_2.4.2
[21] lmtest_0.9-40 numDeriv_2016.8-1.1
[23] gmp_0.6-8 Matrix_1.5-1
[25] DistributionUtils_0.6-0 ks_1.13.5
[27] sandwich_3.0-2 pracma_2.4.2
[29] Rmpfr_0.8-9 compiler_4.2.2
[31] Bessel_0.6-0 truncnorm_1.0-8
[33] mvtnorm_1.1-3 zoo_1.8-11