NEWS
uGMAR 3.5.1 (2024-12-04)
- Added a table of contents to the vignette.
uGMAR 3.5.0 (2024-07-04)
- Added a functionality in fitGSMAR to automatically filter out inapproriate estimates. The automatic filtering is also set as the default option.
uGMAR 3.4.5 (2023-08-19)
- Fixed the package overview help file
uGMAR 3.4.4 (2023-02-15)
uGMAR 3.4.3 (2022-06-07)
uGMAR 3.4.2 (2022-01-24)
- Fixed a CRAN issue.
- Updated the vignette.
uGMAR 3.4.1 (2022-01-18)
- Added URL for bug reports.
- Updated the vignette.
uGMAR 3.4.0 (2021-09-02)
- Implemented the S3 method 'simulate' for class 'gsmar' objects. Consequently, the function 'simulateGSMAR' is now deprecated.
- Re-used the class 'htest' for the objects returned by the functions Wald_test and LR_test.
- In the printout of GMAR type regimes, the variance parameter is now reported separately from the AR-equation. Also changed the "cond_sd" in front of eps in the StMAR regimes to sigma_mt.
- Removed the documentation of internal functions from the manual.
- Added legend to the density plot in the plot method for class 'gsmar' objects. Also adjusted the legend of the mixing weights plot.
- Adjusted the legend in the mixing weights plot in the plot method for class 'gsmarpred' objects.
- Updated doi in the reference to the G-StMAR model (Virolainen, 2021).
- Updated the vignette.
uGMAR 3.3.2 (2021-07-08)
- Added a new appendix to the vignette.
- Added more comments to the source code.
- Added new data "TBFF": the interest rate spread between the 3-month Treasury bill rate and the effective federal funds rate that was studied in the empirical application of Virolainen (2021) introducing the G-StMAR model.
- Adjusted graphics in the function diagnostic_plot
- Updated the reference information of the G-StMAR model.
uGMAR 3.3.1 (2021-05-12)
- New, improved vignette.
- Now the functions "iterate_more" and "alt_gsmar" also warn about near-unit-roots and return results from all the estimation rounds.
- Summary and print methods now display the number of parameters and observations.
- Updated the reference to the StMAR model
- Updated some of the documentation
- fitGSMAR does not call closeAllConnections() on exit anymore; instead, it only closes the connections it opened.
- Fixed the argument "precission" in profile_logliks to "precision".
uGMAR 3.3.0 (2021-02-12)
- This update (finally) renames functions and arguments so that they are consistent throughout uGMAR and in line with the package "gmvarkit". Namely, some functions were renamed from camelCase to lower_bar convention for consistency. Old functions are (for now) retained as deprecated. Also, some arguments were renamed from camelCase to lower_bar: print_res in fitGSMAR; print_res, lags_ac, and lags_ch in quantile_residual_tests; smart_mu, mean_scale, and sigma_scale in GAfit; plot_res in predict.gsmar; init_values in simulateGSMAR; and others.
- The package 'gsl' is now imported, and not a suggested package anymore, to ensure fast calculation of quantile residual tests for StMAR and G-StMAR models.
- The function random_ind does not sort components anymore when constraints are employed (unless only the argument "restricted" is used). Consequently, estimation results (with a specific seed) might differ from previous versions for the models employing constraints.
- Removed to possibility to run quantile residual tests directly with the estimation function after the estimation, because it is a good practice to check first whether the estimates are appropriate. The tests can be ran afterwards with the function "quantile_residual_tests".
- fitGSMAR now warns if some regime is almost nonstationary.
- The function "stmar_to_gstmar"" now supports also G-StMAR models with large degrees of freedom estimates.
- The summary method for class 'gsmar' objects now supports models without data.
- Fixed a bug in the one-step conditional variance of the process: it was incorrect in the previous versions.
- Updated the examples.
- Adjusted the plot methods.
- Added new data: M10Y1Y
uGMAR 3.2.6 (2020-12-17)
- Major speed improvement!
- New exported function: 'Wald_test' for performing a Wald test.
- New exported function: 'LR_test' for performing a likelihood ratio test.
- The default lags in quantile residual tests are now 1, 3, 6, and 12.
- Fixed some typos in documentation.
uGMAR 3.2.5 (2020-04-04)
- New exported function: 'cond_moment_plot' for further visualization of the model.
- Yet another bug fix: the predict method incurred an error with G-StMAR models.
- Corrected degrees of freedom labels for G-StMAR models in the function profile_logliks.
- Updated the examples.
uGMAR 3.2.4 (2020-03-20)
- Bug fix: the predict method incurred an error when plotting the results with n_ahead=1.
uGMAR 3.2.3 (2020-03-12)
- Updated the plot method for class 'gsmar' objects: now includes a density plot by default (can be removed).
- Updated the predict method for class 'gsmar' objects: now includes predictions for the mixing weights (can be removed from the plot).
- Fixed 'profile_logliks' to show correct headlines with mean parametrization + improved the default method for choosing the number of rows and columns in the plot-matrix.
- Now standard errors are printed correctly for models imposing all kinds of constraints. In the earlier versions, constrained AR parameter standard errors were printed incorrectly if the constraints involved multiplications or summations.
- Removed redundant reinitialization of a PSOCK cluster in the function 'fitGSMAR'.
- In the function quantile_residual_tests the default argument for 'nsimu' is now 1 so that the tests are based on the given data only (and not on simulation).
- Added interest rate spread (10-Year minus 1-Year treasury) data.
uGMAR 3.2.2 (2020-01-16)
- New function: 'profile_logliks' for plotting profile log-likelihood functions.
- Disabled camelCase compatibility for arguments 'ncalls' and 'ncores' in fitGMAR.
- Updated the 'regime combining procedure' in the genetic algorithm to also support the G-StMAR model.
- Minor computation speed improvements.
- Tidier code for some parts.
- Improved comments and documentation.
- Bug fix: the function 'add_data' did not identify the model type correctly.
- Bug fix: simulateGSMAR simulated some initial values from sligthly wrong distribution; did not have affect on forecasts.
- Minor update on the summary print for the models
uGMAR 3.2.1 (2019-12-11)
- Fixed 'additional issue' in CRAN checks
uGMAR 3.2.0 (2019-08-27)
- Added reference for the G-StMAR model.
- In the predict method arguments "ci" and "ci_type" were changed to "pi" and "pi_type" to signify "prediction interval"" as it's more correct expression than "confidence interval". Also the default prediction method is now median, and not mean.
- Changed the default number of CPU cores employed by the estimation function fitGSMAR to be at most two due to CRAN policy.
- Added the argument "seeds" to fitGSMAR allowing one to set the random number generator seed for each call to the genetic algorithm.
- Finite difference approximations for differentials regarding overly large degrees of freedom parameters now give reasonable approximation instead of numerical error.
- The maximum value for degrees of freedom parameters is now 1e5.
- New exported function alt_gsmar that conveniently constructs a GSMAR model based on an arbitrary estimation round of fitGSMAR.
- New exported function get_foc which is the same as get_gradient but with convenient name.
- The default number of generations in the genetic algorithm is now 200 (was min(400, max(round(0.1*length(data)), 200)) before).
- In various functions, user may now adjust the difference 'h' used in the finite difference approximations for differentials of the log-likelihood.
- Bug fix: the summary print for gsmar objects falsely displayed standard error for the non-parametrized mixing weight
- Fixed typos etc. in documentation.
uGMAR 3.1.0 (2019-06-26)
- Added a
NEWS.md
file to track changes to the package.
- New exported functions: get_regime_means, get_regime_autocovs, get_regime_vars, uncond_moments, get_soc, cond_moments, stmarpars_to_gstmar, stmar_to_gstmar.
- Generally more functionality for conditional and unconditional moments, and convenient tools for switching to G-StMAR model from a StMAR model.
- Implemented an algorithm by Monahan (1984) to the genetic algorithm for more thorough search of the parameter space near boundaries of the stationarity region.
- simulateGSMAR now provides better tools for forecasting. This update includes non-backward compatible changes for the return values if the argument ntimes is set to be larger than one. In additional to the samples, it now returns a list containing the mixing weights and component that was used to generate each observation.
- The arguments nCalls and nCores in fitGSMAR are now changed to ncalls and ncores for consistency.
- Fixes on minor bugs that used to cause errors in some special cases.
- Updates on documentation