Nothing
#' Bootstrap Methods for Regression Models with Locally Stationary Errors
#'
#' Implements bootstrap methods for linear regression models with errors following a time-varying process, focusing on approximating the distribution of the least-squares estimator for regression models with locally stationary errors. It enables the construction of bootstrap and classical confidence intervals for regression coefficients, leveraging intensive simulation studies and real data analysis. The methodology is based on the approach described in Ferreira et al. (2020), allowing errors to be locally approximated by stationary processes.
#'
#' @importFrom tibble tibble
#' @importFrom doParallel registerDoParallel
#' @importFrom parallel detectCores makeCluster stopCluster
#' @importFrom doRNG %dorng% registerDoRNG
#' @importFrom stats rnorm rexp runif quantile coef nlminb na.exclude lm fft sd acf integrate as.formula reformulate ecdf qnorm
#' @importFrom foreach foreach %dopar%
#' @importFrom iterators icount
#' @import rlecuyer
#' @importFrom LSTS LS.kalman
#' @keywords internal
"_PACKAGE"
NULL
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.