Displaying 2 results from an estimated 2 matches for "newdep".
Did you mean:
newdev
2005 Mar 03
2
regression on a matrix
...c <- chol(a)
C <- 0.7
theta <- 0.8
sims <- 1000
n<-20
u <- rnorm(n,0,sqrt(1-C))
w <- rgamma(n,C/theta,1/theta)
e <- rnorm(n,0,sqrt(w))
x1 <- rnorm(n)
x <- x1*c[2,2]+c[1,2]*w
v <- e+u
y <- 1+x+v
w <- rgamma(n,C/theta,1/theta)
#create matrix of dep variable
newdep <- matrix(rnorm(length(y)*sims,y,sqrt(w)),c(length(y),sims))
monte <- apply(newdep,2,qreg,x=x)
2003 Oct 31
1
Network stack cloning / virtualization patches for 4.9-RELEASE
A new snapshot of network stack cloning patchset against 4.9-RELEASE
kernel can be found at the usual place:
http://www.tel.fer.hr/zec/vimage/
What's new:
- support for independent IP multicast routing / forwarding in each
network stack / virtual image;
- virtual images can now be deleted more or less reliably;
- jails can be (again) created within the virtual images;
- several minor