EyxbivgeomRoy: Conditional moment

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

Description

Conditional moment of Y given X=x for Roy's bivariate geomtric model

Usage

1
EyxbivgeomRoy(theta1, theta2, theta3, x)

Arguments

theta1

paramater θ_1

theta2

paramater θ_2

theta3

paramater θ_3

x

value of the conditioning variable X

Value

Value of the conditional moment of Y given X=x

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

FyxbivgeomRoy

Examples

1
2
3
4
theta1 <- 0.5
theta2 <- 0.7
theta3 <- 0.9
EyxbivgeomRoy(theta1, theta2, theta3, 2)

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