diego-urgell / BinSeg

GSOC 2021. R package that performs changepoint analysis using the Binary Segmentation algorithm. Supports several statistical distributions. The model is computed in C++ and then interfaced with R via the Rcpp package.
https://summerofcode.withgoogle.com/projects/5915303348797440
MIT License
4 stars 0 forks source link

GSOC Submission #17

Closed diego-urgell closed 3 years ago

diego-urgell commented 3 years ago

Final details for GSOC submission

codecov-commenter commented 3 years ago

Codecov Report

Merging #17 (be2995c) into main (3b95a22) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main      #17   +/-   ##
=======================================
  Coverage   98.18%   98.18%           
=======================================
  Files          10       10           
  Lines         331      331           
=======================================
  Hits          325      325           
  Misses          6        6           
Impacted Files Coverage Δ
src/Algorithms.cpp 100.00% <ø> (ø)
src/Distributions.cpp 100.00% <ø> (ø)

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 3b95a22...be2995c. Read the comment docs.