powered by
BiCopPDF(u1, u2, family, par, par2=0)
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 = 0
u1
u2
BiCopCDF
BiCopHfunc
BiCopSim
# simulate from a bivariate t-copula simdata = BiCopSim(300,2,-0.7,par2=4) # evaluate the density of the bivariate t-copula u1 = simdata[,1] u2 = simdata[,2] BiCopPDF(u1,u2,2,-0.7,par2=4)
Run the code above in your browser using DataLab