ECIPlot: Plot of Empirical Cumulated Density function and p-percent...

Description Usage Arguments Value Examples

Description

Generates plot from sample.

Usage

1
ECIPlot(Y, p = 0.95, cex = 1)

Arguments

Y

A vector.

p

Coverage of confidence interval.

cex

Graphical parameter.

Value

A plot.

Examples

1
2
3
4
5
6
fExpr = expression(x1+x2)
x.mu = c(1,1); names(x.mu)=c('x1','x2')
x.u = c(0.1,0.1); names(x.u)=c('x1','x2')
x.pdf = c('unif','triangle'); names(x.pdf)=c('x1','x2')
S=gumS1(fExpr,x.mu,x.u,x.pdf,x.df=NULL,nrunMax=1000)
ECIPlot(S$Y)

ppernot/rgumlib documentation built on May 25, 2019, 11:24 a.m.