Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

getTheta

Get the Parameter(s) of a Copula


Description

Get the parameter (vector) theta (theta) of a copula, see setTheta for more background.

Usage

getTheta(copula, freeOnly = TRUE, attr = FALSE, named = attr)

Arguments

copula

an R object of class "parCopula", e.g., "copula".

freeOnly

logical indicating that only non-fixed aka “free” parameters are to be returned (as vector).

attr

logical indicating if attributes (such as lower and uppder bounds for each parameters) are to be returned as well.

named

logical if the resulting parameter vector should have names.

Value

parameter vector of the copula, a numeric vector, possibly with names and other attributes (depending on the attr and named arguments).

Methods

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")

..

See Also

setTheta, its inverse.

Examples

showMethods("getTheta")

getTheta(setTheta(copClayton, 0.5)) # is 0.5

copula

Multivariate Dependence with Copulas

v1.0-1
GPL (>= 3) | file LICENCE
Authors
Marius Hofert [aut] (<https://orcid.org/0000-0001-8009-4665>), Ivan Kojadinovic [aut] (<https://orcid.org/0000-0002-2903-1543>), Martin Maechler [aut, cre] (<https://orcid.org/0000-0002-8685-9910>), Jun Yan [aut] (<https://orcid.org/0000-0003-4401-7296>), Johanna G. Nešlehová [ctb] (evTestK(), <https://orcid.org/0000-0001-9634-4796>), Rebecca Morger [ctb] (fitCopula.ml(): code for free mixCopula weight parameters)
Initial release
2020-12-07

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.