search for: influ

Displaying 2 results from an estimated 2 matches for "influ".

Did you mean: inclu
2011 Mar 20
2
Why unique(sample) decreases the performance ?
...s less elements than full sample. Code as follows; e <- rnorm(n=50, mean=0, sd=sqrt(0.5625)) x0 <- c(rep(1,50)) x1 <- rnorm(n=50,mean=2,sd=1) x2 <- rnorm(n=50,mean=2,sd=1) x3 <- rnorm(n=50,mean=2,sd=1) x4 <- rnorm(n=50,mean=2,sd=1) y <- 1+ 2*x1+4*x2+3*x3+2*x4+e x2[1] = 10 #influential observarion y[1] = 10 #influential observarion X <- matrix(c(x0,x1,x2,x3,x4),ncol=5) Y <- matrix(y,ncol=1) Design.data <- cbind(X, Y) for (j in 1:nrow(X)) { result <- vector("list", ) for( i in 1: 3100) { data <- Design.data[sample(50,50,replace=TRUE),] ###...
2016 Aug 02
2
FW: kerberos nfs4's principals and root access
...data and set the needed rights in > /var/www/ > > I do that for my ssh groups. ( one local group for system > admins, one windows group for remote access) > > When ad is down systems admins can login, but the windows clients > can not. > > How it influance > > ## map id's outside to domain to tdb files. > > idmap config *:backend = tdb > > idmap config *:range = 11-9999 > > ( NO 0-9999 ) or root mapping fails to work. > > Here www-data gets mapped to tdb files ( secrets from above...