View source: R/utility_functions.R
dwBS | R Documentation |
Select an optimal bandwidth parameter and apply the dependent wild bootstrap with Bartlett kernel to obtain the resampled time series.
dwBS(y)
y |
A |
A T\times 1
matrix of resampled time series.
Shao, X., 2010. The dependent wild bootstrap. Journal of the American Statistical Association, 105(489), pp.218-235.
panel <- UKhouse # load the data
est_multi <- multilevel(panel, ic = "BIC3", standarise = TRUE, r_max = 5,
depvar_header = "dlPrice", i_header = "Region",
j_header = "LPA_Type", t_header = "Date")
G_star <- dwBS(est_multi$G)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.