bfast icon indicating copy to clipboard operation
bfast copied to clipboard

Breaks For Additive Season and Trend

Results 37 bfast issues
Sort by recently updated
recently updated
newest added

goodpractice package, pkgdown (documentation) en rhub (for testing on different systems)

enhancement

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...

enhancement
doc

When the time series consists of a straight line, `p.Vt

bug
good first issue

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...

enhancement
help wanted
good first issue

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))...

bug

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...

bug
help wanted

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. ```...

bug

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:...

question

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...

enhancement
help wanted

GPL licenses suggest adding a license notice at the top of each source file, like this: ```

enhancement
good first issue