-
Notifications
You must be signed in to change notification settings - Fork 8
/
DESCRIPTION
29 lines (29 loc) · 1.77 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Package: bfast
Version: 1.5.9
Date: 2016-06-22
Title: Breaks For Additive Season and Trend
Authors@R: c(person(given = "Jan", family = "Verbesselt", role = c("aut", "cre"), email = "[email protected]"),
person(given = "Achim", family = "Zeileis", role = "aut", email = "[email protected]"),
person(given = "Rob", family = "Hyndman", role = "ctb", email = "[email protected]"))
Author: Jan Verbesselt [aut, cre], Achim Zeileis [aut], Rob Hyndman [ctb]
Maintainer: Jan Verbesselt <[email protected]>
Description: This package integrates the decomposition of time series into trend,
seasonal, and remainder components with methods for detecting
and characterizing abrupt changes within the trend and seasonal
components. BFAST can be used to analyze different types of
satellite image time series and can be applied to other disciplines
dealing with seasonal or non-seasonal time series, such as hydrology,
climatology, and econometrics. The algorithm can be extended to
label detected changes with information on the parameters of the
fitted piecewise linear models. BFAST monitoring functionality is added
based on a paper that has been submitted to Remote Sensing of Environment.
BFAST monitor provides functionality to detect disturbance in near real-time based on BFAST-type models.
BFAST approach is flexible approach that handles missing data without interpolation.
Furthermore now different models can be used to fit the time series data and detect structural changes (breaks).
Depends: R (>= 3.0.0)
Imports: graphics, stats, strucchange, zoo, forecast, sp, raster
Suggests:
License: GPL (>= 2)
URL: http://bfast.R-Forge.R-project.org/
LazyLoad: yes
LazyData: yes