fCOPULA representation for an S4 object of class "fCOPULA",
show S4 print method. }
Frechet Copulae:
pfrechetCopula computes Frechet copula probability. }
## S3 method for class 'fCOPULA':
show(object)pfrechetCopula(u = 0.5, v = u, type = c("m", "pi", "w"),
output = c("vector", "list"))
"fCOPULA".u
and v. If specified as "list" then u and
"m", "pi", or "w".u is a list then the
the $x and $y elements will be used as u
and v. If show returns an S4 object of
class "fCOPULA". The object contains the following slots:pfrechetCopula returns a numeric vector of
probabilities. An attribute named "control" is added
which returns the name of the Frechet copula.pfrechetCopula returns a numeric matrix of
probabilities computed at grid positions u|v. The
arguments u and v are two single values or two
numeric vectors of the same length. If v is not specified
then the same values are taken as for u. Alternatively,
u may be given as a two column vector or as a list with
two entries as vectors. The first column or entry is taken as
u and the second as v.## fCOPULA -
getClass("fCOPULA")
## pcopula -
# The Frechet Copula - m:
pfrechetCopula(0.5)
pfrechetCopula(0.25, 0.75)
pfrechetCopula(runif(5))
grid2d()
pfrechetCopula(grid2d())Run the code above in your browser using DataLab