search for: anm

Displaying 18 results from an estimated 18 matches for "anm".

Did you mean: and
2023 Aug 13
4
Noisy objective functions
...to this noisy and smoothed noise functions we get for instance the following results: (Starting point is always `rep(0.1, 5)`, maximal number of iterations 5000, relative tolerance 1e-12, and the optimization is successful if the function value at the minimum is below 1e-06.) k nmk anms neldermead ucminf optim_BFGS --------------------------------------------------- 1 0.21 0.32 0.13 0.00 0.00 3 0.52 0.63 0.50 0.00 0.00 10 0.81 0.91 0.87 0.00 0.00 Solvers: nmk = dfoptim::nmk, anms...
2012 Jun 05
0
Memory leak during instantiation of a reference class?
...[1:501, 1:62, 1:884] -10.4 -11.3 -12.1 -12.8 -13.3 ... $ avg.tls.aud.lp: num [1:501, 1:62, 1:298] -13.9 -11.36 -8.91 -6.61 -4.55 ... $ avg.pic.lp : num [1:501, 1:62, 1:653] -2.81 -4.95 -6.98 -8.79 -10.32 ... $ avg.aud.lp : num [1:501, 1:62, 1:662] -13.9 -11.36 -8.91 -6.61 -4.55 ... $ avg.anm.txt.lp: num [1:501, 1:62, 1:273] -3.37 -2.96 -2.59 -2.27 -2 ... $ avg.anm.pic.lp: num [1:501, 1:62, 1:285] 11.7 12.3 12.8 13.2 13.5 ... $ avg.anm.lp : num [1:501, 1:62, 1:855] -3.37 -2.96 -2.59 -2.27 -2 ... $ avg.anm.aud.lp:Garbage collection 136 = 44+18+74 (level 2) ... 49.4 Mbytes of cons...
2008 Jun 08
0
Can't run Baldur's Gate II - Shadows of Anm
I am using Fedora 8 with Wine 1.0 rc3. The game seemed to install ok. I did a full install. When I try to run baldur.exe from the wine menu in KDE I get a splash screen opening up with the options to install, exit , configure, update and demos. I also get a message box telling me that I have to install Baldur's Gate II before playing. As far as I can tell, it's installed. Can anyone help
2010 Jan 18
2
An argument processing puzzle.
...ting. The thing is, I'd like to be able to use either call by name or call by value syntax. I.e. I want to set up my argument processing so that mv(a,b) mv("a",b) mv(a,"b") mv("a","b") are all equivalent. I thought I had achieved this using anm <- if(is.character(substitute(a))) a else deparse(substitute (a)) bnm <- if(is.character(substitute(b))) b else deparse(substitute (b)) and then working with ``anm'' and ``bnm''. However the real reason I wanted to be able to use text strings rather than names as argu...
2011 Jan 17
1
isoreg memory leak?
...eve the problem arises as a consequence of using SETLENGTH to resize the result near the very end of isoreg.c, and the solution is to make a copy of iKnots. SEXP R_isoreg(SEXP y) { int n = LENGTH(y), i, ip, known, n_ip; double tmp, slope; SEXP yc, yf, iKnots, ans; const char *anms[] = {"y", "yc", "yf", "iKnots", ""}; /* unneeded: y = coerceVector(y, REALSXP); */ PROTECT(ans = mkNamed(VECSXP, anms)); SET_VECTOR_ELT(ans, 0, y = y); SET_VECTOR_ELT(ans, 1, yc = allocVector(REALSXP, n+1)); SET_VECTOR_E...
2007 Oct 11
4
Can't get XFS enabled on Centos 5.0
I anm trying to enable XFS with no success. I followed the instructions provided in http://wiki.centos.org/Repositories/CentOSPlus I installed the new kernel. Example: 2.6.18-8.1.14.el5.centos.plus I also installed these packages as described in a post I found yum install --enablerepo=centosplus xfsprog...
2005 Apr 08
1
orphaning CRAN packages
...ge stays in the main CRAN package area (including binaries for various platforms), please consider taking over as maintainer of the respective package. Otheriwse we will orphanize the packages after the release of R 2.1.0 in 10 days. In addition, the Orphaned directory of CRAN currently contains anm,2004-09-30,1.9.1 fdim,2004-09-30,1.9.1 kza,2005-01-15,2.0.1 meanscore,2004-09-30,1.9.1 npmc,2004-09-30,1.9.1 phyloarray,2004-09-30,1.9.1 seao.gui,2004-09-30,1.9.1 seao,2004-09-30,1.9.1 twostage,2004-09-30,1.9.1 We try hard to keep all packages on CRAN working "out of the box", hence we...
2009 Nov 03
1
How to display full name for the coefficients/factors in summary()?
Hi, I am wondering if there is a way to display the full anme of the regression coeffients/factors in the summary? Suppose I have a bogus data set using weekday as factor which has 7 levels such as: mydata <- sample(364) wk <- rep(1:7, 52) weekday <- factor(wk,1:7,c("Mon","Tue","Wed","Thu","Fri"...
2004 Jul 28
4
Joining Linux to Windows 2000 domain
...! Linux is Fedora Core 1 Samba is 3.0 smb.conf file: [global] workgroup = EIIECOMM netbios name = e2efileserver1 realm = EIIECOMM.COM idmap uid = 10000 - 15000 idmap gid = 10000 - 15000 winbind separator = + winbind use default domain = Yes use sendfile = Yes server string= Samba Server printcap anme = /etc/printer load printers = yes log file = /var/log/samba/%m.log max log size = 50 security = domain password server = * socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 local master = no os level = 33 wins support = no wins server = 10.10.10.40 (I'm not sure this is a wins server...
2008 Jul 18
2
Yet another rsync incremental thread
Hello all, Since the rsync on Panther many things changed in my professional life. This project is abandoned although it should work. But this you already know. What's new? On my new job I have several servers to administrate. Servers that aren't backed up (sic). So, there's why I'm back to rsync. The backup plan I would like: 1) Client side: PCs running rsync (or
2011 Mar 17
1
Using barplot() with zoo -- names.arg not permitted?
I've used barplot(), including the anmes.arg parameter, on data frames successfully, but I'm even newer to using zoo than I am to R. :-} I am working on a functon that accepts a data frame ("df") as its primary argument, extracts information from it to create a zoo, then generates a plot based on that. The data frame ha...
2000 May 12
9
comment field proposal
...Thus we also have the length of the field contents. Individual 'vendors' may use non-standard field names within reason. The proper use of comment fields should be clear through context at this point. Abuse will be discouraged. Now all we need are a list of 'conventional' field anmes. A stream is not required to use any/all of these field names, they're suggested for interoperability. The suggestions below are also biased toward contemporary music album usage; analagous use for non music albums should be easy enough for people to figure out on their own... TRACK ALBUM...
2005 Apr 21
0
Windows caching Netbios names ??
...browser - domain master Backup Server : DNS : backupserver.local.domain IP : 192.168.2.2 NETBIOS name : BACKUPSERVER - no master browser - no domain master What happened is that I run the backup server as main server for one evening while repairing the latter. I ran it under the ip and NETBIOS anme of the name server. Then I switched back. The following day, clients would randomly connect to the backup or main server like mad, causing a lot of confusion. I was under the impression that the windows clients follow the results of the WINS resolution for their connection requests. But now I...
2010 Jun 23
2
perl(packed-refs) missing dependency
...ou could try running: package-cleanup --problems package-cleanup --dupes rpm -Va --nofiles --nodigest The program package-cleanup is found in the yum-utils package. I do not do Perl and I have no ide how to translate perl(packed-refs) into a package anme. Nor does 'yum provides */*packed-refs*' supply an answer. What other package do I need installed to get git-1.7.1 to install? -- *** E-Mail is NOT a SECURE channel *** James B. Byrne mailto:ByrneJB at Harte-Lyne.ca Harte & Lyne Limited ht...
2010 Dec 29
1
Problem applying Chi-square in R and Cochran's Recommendations
...id" Regards, Dr. B. Manoj Aravind. *Table for analysis* Number of STDs Identified Type of Health worker <2 2 or > ASHA 39 5 AWW 22 1 ANM 1 12 ...................................... *In R the ouput was like this....* > std<- cbind(c(39,22,1),c(5,1,12)) > std [,1] [,2] [1,] 39 5 [2,] 22 1 [3,] 1 12 > chisq.test(std) Pearson's Chi-squared test dat...
2006 Nov 29
0
Re: asterisk-users Digest, Vol 28, Issue 152
...1. Re: SIP Port 5060 (Andrew Joakimsen) > 22. Re: Siemens Gigaset C450 IP vs S450 IP (Andrew Joakimsen) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Wed, 29 Nov 2006 16:06:57 -0600 > From: "Kim Jones" <kim@anmsinc.com> > Subject: [asterisk-users] beeping noise in background > To: <asterisk-users@lists.digium.com> > Message-ID: <000401c71402$aff83d40$052110ac@ANMS.pvt> > Content-Type: text/plain; charset="us-ascii" > > I have asterisk 1.2.12.1 running with severa...
2009 Nov 26
2
Puppet+Foreman: class into module couldn't apply on nodes
Hello, I try config puppet with foreman frontend. Into puppetmasterd I create modules "test" and create init.pp: # Create "/tmp/testfile" if it doesn''t exist. class test_class { file { "/tmp/testfile": ensure => present, mode => 644, owner => root, group => root } } Configure nodes in site.pp and import
2003 Dec 01
0
No subject
...?subject=subscribe> List-Id: General questions regarding Samba <samba.lists.samba.org> List-Unsubscribe: <http://lists.samba.org/mailman/listinfo/samba>, <mailto:samba-request@lists.samba.org?subject=unsubscribe> List-Archive: http://lists.samba.org/pipermail/samba/ All, I anm setting up samba for the first time and I want to set the debug to the highest level so I can see exactly what is happening when it does not work. I have looked and the man pages and samba.org for the answer but to no avail. Could someone help me in this matter? I apprciate yout time. Tony Ricker...