density_Rmask: Density function

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

Description

estimate density function based on masked data

Usage

1
density_Rmask(moments, a, b, n = 512)

Arguments

moments

moments information

a

lower boundary

b

upper boundary

n

scale on x-axis

Details

no details needed

Value

a vector

Note

no further notes

Author(s)

Yan-Xia

References

no reference

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--  or do  help(data=index)  for the standard data sets.

y<-rnorm(100, 0,1)
val <- 1
for(k in 1:8){
   val<- c(val, mean(y^k))
   }
a<- -2
b<- 2
Provost<- density_Rmask(val, a,b)

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