describeCop | R Documentation |
Describe a copula
object, i.e., its basic
properties as a string. This is a utility used when
print()
ing or plot()
ting copulas, e.g.,
after a fitting.
describeCop(x, kind = c("short", "very short", "long"), prefix = "", ...)
x |
a |
kind |
a |
prefix |
a string to be prefixed to the returned string, which can be useful for indentation in describing extended copulas such as Khoudraji copulas. |
... |
further arguments; unused currently. |
a character
string.
signature(x = "archmCopula", kind = "ANY")
..
signature(x = "copula", kind = "character")
..
signature(x = "copula", kind = "missing")
..
signature(x = "ellipCopula", kind = "character")
..
signature(x = "fgmCopula", kind = "ANY")
..
signature(x = "xcopula", kind = "ANY")
..
Copula class definition copula
;
## FIXME
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.