FbivgeomRoy {bivgeom} | R Documentation |
Joint cumulative distribution function for Roy's bivariate geometric model
FbivgeomRoy(x, y, theta1, theta2, theta3)
x |
vector of values for the first variable |
y |
vector of values for the second variable |
theta1 |
paramater |
theta2 |
paramater |
theta3 |
paramater |
The probability F(x,y):=P(X\leq x,Y\leq x)
Alessandro Barbiero
Roy, D. (1993) Reliability measures in the discrete bivariate set-up and related characterization results for a bivariate geometric distribution, Journal of Multivariate Analysis 46(2), 362-373.
theta1 <- 0.5
theta2 <- 0.7
theta3 <- 0.9
# probability that X<=2 and Y<=3:
FbivgeomRoy(2, 3, theta1, theta2, theta3)