powered by
CDVinePar2Tau(family, par, par2=rep(0,length(family)))
0
1
2
3
4
5
6
7
8
9
10
13
14
16
17
18
19
20
23
24
26
27
28
29
30
33
34
36
37
38
39
40
par2 = rep(0,length(family))
BiCopPar2Tau
# specify the vine fam3 = c(5,1,3,14,3,2) par3 = c(0.9,0.3,0.2,1.1,0.2,0.7) nu3 = c(0,0,0,0,0,7) # compute the corresponding Kendall's tau values tau = CDVinePar2Tau(fam3,par3,nu3)
Run the code above in your browser using DataLab