Description Usage Arguments Value Author(s) References Examples
Implements bayts function on multiple time series rasterBrick object(s).
Time information is provided as an extra object and the time series can be regular or irregular. Information describing F and NF distributions is provided for each time series. See (bayts
) for more details.
1 2 3 4 |
bL |
list of raster bricks. Raster bricks need to have the same extent and spatial resolution. |
datesL |
list of time vector of the format: "2014-10-07". |
pdfL |
list of "pdf" object(s) describing F and NF distributions (see |
bwf |
block weighting function to truncate the NF probability; Default=c(0.1,0.9); (c(0,1) = no truncation) |
chi |
threshold of Pchange at which the change is confirmed; Default=0.5 |
PNFmin |
threshold of pNF above which the first observation is flagged; Default=0.5 |
start |
start date of monitoring period. Default=NULL (start of input time series). |
end |
end date of monitoring period. Default=NULL (end of input time series) |
pptype |
character. Type of preprocessing to be applied to individual time series vectors. The two options are 'irregular' and '16-days'. See |
mc.cores |
numeric. number of cores to be used for the job. See |
outfile |
output file |
A rasterBrick with 5 layers: (1) flag: time at which unconfirmed change got flagged; (2) change.flagged: time at which confirmed change got flagged; (3) change.confirmed: time at which change is confirmed; (4) Pflag: Probabilty of change for unconfirmed flagged changes; (5) Pchange.confirmed: Probabilty of change for confirmed changes.
Johannes Reiche (Wageningen University)
1 | #TBD
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.