powered by
Simulation of observations from a bivariate mixture copula model
SimMixtureCop(Q, family, KendallTau, n, DoF)
Simulated Data
Markov chain regimes
parameters alpha
Weights vector (1 x component);
'gaussian' , 't' , 'clayton' , 'frank' , 'gumbel'
Kendall's rank correlation
number of simulated vectors
vector of degree of freedom only for the Student copula
Q <- matrix(c(0.8, 0.2),1,2) ; kendallTau <- c(0.3 ,0.7) ; simulations <- SimMixtureCop(Q, 'gaussian', kendallTau, 300)
Run the code above in your browser using DataLab