FE1vector: FE1vector

Description Usage Arguments Value Author(s) See Also Examples

Description

Empirical cumulative distribution

Usage

1
FE1vector(u, x)

Arguments

u

real vector

x

real vector (can be like u)

Value

empirical cumulative distribution from u sample, evaluated in the vector x.

Author(s)

Veronica A. Gonzalez-Lopez

See Also

SOB2, FE2

Examples

1
2
3
4
# x<-rnorm(50)
# FE1vector(x,x)
# y<-rnorm(10)
# FE1vector(x,y)

fgac documentation built on May 2, 2019, 6:07 a.m.

Related to FE1vector in fgac...