plot.CopApprox: Plot the histogram density approximation to a copula

Description Usage Arguments Author(s) References Examples

Description

Plots the histogram density approximation to a copula as determined by GetApprox. Currently works only for bivariate copulae.

Usage

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

Arguments

x

an object of class ‘CopApprox’.

...

not used.

Author(s)

Berwin A. Turlach <berwin.turlach@gmail.com>

References

Tajvidi, N. and Turlach, B.A. (2017). A general approach to generate random variates for multivariate copulae, Australian & New Zealand Journal of Statistics. Doi:10.1111/anzs.12209.

Examples

1
2
3
4
5
Cop <- NewMEVGumbelCopula(4)
CopApprox1 <- GetApprox(Cop, dim=2)
plot(CopApprox1)
CopApprox2 <- GetApprox(Cop, dim=2, type=2)
plot(CopApprox2)

SimCop documentation built on May 2, 2019, 12:34 p.m.