Package: blocklength
Type: Package
Title: Select Optimal Block-Length to Bootstrap Dependent Data (Block
        Bootstrap)
Version: 0.1.3
Authors@R: c(
             person("Alec", "Stashevsky",
                    email = "alec@alecstashevsky.com",
                    role = c("aut", "cre")),
             person("Sergio", "Armella",
                    role = "ctb")
            )
Maintainer: Alec Stashevsky <alec@alecstashevsky.com>
Description: A set of functions to select the optimal block-length for a 
    dependent bootstrap (block-bootstrap). Includes the Hall, Horowitz, and Jing
    (1995) <doi:10.1093/biomet/82.3.561#'> cross-validation method and the 
    Politis and White (2004) <doi:10.1081/ETC-120028836> Spectral Density 
    Plug-in method with a corresponding set of S3 plot methods.
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.1.1
Suggests: testthat, covr, parallel
Imports: tseries, stats
URL: https://github.com/Alec-Stashevsky/blocklength
BugReports: https://github.com/Alec-Stashevsky/blocklength/issues
NeedsCompilation: no
Packaged: 2021-02-24 04:44:47 UTC; Alec
Author: Alec Stashevsky [aut, cre],
  Sergio Armella [ctb]
Repository: CRAN
Date/Publication: 2021-02-25 09:30:06 UTC
