vineFit-class {vines} | R Documentation |
Class for the Results of Vine Inference
Description
Base class of all classes providing information about vine inference.
Objects of this class (or subclasses) are created by calling the
vineFit
function.
Slots
vine
:Object of class
Vine
. Fitted vine.observations
:Object of class
numeric
. Number of observations in the sample.method
:Object of class
character
. Inference method.
Methods
- show
signature(object = "vineFit")
: Print the result of the vine inference.
See Also
[Package vines version 1.1.5 Index]