SimMixtureCop: Simulation of bivariate mixture copula model

Description Usage Arguments Value Examples

View source: R/SimMixtureCop.R

Description

This function simulates observation from a bivariate mixture copula model

Usage

1

Arguments

Q

Weights vector (1 x component);

family

'gaussian' , 't' , 'clayton' , 'frank' , 'gumbel'

KendallTau

Kendall's rank correlation

n

number of simulated vectors

DoF

vector of degree of freedom only for the Student copula

Value

SimData

Simulated Data

MC

Markov chain regimes

alpha

parameters alpha

Examples

1
2
Q <- matrix(c(0.8, 0.2),1,2) ; kendallTau <- c(0.3 ,0.7) ;
simulations <- SimMixtureCop(Q, 'gaussian', kendallTau, 300)

HMMcopula documentation built on April 21, 2020, 9:05 a.m.