Is there an equivalent in Julia for the R change point detection library ecp

I am rewriting an R based forecast model which is using the ecp library, specifically the e.divisive function for change point detection. Is there an equivalent package in Julia that I can use.

https://rdrr.io/cran/ecp/man/e.divisive.html

1 Like