lambda2Roy: Bivariate failure rate

Description Usage Arguments Details Value Author(s) References See Also Examples

Description

Bivariate failure rate λ_2

Usage

1
lambda2Roy(x, y, theta1, theta2, theta3)

Arguments

x

observation from the first variable

y

observation from the second variable

theta1

paramater θ_1

theta2

paramater θ_2

theta3

paramater θ_3

Details

It is defined as P(X≥q x,Y=y)/P(X≥q x,Y≥q y). For this model, λ_2(x,y)=1-θ_2θ_3^x

Value

Value of the bivariate failure rate λ_2 for Roy's bivariate geometric model (Roy, 1993)

Author(s)

Alessandro Barbiero

References

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.

See Also

lambda1Roy

Examples

1
2
3
4
5
6
7
8
theta1 <- 0.5
theta2 <- 0.7
theta3 <- 0.9
# bivariate failure rate lambda 2
# computed in x=1, y=2
x <- 1
y <- 2
lambda2Roy(x,y,theta1,theta2,theta3)

bivgeom documentation built on May 2, 2019, 6:36 a.m.