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

R functions for querying algorithm / distribution names and descriptions #6

Closed tdhock closed 3 years ago

tdhock commented 3 years ago

hi @diego-urgell it would be useful to have an R function that the user can run to see what algorithms and distributions are available. (basically, iterate through the map and return a data frame with one row for each subclass, and two columns, name,description)

diego-urgell commented 3 years ago

Yes @tdhock, that would be great! I will implement this later on :)

diego-urgell commented 3 years ago

Already implemented 😄