search for: clms

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

Did you mean: clfs
2002 Oct 24
3
model.matrix (via predict) (PR#2206)
...<- with(dfr, ifelse(j==0,1,0)) Ai <- runif(length(levels(dfr$ihalf))) Ai <- Ai-Ai[1] Bi <- runif(length(levels(dfr$ihalf))) Bi <- (Bi-Bi[1])/10 eta <- with(dfr, -5 -2.5*logj - 3*i100*j0 + 0.01*jmin6+Ai[as.numeric(ihalf)] +Bi[as.numeric(ihalf)]*jmin6) dfr$clms <- sapply( eta , function(x) rpois(1,1e6*exp(x))) gg <- glm(clms~ logj + i100:j0 + jmin6 + ihalf + ihalf:jmin6, data=dfr, family=poisson) plot(predict(gg),predict(gg,newdata=dfr)) ### End of example -.-.-.-.-.-.-.-.-.-.-.-.-.-...
2001 Jan 08
0
patent on 3D floodfill?
http://www.delphion.com/details?&pn=US04751643__&s_clms=1#clms This patent was referred to in conjunction with marching cubes in the comp.graphics.algorithms. Looking at claim 1, it seems like they patented a 3D version of a floodfill. Silly? Obvious? Lourens --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://ww...
2005 Jun 07
3
BBEdit Ruby & Rails Syntax Module available
...functions, especially those with if/else/end clauses. So, some functions don''t correctly get added to BBEdit''s function pop-up. (Workaround: stop writing functions with if/else/end clauses!) Please ask BareBones to add better support for Ruby-style function definitions in CLMs! Any improvements or additions would be great. I''ll try to keep this up-to-date with new versions of Rails. Best, Andrew