similar to: convergence value in optim

Displaying 20 results from an estimated 3000 matches similar to: "convergence value in optim"

2003 Jan 29
1
Scoping rule problem -- solved
Thanks to some comments from Brian D. Ripley, I found my error: I should not have given a data argument to lm() after creating a formula-object. This obviously confused things... Thanks again, I've really learnt again a bit more on R-programming... Cheers, Winfried --------------------------------------------------------------------- E-Mail: Winfried Theis <theis at
2011 Jun 27
0
OpenBUGS and glmmBUGS package
Dear All, I am trying to use the glmmBUGS package with OpenBUGS under Linux. Here is a short list of code I modified from the diseasemapping package document: ---------------------------------------- library(diseasemapping) data(popdata) data(casedata) model = getRates(casedata, popdata, ~age*sex, breaks=seq(0, 90, by=10) ) ontario = getSMR(popdata,model, casedata) spplot(ontario,
2010 Sep 04
3
How can I fixe convergence=1 in optim
Hi R users, I am using the optim funciton to maximize a log likelihood function. My code is as follows: p<-optim(c(-0.2392925,0.4653128,-0.8332286, 0.0657, -0.0031, -0.00245, 3.366, 0.5885, -0.00008, 0.0786,-0.00292,-0.00081, 3.266, -0.3632, -0.000049, 0.1856, 0.00394, -0.00193, -0.889, 0.5379, -0.000063, 0.213, 0.00338, -0.00026, -0.8912, -0.3023, -0.000056), f,
2013 May 15
1
Problem with convergence in optim
Hello to all, I have been using an optim with the following call: optim(param_ini,fun_errores2,Precio_mercado=Precio,anos_pagosE2=anos_pagos,control=list(maxit=10000,reltol=1e-16)) depending on the intial values I'm getting the same solution but once I get the convergence message=10 (no convergence) and for the others I get convergence message = 0 Solution1: $par beta1
2004 Jun 09
1
Windows rejects name registration
Dear people of samba, my problem seems to be a firewalled WinXP in our net. Our Samba is the Debian testing (Samba 3.x). It is configured to hold the browsing list and to become master. The nmbd.log shows: [2004/06/09 08:17:38, 0] nmbd/nmbd_incomingdgrams.c:process_local_master_announce(311) process_local_master_announce: Server PRAEPLAB at IP 129.217.168.62 is announcing itself as a local
2000 Apr 12
1
Problems with SuSE 6.4
Hello! A friend of mine tried to install R 1.0.0 on a Linux SuSE 6.4 with new compilers and new X. First the X-libs could not be found. Using the apropriate flags to change the paths for X-libs for configure (deleting first configure.cache) did not solve the problem. So he copied the libs to the expected /usr/X11/lib/ resp. include (because linking was not possible) it compiled fine up to the
2011 Dec 29
0
problem of "constrOptim.nl", no hessian and convergence values
Dear Helper, I used "constrOptim.nl" and got the value of par. The estimations looks good even if the number of iterations is only 16. But the values of hessian and convergence are both "NULL". I tested the objective function and gradient function by "optim" and didn't see any problem there. With these functions, "optim" gives the convergence value
2012 May 18
0
Forecast package, auto.arima() convergence problem, and AIC/BIC extraction
Hi all, First: I have a small line of code I'm applying to a variable which will be placed in a matrix table for latex output of accuracy measures: acc.aarima <- signif(accuracy(forecast(auto.arima(tix_ts, stepwise=FALSE), h=365)), digits=3). The time series referred to is univariate (daily counts from 12-10-2010 until 5-8-2010 (so not 2 full periods of data)), and I'm working on
2002 Jun 03
2
Re: [Lrlug-discuss]emergency....file/directory recovery
We have had another instance of this..... since I am forwarding to other lists, "this" involves a lost file, due to accidental deletion. in this case, we had a backup, but from the backup time, till deletion time, a lot of data had been lost. So, we have not enough disk space to do hourly backups, novell allowed recovery of a lost file like this, so: is there a filesystem that we
2008 Feb 19
2
VisualDSP++ with enabled BFIN_ASM
Hi I'm trying to integrate your speex codec on our custom Blackfin board and without uCLinux. I am using ADI-supplied VisualDSP++ IDE and corresponding toolchain. My question is: Is there anybody who ported speex with enabled BFIN_ASM to VisualDSP++ ? Best Regards, Stefan Voss -------------- next part -------------- An HTML attachment was scrubbed... URL:
2002 Jun 04
1
[Fwd: Re: [K12OSN] Re: [Lrlug-discuss]emergency....file/directory recovery]
I sent to samba list, with the wrong e-mail account, so it never made it... Any help with this is appreciated. Barry Smoke District Network Administrator Bryant Public Schools -----Forwarded Message----- > From: Steve Langasek <vorlon@dodds.net> > To: k12osn@redhat.com > Cc: lrlug-discuss@lrlug.org, samba@lists.samba.org > Subject: [Samba] Re: [K12OSN] Re:
2014 Dec 22
1
[Announcement] Tinc version 1.0.25 released
With pleasure we announce the release of tinc version 1.0.25. Here is a summary of the changes: * Documentation updates. * Support linking against -lresolv on Mac OS X. * Fix scripts on Windows when using the ScriptsInterpreter option. * Allow a minimum reconnect timeout to be specified. * Support PriorityInheritance on IPv6 sockets. Thanks to David Pflug, Baptiste Jonglez, Alexis
2008 Jan 31
1
On Windows tinc-up.bat started too soon?
Hi all, I have run into the problem on the windows machine that the tinc-up.bat command/file is started too soon. I set-up additional routes there and when I manually start the tinc daemon I get complaints that the routes can not be created because the host (the "other" tinc host) is not local on the network (i.e. the vpn is, according to Windows, not up yet). Is this a known
2014 Dec 22
1
[Announcement] Tinc version 1.0.25 released
With pleasure we announce the release of tinc version 1.0.25. Here is a summary of the changes: * Documentation updates. * Support linking against -lresolv on Mac OS X. * Fix scripts on Windows when using the ScriptsInterpreter option. * Allow a minimum reconnect timeout to be specified. * Support PriorityInheritance on IPv6 sockets. Thanks to David Pflug, Baptiste Jonglez, Alexis
2008 Jan 30
1
Windows client not honorring the Port directive?
Hi all, I have trouble making a tinc daemon on a Windows XP machine behave properly. In order to let the connection go through the (NAT) firewall I need to be able to pinpoint the exact portnumber used, so I can make the proper rewriting rules. However when I don't specify any Port number the firewall receives connection attempt for the other tinc machine on the internet from a
2011 Feb 23
0
Don't know which model in"drc" package is to be used to find EC values.
Hi every one, I am using the package 'drc' to model root elongation using dose response data. I don't know which model I should use. Though I don't know which model I should use, I tried the following codes given below. But it produced the error messages.Can any one tell me the code in 'drc' package to find out the EC (Effective Concentration) values and Confidence
2012 Jun 29
2
turning R expressions into functions?
[ please copy me on answers, since I am not subscribed to the list ] Dear all, I am trying to write an R function which uses system.time to determine which of a given list of R expressions executes fastest. To work around the limited resolution of system.time, I want to convert the given expressions into functions which execute the given expressions a fixed number of times. My current attempt
2008 May 23
1
OVF (Open Virtual Machine Format) and XEN
Hi all, I already gathered some basic knowledge about XEN and VMware. Now I want to learn something about the new standard called OVF. Are there any ressources available like - how to get started with OVF and XEN - tools for creation XEN based VMs out of the OVF (VMware offers a ovf-tool) Thanks for you help Stefan -- Dipl.-Inform. Stefan Freitag Institut für Roboterforschung - Abteilung
2003 Dec 04
0
Comboot for showing DOCS
hm, nice algorythm thingie. I'm not a programmer, so here goes: currently: F1 helpfile.txt probably results in DISPLAY helpfile.txt perhaps extend this option: F1 arg1 arg2 arg3 argX if arg1 does not exist, abort (currently also done?) if arg1 ends in COM extension, execute it and pass the optional arg2/3/X parameters if arg1 ends in C32 extension, same thing. else DISPLAY arg1 // arg1
2008 Nov 14
0
Error in optim when i call it from a function
Dear R-users I've got the next problem: I've got this *function*: fitcond=function(x,densfun,pcorte,start,...){ myfn <- function(parm,x,pcorte,...) -sum(log(dens(parm,x,pcorte,...))) Call <- match.call(expand.dots = TRUE) if (missing(start)) start <- NULL dots <- names(list(...)) dots <- dots[!is.element(dots, c("upper",