Combine (version 1.0)

Combine-package: Game-Theoretic Probability Combination.

Description

Suite of R functions for combining probability distributions according to a game-theoretic probability combination.

Arguments

Details

Package:
Combine
Type:
Package
Version:
1.0
Date:
2015-08-30
License:
GPL-3
Depends:
R (>= 2.14.0), methods
URL:
http://www.cran.r-project.org, http://www.bioconductor.org, http://www.statomics.com

References

Bickel, D. R. (2012). Game-theoretic probability combination with applications to resolving conflicts between statistical methods. International Journal of Approximate Reasoning, 53, 880-891.

Examples

Run this code
    #Two probability distributions to combine
x1<-c(A = .5, AA = .9, AAA = .6)
x2<-c(A = .3, AA = NA, AAA = .5)

z1 <- ncomb.prob(x = x1,y= x2,independent=TRUE)
z2 <- ncomb.prob(x = list(X1=x1,X2=x2),independent=FALSE)



Run the code above in your browser using DataCamp Workspace