pempiricalCopula computes empirical copula probability,
dempiricalCopula computes empirical copula density. }pempiricalCopula(u, v, N = 10)
dempiricalCopula(u, v, N = 10)u is a list then the
the $x and $y elements will be used as u
*Spec return an S4 object
of class "fCOPULA". The object contains the following slots:pcopula returns a numeric matrix of probabilities
computed at grid positions x|y.
The function parchmCopula returns a numeric matrix with values
computed for the Archemedean copula.
The function darchmCopula returns a numeric matrix with values
computed for thedensity of the Archemedean copula.
The functions Phi* return a numeric vector with the values
computed from the Archemedean generator, its derivatives, or its
inverse.
The functions cK and cKInv return a numeric vector with the
values of the density and inverse for Archimedian copulae.