R/fitFDG-class.R

## FDGcopula object 
setClass(
  Class="fitFDG",
  representation=representation(
    estimate = "numeric",
    var.est = "matrix",
    optimalvalues = "numeric",
    convergence = "list",
    FDGcopula = "FDGcopula")
  )

Try the FDGcopulas package in your browser

Any scripts or data that you put into this service are public.

FDGcopulas documentation built on May 2, 2019, 6:18 a.m.