calc_muX: Calculate the moments

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

Description

Calculate mu_X(j) in equation (9) in Provost paper

Usage

1
calc_muX(muY, a, b)

Arguments

muY

moment of Y

a

lower boundary

b

upper boundary

Details

there are no more details required

Value

A vector

Note

no further notes

Author(s)

Mark and Yan-Xia

References

Moment-Based Density Approximants by S.B. Provost

Examples

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

a<-2
b<-5
muY<-c(3,3.5,5)
print(calc_muX(muY, a,b))

ElsevierSoftwareX/SOFTX-D-15-00040 documentation built on May 6, 2019, 3:25 p.m.