bvdata <- rbvlog(100, dep = 0.6, mar1 = c(1.2,1.4,0.4),
mar2 = c(1.2,1.4,0.4))
fbvlog(bvdata, start = list(mar1 = c(2,1,0), mar2 = c(1,1,0), dep = 0.75),
method="BFGS")
fbvlog(bvdata, start = list(mar1 = c(2,1,0), mar2 = c(1,1,0)), dep = 1,
method="BFGS")
fgev(bvdata[,1], start = list(loc=1,scale=1,shape=0),
method="BFGS")$estimate
fgev(bvdata[,2], start = list(loc=1,scale=1,shape=0),
method="BFGS")$estimate
Run the code above in your browser using DataLab