search for: snct

Displaying 3 results from an estimated 3 matches for "snct".

Did you mean: slct
2006 Mar 13
6
Dummy ethernet device setup
...ems. I search a lot in the internet, but I didn''t find a good documentation. So my question is, how to setup cleanly such a dummy device. Any help or link to documentation is welcome! Thanks a lot for your help bye Philipp =============================================== Philipp Jäggi SNCT Sandweiler bp 23 L-5230 Sandweiler mailto: philipp [dot] jaeggi [at] snct [dot] lu _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com http://lists.xensource.com/xen-users
2007 Mar 07
0
GhostScript Problem
...on the web, this mailing list is my last chance to find a solution. Hopefully sombody has a hint for me... My System: OS: Fedora Core 6 Wine: 0.9.31 GS: several versions above 8 tested Thanks a lot for any hint. Philipp =============================================== Philipp J?ggi SNCT Sandweiler bp 23 L-5230 Sandweiler +352 35'72'14'342 mailto: philipp.jaeggi@snct.lu -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.winehq.org/pipermail/wine-users/attachments/20070307/28c749f1/attachment.html
2003 Sep 08
1
Probit and optim in R
...coef result<-optim(values.start, llik.probit, gr=grad, Y=Y, X=X, method="BFGS", control=list(maxit=2000, fnscale=-1, trace), hessian=T) na[j,] <-result$par j <- j+1 } ## Probit with Real Data #Define Data data<-read.table("c:/mydocu~1/harvar~1/snct.dat", header=T) y <- data$MIL x <- cbind(rep(1, length(y)), data$COOP, data$TARGET, data$COST, data$RELAT) #Form Likelihood llik.probit<-function(par, X, Y){ Y <- as.matrix(y) X <- as.matrix(x) K <- ncol(X) b <- as.matrix(par[1:K]) phi<-pnorm(X%*%b) sum(Y*log(phi...