bfast
bfast copied to clipboard
Breaks For Additive Season and Trend
The second part of a fix for https://github.com/bfast2/strucchangeRcpp/issues/40.
I am using the bfastlite function and I found some breaks in my time-series (TS) which I can plot (in a line graph) using the plot() function. I was wondering...
We can adapt BFAST Lite to do multi-breakpoint bfastliteclassify(), bfast01classify(), which is in high demand (and will probably deprecate bfast01 for most use cases). We can just use the same...
Hello, I have developed a code for BFAST, and when executed for the BFAST family (bfast, bfastmonitor, etc.), it runs without any issues. However, upon attempting to run "bfastlite", I...
Currently the return value of `plot.bfast` is random and differs depending on the last command run, usually returning a numeric `1` from `par()` which is meaningless. It should not return...
hey i got stuck. I want to use the bfast package to detrend my carbon use efficiency time series , but the result of plotting always return 'NULL', is this...
Hi bfast devs, would it be possible that you make the r version of bfast available through conda? This would help us a great deal! All the best, Peter
We could select the harmonic order automatically with an information criterion: fit models with different orders, then compare the model fit and choose one that is simplest. This would slow...
We now have two static typologies for bfast01classify, and users want to use even more (or less), so the typology parameter could e.g. accept a function as an input to...