Package: highfrequency
Version: 1.0.1
Date: 2023-10-04
Title: Tools for Highfrequency Data Analysis
Authors@R: c(
    person("Kris", "Boudt", , "kris.boudt@ugent.be", role = c("aut", "cre"),
           comment = c(ORCID = "0000-0002-1000-5142")),
    person("Jonathan", "Cornelissen", role = "aut"),
    person("Scott", "Payseur", , "Scott.Payseur@gmail.com", role = "aut"),
    person("Giang", "Nguyen", role = "ctb"),
    person("Onno", "Kleen", role = "aut",
           comment = c(ORCID = "0000-0003-4731-4640")),
    person("Emil", "Sjoerup", role = "aut")
  )
Description: Provide functionality to manage, clean and match highfrequency
    trades and quotes data, calculate various liquidity measures, estimate and
    forecast volatility, detect price jumps and investigate microstructure noise and intraday
    periodicity. A detailed vignette can be found in the open-access paper 
    "Analyzing Intraday Financial Data in R: The highfrequency Package" 
    by Boudt, Kleen, and Sjoerup (2022, <doi:10.18637/jss.v104.i08>). 
License: GPL (>= 2)
Encoding: UTF-8
LazyData: true
URL: https://github.com/jonathancornelissen/highfrequency
BugReports: https://github.com/jonathancornelissen/highfrequency/issues
Depends: R (>= 3.5.0)
Imports: xts, zoo, Rcpp, graphics, methods, stats, utils, grDevices,
        robustbase, data.table (>= 1.12.0), RcppRoll, quantmod,
        sandwich, numDeriv, Rsolnp
LinkingTo: Rcpp, RcppArmadillo
Suggests: mvtnorm, covr, FKF, rugarch, testthat, knitr, rmarkdown
RoxygenNote: 7.2.3
NeedsCompilation: yes
Packaged: 2023-10-04 12:07:14 UTC; onnokleen
Author: Kris Boudt [aut, cre] (<https://orcid.org/0000-0002-1000-5142>),
  Jonathan Cornelissen [aut],
  Scott Payseur [aut],
  Giang Nguyen [ctb],
  Onno Kleen [aut] (<https://orcid.org/0000-0003-4731-4640>),
  Emil Sjoerup [aut]
Maintainer: Kris Boudt <kris.boudt@ugent.be>
Repository: CRAN
Date/Publication: 2023-10-04 15:20:02 UTC
Built: R 4.5.2; x86_64-w64-mingw32; 2025-11-08 03:50:44 UTC; windows
Archs: x64
