search for: cacm

Displaying 20 results from an estimated 20 matches for "cacm".

Did you mean: cac
2003 Sep 22
2
PR#2894
...ith someone familiar with floating point arithmetic; I'm not and may have got the correct expression wrong. The 'infinite loop' is due to the speed of the pbeta routine, rather than the initial approximation from the qbeta. There is another algorithm available for pbeta (Algorithm 708, CACM 18. 360--373, 1992) which may be of use here. This continued fraction approximation is recommended by Numerical Recipes over the power series approximation (make of that what you will!) TimM.
2002 Aug 27
0
Rsync question.
...g to get familiarized with rsync . Here is what I'm doing. If i rsync from NT client ==> Solaris everything is fine. With Cygwin and sshd running as daemon on the Sun box. But. If i rsync from Solaris ==> NT client with sshd running on NT client with this command. rsync -a -v -e ssh ./cacm.jar EI-DM/chq-taruna@10.1.17.160:/ building file list ... done cannot create EI-DM/chq-taruna@10.1.17.160:/..CVaWd5 : No such file or directory cacm.jar wrote 77015 bytes read 32 bytes 154094.00 bytes/sec total size is 76910 speedup is 1.00 I'm trying to sync the cacm.jar in the current d...
1999 Nov 22
0
No subject
...his distribution have a name? Can anyone point me to a way of sampling it? Has this been done? (Canned, or semi-canned, or translatable methods would be super ...) I was thinking about doing a very inefficient rejection sample ... I poked around in science citation index on references citing the CACM paper by Cheng that's cited in rbeta.c, but didn't find anything immediately useful. thanks, Ben Bolker -- -------------------------------------------- Ben Bolker bolker at zoo.ufl.edu Zoology Department, University of Florida http://www.zoo.ufl.ed...
2009 Jul 13
1
Fortran function for quantiles
Hi, I was wondering whether there is any Fortran function or associated library for evaluating the quantiles of a set of values (something which the R-function quantile() does). Any help will be much appreciated. Thanks and regards, Dhiman Bhadra [[alternative HTML version deleted]]
2007 Dec 20
1
passing hash as object value?
I''ve looked around for a while, but can''t seem to find any documentation stating whether it was possible to pass a hash as the value of a key in an object.. can we? e.g.: foo { "foo": fred => { "key1" => "val1", "key2" => "val2" } } this gives me errors, as does using square brackets in place of the curlies for
2001 Dec 02
1
bug in rbinom? (PR#1190)
Full_Name: Kert Viele Version: 1.3 OS: Windows ME and 2000 Submission from: (NULL) (65.6.218.65) Hello! Thanks for all your efforts on R. They are appreciated! I was simulating the central limit theorem in class, but found that repeated use of mean(rbinom(100000,500,0.4)) resulted in values less than 200 (the expected mean), for example > mean(rbinom(100000,500,0.4)) [1] 199.0294 >
2000 Jun 22
0
LSP optimisations
Here are two optimisations for LSP : in vorbis_lsp_to_lpc, Ae and Ao are filled with zero when i increase so you can reduce the j loop, and I replaced qsort in cacm (maybe there are better algorithms, but it's already much faster than qsort on my mac) void vorbis_lsp_to_lpc(double *lsp,double *lpc,int m){ int i,j,m2=m/2; double *O=alloca(sizeof(double)*m2); double *E=alloca(sizeof(double)*m2); double A; double *Ae=alloca(sizeof(double)*(m2+1));...
2008 Feb 17
1
CommonModules common: move "plugins" to "lib"
I''m installing puppet modules from scratch on a new machine, using the code at https://hg.koumbit.net/module-puppet/ btw. The bootstrap script grabs a few base modules (to do dvcs checkouts) from http://reductivelabs.com/trac/puppet/wiki/CommonModules , uses the new modules to get the rest. However, the modules as checked out don''t bootstrap cleanly. The fix is simple, just
2015 Apr 27
0
Real sh? Or other efficient shell for non-interactive scripts
...ain much information SourceForge gives you a way to link to a page on another site. > I prefer to code than to write advertizing. Well, there?s your diagnosis, then. Successful software requires advertising, whether F/OSS or not. The original Bourne shell was advertised through the pages of CACM, in books, etc. A search for ?Schilling? on linuxjournal.com turns up nothing except for some references to cdrecord. So, why do you expect that I should have stumbled across Schily Tools before now? >> If you tell me that I can download ?bsh?, I have no idea why I want bsh based solely on...
2006 Feb 19
2
Computing means, variances and sums
...513502689138e-35 and so the non-zero variance is arising from (x[i] - mean) being non-zero. (I did check that was what was happening at C level.) There has been talk of other ways to arrange these computations, for example Kahan summation and Welford's algorithm (see Chan & Lewis, 1979, CACM 22, 526-531 and references therein). However, R already used the two-pass algorithm which is the most accurate (in terms of error bounds) in that reference. Why are most people seeing 0? Because the way computation is done in modern FPUs is not the computation analysed in early numerical anal...
2003 Nov 24
0
PR#2894
...someone familiar with floating point arithmetic; I'm not and may have got the correct expression wrong. The 'infinite loop' is due to the speed of the pbeta routine, rather than the initial approximation from the qbeta. There is another algorithm available for pbeta (Algorithm 708, CACM 18. 360--373, 1992) which may be of use here. This continued fraction approximation is recommended by Numerical Recipes over the power series approximation (make of that what you will!) TimM.
2006 Oct 17
5
Puppet tgz installs...
Hi I''m anxious to get puppet into production, and although I''d prefer installing puppet as a .deb package (as most of the servers in our shop runs Debian), I think I''ll try to get some of my not-so- important servers into my test setup by installing puppet with the .tgz files. Upon the first installation I realize that puppetd and puppetmasterd is copied to
2007 Aug 23
4
Questions about modules and namespaces
Hello >From my understanding, modules are not autosearched. So, if I have: include ssh ... then puppet will look for a module names ssh and class named ssh defined in /modules/ssh/init.pp Moreover, if I have: include ssh::global ... then Puppet will for class global defined in /modules/ssh/init.pp or /modules/ssh/global.ss. Is that correct? Or am I leaving out some imports
2003 Nov 12
5
repeat until function
Hi, I'm in this situation: I what to generate N random numbers(integer) that are different from each other. One suggestion: tabel <- rep(NULL, N) for (i in 1:N){ temp <- as.integer(runif(1,1,max)) if(temp in tabel) { repeat (?) (temp <- as.integer(runif(i,i,max))) until (?) ((temp in tabel) ==FALSE) } else{ tabel[i] <- temp} I can't use
2006 Dec 13
3
FreeBSD Ports, remotefile() problem
Howdy, Found out about this project while looking for via ONLamp''s FreeBSD build system article. After finding cfengine a tad arcane, this project seems like a good fit for my setup. I''m still at the tinkering phase, but I envision this thing bootstrapping and maintaining several FreeBSD installs which have different CPU''s and packages. The Good News:
2015 Apr 27
3
Real sh? Or other efficient shell for non-interactive scripts
Warren Young <wyml at etr-usa.com> wrote: > > The schily tools act as a container to publish the current code state. There is > > no such maintained web page. > > I was referring to the summary on the SourceForge page, where you just list the contents of the package without explaining why one would want to download it. I thought I don't need to make advertizing for
1997 Jul 22
7
R-alpha: New version of R for testing
...arguments and return the obvious results. o Minor graphics cleanup. o A fix for convergence problems in glm from Thomas Lumley included. o A new version of qt() should not take infinitely long to get an answer in the large degrees if freedom case. The underlying code (Hill 1970, CACM) appears to be much faster and more accurate than Splus. o A final Newton step has beed added to give a final "polish" to the quantiles produced by pnorm(). These should be close to full accuracy now. o A bug in qbeta found by Martin Maechler has been fixed. This should...
2007 Apr 23
8
exec resources
I am consistently getting the following error from puppetd when an exec resource is triggered by a refresh event: Apr 23 10:36:11 mailhub puppetd[37884]: Reopening log files Apr 23 10:36:11 mailhub puppetd[37884]: Starting Puppet client version 0.22.3 Apr 23 10:36:11 mailhub puppetd[37884]: Starting configuration run Apr 23 10:36:12 mailhub puppetd[37884]:
1997 Jan 31
10
Linux virus
ugh :) Today I became infected with the bliss virus, any info on this would be appreciated! How do I scan for files infected and is it possible to remove it? I first noticed the infection when running a program (not as root) messages flashed on the screen about transversing directories and such. The program (gimp) had been working fine since I downloaded the binary for gimp from their main
2009 Jun 29
5
Help
HiĀ group, I found a module for adaptive kernel density estimation for Stata users, but unfortunetly I don't have access to Stata, can I find a similar approach using R? Thank u so much 4 ur time. [[alternative HTML version deleted]]