| empCopula-class {copula} | R Documentation |
Class "empCopula" of Empirical Copulas
Description
Empirical Copula class.
Objects from the Class
Created by calls of the form new("empCopula", ...) or rather
typically by empCopula() based on a matrix
X of pseudo-observations. Smoothing options are available, see
there.
Slots
X:matrixof pseudo-observations based on which the empirical copula is constructed.smoothing:characterstring determining the smoothing method.offset:numericgiving the shift in the normalizing factor for computing the empirical copula.ties.method:a string indicating
rank()'s ties method for computing the empirical copula.
See Also
The class constructor are empCopula(), also for
examples.
[Package copula version 1.1-3 Index]