bfast
bfast copied to clipboard
Breaks For Additive Season and Trend
goodpractice package, pkgdown (documentation) en rhub (for testing on different systems)
Make an overview of the latest pending changes as a tutorial, so then we don't need a big list of changes but we have it more visual. Useful also for...
When the time series consists of a straight line, `p.Vt
Right now the docs on all the `bfast`-related issues are scattered all across, generating quite a bit of confusion (case in point: https://doi.org/10.1016%2Fj.isprsjprs.2017.06.013 considers `bfastMonitor` to be renamed `bfast`, which...
Equivalent of https://github.com/bfast2/strucchange/issues/18 in bfast01, with a trivial reproducer: ``` r library(bfast) bfast01(data = Nile) #> Error in if (is.nan(p0) || p0 < a2 || p0 > (1 - a2))...
Running bfast01(stl="both") always results in an error: ``` r library(bfast) mts = ts(1:10, 2000, 2011, frequency=20) bfast01(mts, stl="both") #> Error in parse(text = x, keep.source = FALSE): :2:0: unexpected end...
If I use type="16-day", even if the underlying time series is exactly 16-day, the resulting `ts` has a frequency of 1, which is not what we need at all. ```...
In some cases, lowering _h_ might actually result in fewer breakpoints being detected. That is quite curious and may be good to check why that happens. An example was provided:...
We'd want to use e.g. `testthat` to test "bad examples" or very basic things that are not well-suited to go into the examples section of function documentation. Nevertheless, the useful...
GPL licenses suggest adding a license notice at the top of each source file, like this: ```