getTheta | R Documentation |
Get the parameter (vector) \theta
(theta
) of
a copula, see setTheta
for more background.
getTheta(copula, freeOnly = TRUE, attr = FALSE, named = attr)
copula |
an R object of class |
freeOnly |
logical indicating that only non-fixed aka “free” parameters are to be returned (as vector). |
attr |
logical indicating if |
named |
logical if the resulting parameter vector should have
|
parameter vector of the copula, a numeric
vector,
possibly with names and other attributes (depending on the attr
and named
arguments).
signature(copula = "parCopula")
a default method,
returning numeric(0).
signature(copula = "copula")
..
signature(copula = "acopula")
..
signature(copula = "khoudrajiCopula")
..
signature(copula = "mixCopula")
..
signature(copula = "rotCopula")
..
signature(copula = "Xcopula")
..
setTheta
, its inverse.
showMethods("getTheta")
getTheta(setTheta(copClayton, 0.5)) # is 0.5
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.