fY_Rmask: density of Y

Description Usage Arguments Details Value Note Author(s) References Examples

Description

evaluate the density function for the general case

Usage

1
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

Details

no details needed

Value

real number

Note

no further notes

Author(s)

Yan-Xia

References

Equation (12) in Provost's paper

Examples

1
2
3
4
5
6
7
8
9
##---- 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))

MaskJointDensity documentation built on May 2, 2019, 8:28 a.m.