Description Objects from the Class Slots Extends Methods Author(s) Examples
A spatial copula class based on geometric means
Objects can be created by calls of the form new("spGeomCopula", ...) or spGeomCopula(...)
components:Object of class "list" ~~
distances:Object of class "numeric" ~~
unit:Object of class "character" ~~
parameters:Object of class "numeric" ~~
param.names:Object of class "character" ~~
param.lowbnd:Object of class "numeric" ~~
param.upbnd:Object of class "numeric" ~~
fullname:Object of class "character" ~~
dimension:Object of class "integer" ~~
Class "copula", directly.
Class "dimCopula", by class "copula", distance 2.
Class "parCopula", by class "copula", distance 2.
Class "Copula", by class "copula", distance 3.
signature(u = "matrix", copula = "spGeomCopula"): ...
signature(u = "numeric", copula = "spGeomCopula"): ...
signature(u = "matrix", copula = "spGeomCopula"): ...
signature(u = "numeric", copula = "spGeomCopula"): ...
signature(u = "numeric", copula = "spGeomCopula", y = "ANY"): ...
signature(v = "numeric", copula = "spGeomCopula", y = "ANY"): ...
Benedikt Graeler
1 | showClass("spGeomCopula")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.