Description Usage Arguments Value Author(s) References See Also Examples
Constructor of a bivariate spatial copula spCopula
.
1 |
components |
A list of bivariate copulas to be used at each lag.Will be supplemented by the independence copula. |
distances |
A vector of the mean distances of the lag classes PLUS the range which will define the use of the independence copula. |
spDepFun |
The spatial dependence function. Typically, the result of |
unit |
The spatial unit, default: NULL |
An instance of the spatial Copula class.
Benedikt Graeler
Graeler, B. and E. Pebesma (2011): The pair-copula construction for spatial data: a new approach to model spatial dependency. Procedia Environmental Sciences (Vol. 7, pp. 206 - 211), Elsevier.
See also calcBins
or loglikByCopulasLags
and demo(spcopula_estimation)
.
1 2 3 4 5 6 7 8 9 10 | data("spCopDemo")
calcKTauPol <- fitCorFun(bins, degree=3)
spCop <- spCopula(components=list(normalCopula(), tCopula(),
frankCopula(), normalCopula(), claytonCopula(),
claytonCopula(), claytonCopula(), claytonCopula(),
claytonCopula(), indepCopula()),
distances=bins$meanDists,
spDepFun=calcKTauPol, unit="m")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.