Description Usage Arguments Details Value Author(s) References Examples
Creates "bayts" time series data frame from multiple input time series and calculates time series of normalised conditional non-forest probabilities (PNF).
1 2 |
tsL |
list of object(s) of class |
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) |
Short method description: PNF is estimated for each individual time series observation, using the corresponding sensor specific probability density functions (pdfs) for forest (F) and non-forest (NF).
In case of multiple observation at the same date, PNF is interatively updated using Bayesian probability updating (calcPosterior
).
A detailed description is provided in Reiche et al. 2015 (Chapter 2.1.2 and 2.1.3).
"bayts" time seris data frame including: time series observation (ts1, ts2 ...), conditional non-forest probabilties (PNF), empty Flag (Flag) and empty Change probability (PChange).
Johannes Reiche (Wageningen University)
1 | #TBD
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.