search for: rbvevd

Displaying 1 result from an estimated 1 matches for "rbvevd".

2008 Oct 28
0
Package "evd"
As I tried to draw random sample from Hüsler-Reiss density with the following code, library(evd) margins <- cbind(0, 1, seq(-0.5,0.5,0.1)) x <- rbvevd(101, dep = 1.7, model = "hr", mar1 = margins) [,1] [,2] [1,] -0.56662298 0.8448505 [2,] 0.55824918 1.0217279 [3,] 0.24741124 0.6684668 [4,] -0.31547985 0.1781680 [5,] 0.69466134 0.2299363 [6,] 3.58035098 2.3489841 [7,] -0.07171582 0.6984240 [8,] 0.5...