RelbivgeomRoy: Reliability parameter

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

Description

Stress-strength reliability parameter R for Roy's bivariate geometric model

Usage

1
RelbivgeomRoy(theta1, theta2, theta3)

Arguments

theta1

paramater θ_1

theta2

paramater θ_2

theta3

paramater θ_3

Value

The probability R:=P(X≤q Y) for Roy's bivariate geometric model - see Barbiero (2018) for its computation

Author(s)

Alessandro Barbiero

References

Barbiero, A. (2018) Properties and estimation of a bivariate geometric model with locally constant failure rates, submitted

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

dbivgeomRoy, FbivgeomRoy

Examples

1
2
3
4
5
theta1 <- 0.5
theta2 <- 0.7
theta3 <- 0.9
RelbivgeomRoy(theta1, theta2, theta3)
# theoretical stress-strength reliability parameter R=P(X<=Y)

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