Learn R Programming

MaskJointDensity (version 1.0)

fY_Rmask: density of Y

Description

evaluate the density function for the general case

Usage

fY_Rmask(y, muY, a, b)

Arguments

y

values of Y

muY

a vector with entries of moments of Y

a

lower boundary of Y

b

upper boundary of Y

Value

real number

Details

no details needed

References

Equation (12) in Provost's paper

Examples

Run this code
# NOT RUN {
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--  or do  help(data=index)  for the standard data sets.

y<-4
muY<-c(3,3,5,5)
a<-2
b<-5
print(fY_Rmask(y,muY,a,b))

# }

Run the code above in your browser using DataLab