new_vine_copula_ss_fit {Surrogate}R Documentation

Constructor for vine copula model

Description

Constructor for vine copula model

Usage

new_vine_copula_ss_fit(
  fit_0,
  fit_1,
  copula_family,
  knots0,
  knots1,
  knott0,
  knott1,
  copula_rotations,
  data
)

Arguments

fit_0

Estimated parameters in the control group.

fit_1

Estimated parameters in the experimental group

copula_family

Parametric copula family

knots0

placement of knots for Royston-Parmar model

knots1

placement of knots for Royston-Parmar model

knott0

placement of knots for Royston-Parmar model

knott1

placement of knots for Royston-Parmar model

copula_rotations

vector of copula rotation parameters

data

Original data

Value

S3 object

Examples

#should not be used be the user

[Package Surrogate version 3.2.5 Index]