search for: shat

Displaying 7 results from an estimated 7 matches for "shat".

Did you mean: hat
2007 Jun 06
3
Using odesolve to produce non-negative solutions
...x <- vaxeff*vaccinated/100 ## If the state currently has negative quantities (shouldn't have), then reset to reasonable values for computing meaningful derivatives for (i in 1:length(y)) { if (y[i]<0) { y[i] <- 0 } } S <- y[1] I <- y[2] R <- y[3] N <- y[4] shat <- (birth*(1-vax)) - (death*S) - (beta*S*I/N) ihat <- (beta*S*I/N) - (death*I) - (recover*I) rhat <- (birth*(vax)) + (recover*I) - (death*R) ## Do we overshoot into negative space, if so shrink derivative to bring state to 0 ## then rescale the components that take the derivative negat...
2008 Mar 21
6
Starcraft - Gives me no visual output
starcraft is a game ive enjoyed for a long time and last time i played it was on windows. now im trying it on ubuntu feisty, with wine installed. starcraft installed amazingly fast, but when i started it up, its as if the computer was giving no visual output, and the monitor itself gave me an error message. basicly i could still hear the starcraft music in the background, but i couldnt see a
2011 May 13
0
Tps error
...1st Q median 3rd Q max -0.0339500 -0.0054520 0.0002131 0.0044340 0.0351400 Covariance Model: Rad.cov Names of non-default covariance arguments: p DETAILS ON SMOOTHING PARAMETER: Method used: GCV Cost: 1 lambda trA GCV GCV.one GCV.model shat 5.632e-05 1.102e+02 5.007e-02 5.007e-02 NA 5.004e-02 Summary of all estimates found for lambda lambda trA GCV shat REML GCV 5.632e-05 110.200 0.05007 0.05004 40.029 GCV.model NA NA NA NA NA GCV.one 5.632e-05 110.200 0.05007 0....
2002 May 16
1
Tps
...d search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV, Krig.fgcv, 2: GCV search gives a minumum at the endpoints of the grid search in: Krig.find.gcvmin(info, lambda.grid, gcv.grid$GCV.one, Krig.fgcv.one, 3: Failed to find the upcrossing in: find.upcross(Krig.fs2hat, info, upcross.level = shat.pure.error^2, Any help please? Many thanks Rachid -- Dr. Rachid Cheddadi European Pollen Database Tel: 00.33.(0)4.90.96.18.18 Ancien Archeveche Fax: 00.33.(0)4.90.93.98.03 13200 Arles -France email: rachid.cheddadi at lbhp.u-3mrs.fr -.-.-.-.-.-.-.-.-.-.-.-.-.-.-....
2007 May 21
3
Originate and bridge Can it be done? Best Way?
Hi, Im new, but trying real hard! I just need general direction, not details yet..i'll try to figure those...just looking to avoid brick walls...bottlenecks...inefficiencies etc upfront. Hardware: motorola vt2442 - trixbox Apps: Dot Net application that operates the Manager API and the FASTAGI interfaces. I have the 2442 set as a PLAR so as soon as the ext is off-hook, it dials into the *61
2009 Aug 20
1
how to compute this summation...
Dear R users, I try to compute this summation, http://www.nabble.com/file/p25054272/dd.jpg where f(y|x) = Negative Binomial(y, mu=exp(x' beta), size=1/alp) http://www.nabble.com/file/p25054272/aa.jpg http://www.nabble.com/file/p25054272/cc.jpg In fact, I tried to use "do.call" function to compute each u(y,x) before the summation, but I got an error, "Error in X[i, ]
2011 Mar 09
1
Generating Unique Tokens for Assets within Rails Application
I''ve been developing an application in Rails 3.0.3 using Ruby 1.9.2. It is one of my first applications using Rails 3 and I am quite pleased with the progress thus far. However, I am wanting to add a feature that I have thought through, but I am not sure where to really begin. Essentially, I am building a dumping ground for files, much like Dropbox, however this is mostly for personal