search for: bacame

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

Did you mean: acme
2009 Feb 21
0
density estimation for d>2 for the DPpackage
...tate <- NULL # MCMC parameters nburn<-1000 nsave<-5000 nskip<-10 ndisplay<-1000 mcmc <- list(nburn=nburn,nsave=nsave,nskip=nskip,ndisplay=ndisplay) # Fit the model fit3<-DPdensity(y=rnormm,mcmc=mcmc, prior=prior, state=state,status=TRUE,na.action=na.omit) All is fine untill I bacame... MCMC scan 1000 of 5000 (CPU time: 32.125 s) MCMC scan 2000 of 5000 (CPU time: 61.797 s) MCMC scan 3000 of 5000 (CPU time: 91.281 s) MCMC scan 4000 of 5000 (CPU time: 120.750 s) MCMC scan 5000 of 5000 (CPU time: 150.047 s) Error in matrix(foo$f, nrow = ngrid, ncol = ngrid) : Versuch ein Attr...
2007 Apr 03
1
string comparison functions
Hi, What rules are used when Wine libraries compare Unicode strings? I need to know when ascii characters can match their approximate Unicode equivalents. For example: 'U+1D49 MODIFIER LETTER SMALL E' matches 'U+0065 LATIN SMALL LETTER E' I am debugging IE javascript security issues. IE6 on Wine (Linux Debian) matches more equivalents than IE6 on Win98 and WinXP. -- Tomas