Package: RTransferEntropy 0.2.21
David Zimmermann
RTransferEntropy: Measuring Information Flow Between Time Series with Shannon and Renyi Transfer Entropy
Measuring information flow between time series with Shannon and Rényi transfer entropy. See also Dimpfl and Peter (2013) <doi:10.1515/snde-2012-0044> and Dimpfl and Peter (2014) <doi:10.1016/j.intfin.2014.03.004> for theory and applications to financial time series. Additional references can be found in the theory part of the vignette.
Authors:
RTransferEntropy_0.2.21.tar.gz
RTransferEntropy_0.2.21.zip(r-4.5)RTransferEntropy_0.2.21.zip(r-4.4)RTransferEntropy_0.2.21.zip(r-4.3)
RTransferEntropy_0.2.21.tgz(r-4.4-x86_64)RTransferEntropy_0.2.21.tgz(r-4.4-arm64)RTransferEntropy_0.2.21.tgz(r-4.3-x86_64)RTransferEntropy_0.2.21.tgz(r-4.3-arm64)
RTransferEntropy_0.2.21.tar.gz(r-4.5-noble)RTransferEntropy_0.2.21.tar.gz(r-4.4-noble)
RTransferEntropy_0.2.21.tgz(r-4.4-emscripten)RTransferEntropy_0.2.21.tgz(r-4.3-emscripten)
RTransferEntropy.pdf |RTransferEntropy.html✨
RTransferEntropy/json (API)
# Install 'RTransferEntropy' in R: |
install.packages('RTransferEntropy', repos = c('https://bzpaper.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/bzpaper/rtransferentropy/issues
- stocks - Daily stock data for 10 stocks from 2000-2017
Last updated 2 years agofrom:c6037d2859. Checks:OK: 9. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 13 2024 |
R-4.5-win-x86_64 | OK | Oct 13 2024 |
R-4.5-linux-x86_64 | OK | Oct 13 2024 |
R-4.4-win-x86_64 | OK | Oct 13 2024 |
R-4.4-mac-x86_64 | OK | Oct 13 2024 |
R-4.4-mac-aarch64 | OK | Oct 13 2024 |
R-4.3-win-x86_64 | OK | Oct 13 2024 |
R-4.3-mac-x86_64 | OK | Oct 13 2024 |
R-4.3-mac-aarch64 | OK | Oct 13 2024 |
Exports:calc_etecalc_teis.transfer_entropyset_quiettransfer_entropy
Dependencies:codetoolsdigestfuturefuture.applyglobalslistenvparallellyRcpp
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Calculates the Effective Transfer Entropy for two time series | calc_ete |
Calculates the Transfer Entropy for two time series | calc_te |
Extract the Coefficient Matrix from a transfer_entropy | coef.transfer_entropy |
Checks if an object is a transfer_entropy | is.transfer_entropy |
Prints a transfer-entropy result | print.transfer_entropy |
Set the quiet-parameter for all RTransferEntropy Calls | set_quiet |
Daily stock data for 10 stocks from 2000-2017 | stocks |
Prints a summary of a transfer-entropy result | summary.transfer_entropy |
Function to estimate Shannon and Renyi transfer entropy between two time series x and y. | transfer_entropy |