similar to: Calling Rdqags doesn't produce correct result.

Displaying 20 results from an estimated 100 matches similar to: "Calling Rdqags doesn't produce correct result."

2005 May 09
2
use "integrate" for functions defined in C, not R
Dear all, I am trying to use the C code for "integrate" function ( that calls Rdqagi and Rdqags) so that I can integrate a function defined in C, instead of passing from R. Is there a way for doing this? My unsuccessful attempt: I looked into the files (including integrate.c, Applic.h) and 1. modified the definition of "integr_fn" by droping the environment
2007 Jan 19
8
kate editor for R
Like kile for LaTeX, Linux/KDE's kate editor is an excellent editor for R, with easy code submission to a running R process. Syntax highlighting is good. I have not been able to figure out two things: - how to automatically reformat a line or region of text using good indentation rules (Emacs/ESS make this so easy by just hitting Tab while the cursor is in a line, or highlighting a
2001 Jul 12
1
more subroutines for integrate()
I was pleased to find integrate() using the quadpack routines "dqags" and "dqagi". However, I would also like to have the routine "dqawoe" included. This routine is summarized as follows... c***keywords automatic integrator, special-purpose, c integrand with oscillatory cos or sin factor, c clenshaw-curtis method, (end point) singularities,
2004 Jul 09
1
Example using Rdqags
This is not a direct answer to your question, but if all you want to do is integrate a function numerically, you don't need to be doing it through R. You should be able to find codes that you can use directly, such as quadpack or even GSL. You may want to search on GAMS (Guide to Available Mathematical Software, http://gams.nist.gov/). Andy > From: Victoria Landsman > > Dear all,
2008 May 07
3
function in nls argument
Greetings R users, maybe there is someone who can help me with this problem: I define a function "optim.fun" and want as output the sum of squared errors between predicted and measured values, as follows: optim.fun <- function (ST04, SM08b, ch2no, a, b, d, E) { predR <- (a*SM08b^I(2)+b*SM08b+d)*exp(E*((1/(283.15-227.13))-(1/(ST04+273.15-227.13)))) abserr
2001 Oct 02
1
Graceful exit from fortran. (fwd)
rolf at math.unb.ca said: > If I say something like > if(x .gt. 42.d0) stop > then indeed everything stops, i.e. R falls over. I'd ***like*** to be > able to print out an informative error message (which I guess could be > done - In Fortran: subroutine foo(..., ier) integer ier ier=0 ... if (x .gt. 42.d0) then ier=1 return endif
2019 Aug 30
0
no DNS functionality on second subnet
Ah, you gave the solution yourselve.. > client on "different" subnet: > > Host Name . . . . . . . . . . . . : pitter35 > Primary Dns Suffix . . . . . . . : <<< your missing .. > DNS Suffix Search List. . . . . . : ier.ux.uis.no > client on same subnet as DC: > > Host Name . . . . . . . . . . . . : geoah > Primary Dns Suffix . .
2019 Aug 30
3
no DNS functionality on second subnet
-----Original Message----- From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via samba Sent: torsdag 29. august 2019 16:33 To: samba at lists.samba.org Subject: Re: [Samba] no DNS functionality on second subnet On 29/08/2019 13:50, Andreas Habel via samba wrote: > Hi, > > we have successfully installed our samba4 AD domain with AD > DC, smb > file
2004 Jul 06
0
Warning: Possible Virus Infection
Ceci est un message automatique de la passerelle antivirus Guinevere. Un message a ?t? re?u de votre part avec pour objet Re: Thanks! Le message ?tait adress? ? jlrauline@ier.fr. The message probably contains a virus. Il est possible que ce message ait ?t? envoy? par un poste infect? par un virus ayant utilis? votre adresse de messagerie en tant qu'adresse d'exp?dition
2019 Aug 30
0
no DNS functionality on second subnet
On 30/08/2019 07:00, Andreas Habel via samba wrote: > -----Original Message----- > From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via samba > Sent: torsdag 29. august 2019 16:33 > To: samba at lists.samba.org > Subject: Re: [Samba] no DNS functionality on second subnet > > On 29/08/2019 13:50, Andreas Habel via samba wrote: >> Hi, >
2019 Aug 30
0
no DNS functionality on second subnet
On 30/08/2019 09:42, Andreas Habel via samba wrote: > >> -----Original Message----- >> From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via >> samba >> Sent: fredag 30. august 2019 09:57 >> To: samba at lists.samba.org >> Subject: Re: [Samba] no DNS functionality on second subnet >> >> On 30/08/2019 07:00, Andreas
2019 Aug 30
3
no DNS functionality on second subnet
What for OS is the server and windows clients? The VPN tunnel, are you lowering MTU sizes? Something like: -A FORWARD -m policy --pol ipsec --dir in -s 192.168.0.0/24 -o eth1 -p tcp -m tcp --tcp-flags SYN,RST SYN -m tcpmss --mss 1361:1536 -j TCPMSS --set-mss 1360 On the client PC's, have you checkout the windows firewall and are you allowing the remote subnets. The samba server on the
2019 Aug 30
3
no DNS functionality on second subnet
> -----Original Message----- > From: samba <samba-bounces at lists.samba.org> On Behalf Of Rowland penny via > samba > Sent: fredag 30. august 2019 09:57 > To: samba at lists.samba.org > Subject: Re: [Samba] no DNS functionality on second subnet > > On 30/08/2019 07:00, Andreas Habel via samba wrote: > > -----Original Message----- > > From: samba
2013 Jul 16
0
[PATCH] xen: extract register definitions from ns16550 into a separated header
Since both UART driver codes on Allwinner A31, OMAP5 and x86 would use these definitions, we refactor the codes into a separated header to avoid unnecessary duplication. Signed-off-by: Chen Baozi <baozich@gmail.com> --- xen/drivers/char/ns16550.c | 71 +--------------------------- xen/include/xen/ns16550-uart.h | 104 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105
2018 Jul 12
2
loop para repetir valores de un vector
Hola a todos! Estoy intentando crear un vector (alt) a partir de la repetición de valores provenientes de otro vector (altitud). A cada valor de altitud lo quiero repetir 1247 veces, y de ahi continuar con el siguiente valor de altitud. Probé varias cosas, pero esto me pareció lo más coherente: altitud=read.csv("C:/Users/IER/Dropbox/Pasantia Castelar/YungasLigustroTS/altitud44.csv")
2023 Jun 16
0
R 4.3.1 is released
The build system rolled up R-4.3.1.tar.gz (codename "Beagle Scouts") this morning. This is a minor update, with a few bug fixes. The list below details the changes in this release. You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due
2023 Jun 16
0
R 4.3.1 is released
The build system rolled up R-4.3.1.tar.gz (codename "Beagle Scouts") this morning. This is a minor update, with a few bug fixes. The list below details the changes in this release. You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due
2023 Jun 16
0
R 4.3.1 is released
The build system rolled up R-4.3.1.tar.gz (codename "Beagle Scouts") this morning. This is a minor update, with a few bug fixes. The list below details the changes in this release. You can get the source code from https://cran.r-project.org/src/base/R-4/R-4.3.1.tar.gz or wait for it to be mirrored at a CRAN site nearer to you. Binaries for various platforms will appear in due
2009 Jan 17
2
DierckxSpline segfault
I've just encountered a segfault when using DierckxSpline::percur function. Below is the minimal example which triggers the error: --- library(DierckxSpline) x <- 1:10 y <- rep(0, 10) pspline <- percur(x, y) --- *** caught segfault *** address (nil), cause 'memory not mapped' Traceback: 1: .Fortran("percur", iopt = as.integer(iopt), m = as.integer(m), x =
2016 Feb 19
0
mac os x clients "error code -43"
Hi, We have Ubuntu 14.04.3 server and Samba 4.1.6-Ubuntu. Windows and Mac Os X clients connect this server. Some Os X users sometimes report "error code -43" when file copying to server. What can cause the problem? this is my smb.conf [global] workgroup = hurguc realm = HURGUC.LOCAL preferred master = No security = ads password server = dbdns2.hurguc.local encrypt passwords =