search for: alstar

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

Did you mean: lstar
2005 Apr 09
1
Samba Dynamic DNS DHCP , client won't register
...-------------------------------- # Capriolo #---------------------------------- acl capriolo { 192.168.0.0/24; 127.0.0.1; }; #---------------------------------- # Topola Univerzal #---------------------------------- acl univerzal { 192.168.1.0/24; 127.0.0.1; }; #---------------------------------- # Alstar #---------------------------------- acl alstar { 192.168.2.0/24; 127.0.0.1; }; #---------------------------------- # Options #---------------------------------- options { directory "/var/named"; /* * If there is a firewall between you and nameservers you want * to talk to, you might need...
2008 Sep 19
0
panel data analysis possible with mle2 (bbmle)?
..., 0.132, 0.244, 0.354, 0.421, 0.606, 0.74, 0.818, 1.048, 1.229, -1.17, -1.159, -1.16, -1.143, -1.137, -1.085, -1.028, -0.965, -0.919, -0.942, -0.902, -0.828, -0.79) ################this is the function that is called by mle2 exfunc <- function(c1,c2,c3,cs1,cs2,cs3,ic1,ic2,ic3,cc1,cc2,cc3,alstar,beta1){ x<-matrix(0,years*cross,3) x[,1] <- 1 x[,2] <- ra x[,3] <- sa coeffs <- vector(length=3) coeffs[1] <- c1 coeffs[2] <- c2 coeffs[3] <- c3 csp <- rep(c(cs1,cs2,cs3),each=years) e1 <- (x %*% coeffs);frfact <- csp*plogis(e1);cfrontr <- frfa...