Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/keblu/nse
Offers mutliple ways to calculate numerical standard errors (NSE) of univariate (or multivariate in some cases) time series.
https://github.com/keblu/nse
econometrics hac nse package r
Last synced: 24 days ago
JSON representation
Offers mutliple ways to calculate numerical standard errors (NSE) of univariate (or multivariate in some cases) time series.
- Host: GitHub
- URL: https://github.com/keblu/nse
- Owner: keblu
- Created: 2016-10-06T08:35:52.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:49:36.000Z (about 2 years ago)
- Last Synced: 2023-11-15T10:09:57.398Z (about 1 year ago)
- Topics: econometrics, hac, nse, package, r
- Language: R
- Size: 1.19 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# nse
Computation of numerical standard errors in R
`nse` ([Ardia and Bluteau, 2017](https://doi.org/10.21105/joss.00172)) is an R package for computing the numerical standard error (NSE), an estimate
of the standard deviation of a simulation result, if the simulation experiment were to be repeated
many times. The package provides a set of wrappers around several R packages, which give access to
more than thirty NSE estimators, including batch means estimators, initial sequence
estimators, spectrum at zero estimators, heteroskedasticity and autocorrelation
consistent (HAC) kernel estimators and bootstrap estimators. See [Ardia and Bluteau (2017)](https://doi.org/10.21105/joss.00172) for details. The full set of methods available in `nse` is summarized in [Ardia et al. (2018)](https://doi.org/10.1515/jtse-2017-0011) together with several examples of applications in econometrics and finance.The latest stable version of `nse` is available at [https://cran.r-project.org/package=nse](https://cran.r-project.org/package=nse).
The latest development version of `nse` is available at [https://github.com/keblu/nse](https://github.com/keblu/nse).
## Please cite the package in publications!
By using `nse` you agree to the following rules:
1) You must cite [Ardia et al. (2018)](https://doi.org/10.1515/jtse-2017-0011) in working papers and published papers that use `nse`.
2) You must place the following URL in a footnote to help others find `nse`: [https://CRAN.R-project.org/package=nse](https://CRAN.R-project.org/package=nse).
3) You assume all risk for the use of `nse`.Ardia, D., Bluteau, K., Hoogerheide, L.F. (2018).
Methods for computing numerical standard errors: Review and application to Value-at-Risk estimation.
_Journal of Time Series Econometrics_ **10**(2) pp 1-9.
[https://doi.org/10.1515/jtse-2017-0011](https://doi.org/10.1515/jtse-2017-0011)
[https://doi.org/10.2139/ssrn.2741587](https://doi.org/10.2139/ssrn.2741587)Ardia, D., Bluteau, K. (2017).
nse: Computation of numerical standard errors in R.
_Journal of Open Source Software_ **10**(2).
[https://doi.org/10.21105/joss.00172](https://doi.org/10.21105/joss.00172)