calcPosterior: Calculating posterior (Bayes theorem)

Description Usage Arguments Value Author(s) References

View source: R/calcPosterior.R

Description

Calculating posterior according to Bayes theorem.

Usage

1
calcPosterior(prior, likelihood)

Arguments

prior

single value, vector or time series object of class "ts"

likelihood

single value, vector or time series object of class "ts"

Value

single value, vector or time series object of class "ts"

Author(s)

Johannes Reiche (Wageningen University)

References

Reiche et al. (2015): A Bayesian Approach to Combine Landsat and ALOS PALSAR Time Series for Near Real-Time Deforestation Detection. Remote Sensing. 7(5), 4973-4996; doi:10.3390/rs70504973


jreiche/bayts documentation built on Feb. 3, 2021, 1:12 a.m.