jonathancornelissen / highfrequency

The highfrequency package contains an extensive toolkit for the use of highfrequency financial data in R. It contains functionality to manage, clean and match highfrequency trades and quotes data. Furthermore, it enables users to: calculate easily various liquidity measures, estimate and forecast volatility, and investigate microstructure noise and intraday periodicity.
147 stars 63 forks source link

Update to version 0.8.0 #58

Closed emilsjoerup closed 3 years ago

emilsjoerup commented 3 years ago

Changes in this version:

codecov-io commented 3 years ago

Codecov Report

Merging #58 (4e66786) into master (a8e9eb9) will decrease coverage by 3.25%. The diff coverage is 54.01%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #58      +/-   ##
==========================================
- Coverage   60.75%   57.50%   -3.26%     
==========================================
  Files          22       24       +2     
  Lines        4778     5782    +1004     
==========================================
+ Hits         2903     3325     +422     
- Misses       1875     2457     +582     
Impacted Files Coverage Δ
R/dataHandling.R 51.63% <ø> (ø)
R/getDataFromAlphaVantage.R 0.00% <0.00%> (ø)
R/internalPreaveringEstimators.R 94.73% <ø> (ø)
R/realizedMeasures.R 84.60% <ø> (ø)
src/businessTimeSampling.cpp 100.00% <ø> (ø)
src/realizedMeasures.cpp 56.52% <16.66%> (ø)
R/driftBursts.R 23.98% <23.98%> (ø)
R/internalRealizedMeasures.R 63.20% <33.33%> (ø)
R/internalSpotVolAndDrift.R 26.96% <35.29%> (ø)
R/jumpTests.R 49.23% <45.94%> (ø)
... and 28 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a8e9eb9...4e66786. Read the comment docs.