plot.SPIn: Plot the Results from SPIn or bootSPIn

Description Usage Arguments Author(s) References See Also Examples

Description

Plot the histogram, the kernel density estimate, the shortest probability interval and the central interval.

Usage

1
2
## S3 method for class 'SPIn'
plot(x, ...)

Arguments

x

SPIn object, result of SPIn or bootSPIn.

...

See plot.

Author(s)

Ying Liu yliu@stat.columbia.edu

References

Simulation efficient shortest probability intervals. (arXiv:1302.2142)

See Also

SPIn,bootSPIn

Examples

1
2
3
x <- rgamma(100,3)
r <- bootSPIn(x)
plot(r)

SPIn documentation built on May 2, 2019, 7:50 a.m.