similar to: function is too long to keep source

Displaying 20 results from an estimated 8000 matches similar to: "function is too long to keep source"

1999 Jan 21
2
nlm question
Hello again Is there any way (or an alternative non-linear minimiser) that arguments to the function called in nlm can be passed in version 0.62.4? Like (I believe) nlmin in a well known other program or optimise in R. Do we use global variables? Shurely not! \John -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
1999 Dec 01
2
nlmin
I'm a very recent user of R. I have been adapting my Splus programmes and I found only one (important) problem. There exists no function "nlmin" in R and its substitute, "nlm", does not work well with my kind of problems, sometimes no achieving convergence, other tines "converging" to impossible values. My models are highly nonlinear and are to be estimated by
2008 Apr 22
2
optimization and gradient
Dear all, I am using the functions 'optim' and 'nlminb'. For both, you can provide a function which computes the gradient of the objective function (to enhance speed and precision). In my case, both the objective function and the gradient take time to be computed and share many common computations (similar matrix, products, etc...). Therefore, I have to compute these
2007 Dec 17
2
can R solve these paired equations
Dear: I have a paired equation below. Can I solve (x,y) using R. Thanks! Xin A=327.727 B=9517.336 p=0.114^10 (1-p)*y*(1-x)/x/(1-x^y)=A A(1+(1-x)*(1+y)/x-A))=B [[alternative HTML version deleted]]
2006 May 10
1
Show specific printers only
Hi, On our samba server (3.0.22-SuSE93) we have many printers installed with cups. Most of them are RAW queues to use within Windows. A few of them however, are filtered queues for Linux to use. I would like to EXCLUDE the filtered queues so Windows users cannot use them, but am not sure how to do this within the smb.conf. Thanks in advance for any assistance, -- Rory Vieira rory dot vieira at
2002 Apr 24
3
nonlinear least squares, multiresponse
I'm trying to fit a model to solve a biological problem. There are multiple independent variables, and also there are multiple responses. Each response is a function of all the independent variables, plus a set of parameters. All the responses depend on the same variables and parameters - just the form of the function changes to define each seperate response. Any ideas how I can fit
2005 Jun 08
2
Converting code from MATLAB to R
Hi, I'm having trouble converting code from MATLAB to R; I want to find the equivalence to MATLAB's function 'fsolve'. I've tried 'nlm', on the squared argument, in R but i did not get the same results. Thankful if helped. Best regards, Martin Englund ------------------------------------------------------------------------------ This e-mail and any attachment may
2008 Apr 08
1
Speex and C5510
Thanks Jim, But i didnt find this project... It's in CCS folder or on TI site ????? Thk's Em 08/04/2008, ?s 15:52, Jim Crichton escreveu: > The TI directory of the Speex source distribution contains a C5509A > project that builds and runs in TI's Code Composer Studio > simulator. This project does file I/O to files specified in the > main source file. See
2006 Aug 10
2
Latest Samba for SuSE 9.0 ?!?
Hi, What is the latest version of Samba for SuSE 9.0, and where can I find it. Shame support was dropped for this one... still being used a lot... -- Rory Vieira rory dot vieira at gmail dot com
2007 Jul 05
3
New packages installation via CDRom
Hi, folks! Does anyone knows how could I install some new packages on CentOS (4 and 5) using the cdrom media? Att: My HD doesn't have much space to copy cdrom content to build a filesystem repository. I hope this great tool will should ask me by each cdrom witch it need, isn't it? Thanks in advance. Adriano Vieira
2008 Apr 08
2
Speex and C5510
Hi, I'm use a DSP C5510 to implement a solution with voice, but I'm a beginner in the world of DSP, any one has a example or documents about how to use a speex in DSP's ???? Thanks. Att.; Rafael Vieira Gon?alves skype: rafaelvieira.goncalves msn: tux_surf at hotmail.com email: daconfama at gmail.com P Antes de imprimir, pense em sua responsabilidade e compromisso com o
2006 Aug 23
1
Maximum kernel size
Hi, I'm using Syslinux 3.11 on a 1Gb USB Stick. The stick has 1 partition in FAT16. I'm experimenting with initramfs stuff, and just built a small tree (round 2.2M). I just inserted the kernel modules into that tree, and it became pretty large, with a resulting bzImage of 16.2Mb!!! When I try to start that kernel, I get an error: Invalid or corrupt kernel image. Any idea's on this?
2006 Nov 29
1
Booting with extlinux ?!?
Hi, I'm unable to utilize extlinux properly. I must be doing something wrong: Clear entire hdd: dd if=/dev/zero of=/devv/hda bs=1M Creating single active partition...: fdisk /dev/hda Formatting the partition...: mkfs.ext2 /dev/hda1 Mount it: mount /dev/hda1 /mnt/hd Install extlinux: extlinux -i /mnt/hd reboot machine and force it to boot from the hdd... "Booting from
2006 Mar 14
1
Printer Queue not being cleared
Hi, I subscribed just to get this solved :) I'm using the latest Samba i.c.w. CUPS. For some reason all prints that are finished are still in the printer queue seen from windows. However, going to the CUPS queue on port 631, its' all clear... Any idea's on how to solve this tiny matter??? Cheers, -- Rory Vieira rory dot vieira at gmail dot com
2006 Aug 11
1
Domain migration from 2.2.x to 3.0.x
Hi, One of my customers is running a pretty old Redhat 8 (Psyche) server with Samba 2.2.something (I think 7). Next week I'm planned to upgrade his Redhat platform to SuSE 9.3 and also update his samba to 3.0.23b. My biggest worry is that this customer has about 14 workstations already in the 2.2.x domain. I would like to know WHAT to do so I won't have to re-add all those machines
2010 Jun 21
4
Remover E-mail
por favor remover meu email da lista de voc?s... obrigado -- Renato Vieira dos Santos -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://www.winehq.org/pipermail/wine-users/attachments/20100621/ede21a81/attachment.htm>
2010 Aug 01
4
Admin interface for Rails?
Hello folks, I am currently working on a project that has to deliver an admin interface like the Django''s one, I wanna know if you know/ recommend any gem or plugin for that. Cheers, Rodrigo Alves Vieira -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2008 Apr 25
5
Non-linear system of equations
Hello R users, I am trying to estimate the parameters of a bimodal normal distribution using moments matching, so I have to solve a non-linear system of equations. How can I solve the following simple example? x^2 - y^2 = 6 x ? y = 3 I heard about nlsystemfit, but I don?t know how to run it exactly. I have tried the following code, but it doesn?t really work: f1 <-y~ x[1]^2-x[2]^2-6 f2
2003 Jan 23
2
Profile on optim/nlm
Greetings, Before I reinvent the wheel has anyone done a profile function for a fit using optim (or nlm)? (like the buggy profile.ms in S+) . It seems a bit tricky as the function to be minimised has to have arguments corresponding to the variables being fitted - which is one less than the function provided to optim()... I guess you can create another function on the fly somehow. Cheers,
2008 Jun 03
1
nlm behaviour and error
Hi R-Gurus, I've been cutting along quite nicely with nlm, until I threw in the following condition in the function that nlm is minimising: if (((term*bexp) < 0.0001)) { #warning(term*bexp, "=term*bexp",psi,"=psi") theta<-2000 } Now when I run this function anywhere else, there is no problem, whether or the if's condition is met. When