sampleConfidenceBand: It plots the extremes of a centered confidential band from an...

Description Usage Arguments See Also Examples

Description

It plots the extremes of a centered confidential band from an empirical distribution given by a sample x.

Usage

1
2
sampleConfidenceBand(x, sample, signif = 0.05, probs = (0:nprobs)/nprobs,
  nprobs = length(sample)/scale, scale = 200, ...)

Arguments

x

sample

sample,signif,probs,nprobs,scale,...

other arguments

See Also

http://www.math.mcgill.ca/~dstephens/OldCourses/556-2006/Math556-Median.pdf

Examples

1
2
x <- rnorm(10000)
out <- sampleConfidenceBand(x,sample=x)

ecor/RMAWGENplotAlpha documentation built on May 15, 2019, 8:53 p.m.