search for: pnt

Displaying 20 results from an estimated 43 matches for "pnt".

Did you mean: int
2011 Nov 18
1
Delete Rows Dynamically Within a Loop
...op, thus for each one of this non empty cells, I have to find and keep only a maximum of 10 Male-Female pairs that are within 3 meters from each other. The 3-meter buffer can be done using the "disc" function within spatstat. To select points falling inside a buffer you can use the method pnt.in.poly within the SDMTools package. All that because pixels have a maximum capacity that cannot be exceeded. Since in each cell there can be hundreds or thousands of points I am trying to find a smart way to use another loop/similar method to: 1)go trough each point at a time 2)create a buffer a s...
1999 Apr 10
2
IRIX compile (PR#163)
Full_Name: Tim Middelkoop Version: 0.64.0 OS: IRIX 6.3 on O2 Submission from: (NULL) (128.119.88.192) Various IRIX complile issues src/nmath/pnt.c IRIX cc does not like double negatives Makeconf,config.site,etc/Makeconf f77 pic hack, should change Makeconf.in or other... change -PIC with -KPIC enjoy, tim... === diff -ru orig/R-0.64.0/src/nmath/pnt.c R-0.64.0/src/nmath/pnt.c --- orig/R-0.64.0/src/nmath/pnt.c Wed Apr 7 02:45:48 1999...
2008 Jun 14
1
qt with ncp>37.62
...instead e.g. calling > mapply(function(x) qt(p = 0.9, df = 55, ncp = x),35:45) gives: [1] 40.21448 41.35293 42.49164 43.68862 44.82945 45.97048 47.11170 48.25310 [9] 49.39467 50.53639 51.67826 Warning messages: 1: In qt(p = 0.9, df = 55, ncp = x) : full precision was not achieved in 'pnt' 2: In qt(p = 0.9, df = 55, ncp = x) : full precision was not achieved in 'pnt' 3: In qt(p = 0.9, df = 55, ncp = x) : full precision was not achieved in 'pnt' so it seems calculation for (according to what is written in documentation) allowed values of ncp, i.e. in this cas...
2009 Feb 07
3
Re-post data format question (apologies)
...agnitude larger): Site taxa no.ind forest LMA 1 forest LCY 1 forest SCO 1 meadow LMA 2 meadow LCY 1 meadow PNT 3 I am interested in, but have failed to create, code that efficiently converts it to a site-by-taxa matrix or data frame that looks like this: LMA LCY SCO PNT Forest 1 1 1 0 Meadow 2...
1999 Apr 12
1
compiling R-0.64.0 on DEC osf4.0
Dear all, Compiling R-0.64.0 on DEC osf4.0 has the following error message (earlier version was OK). cc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o pnf.o cc -ieee_with_inexact -g -I../include -I../../src/include -c pnt.c -o pnt.o cc: Error: pnt.c, line 83: In this statement, "1021" is not an lvalue, but occurs in a context that requires one. if (df > 4e5 || del*del > 2*M_LN2*(-DBL_MIN_EXP)) { ---------------------------------------^ gmake[2]: *** [pnt.o] Error 1 gmake[2]: Leaving directory `/h...
2007 Mar 21
3
question on suppressing error messages with Rmath library
Dear list, I have been using the Rmath library for quite a while: in the current instance, I am calling dnt (non-central t density function) repeatedly for several million. When the argument is small, I get the warning message: full precision was not achieved in 'pnt' which is nothing unexpected. (The density calls pnt, if you look at the function dnt.) However, to have this happen a huge number of times, when the optimizer is churning through the dataset is bothersome, but more importantly, a bottleneck in terms of speed. Is it possible to switch this off...
2008 May 13
1
Catching warning message(stdout) from C
I'm using the 'pnt' C function from Rmath library in some C-code. How can I catch the warning message: "full precision was not achieved in 'pnt'" in R. I call the function using the .C(). (options(warn=-1) didn't work) Thanks in advance -- Maarten van Iterson Center for Human and Clinical...
2008 Aug 21
1
pnmath compilation failure; dylib issue?
...t.o dpois.o dt.o dunif.o dweibull.o fmax2.o fmin2.o ftrunc.o gamma.o gamma_cody.o i1mach.o imax2.o imin2.o lbeta.o lgamma.o lgammacor.o mlutils.o pbeta.o pbinom.o pcauchy.o pchisq.o pexp.o pf.o pgamma.o pgeom.o phyper.o plnorm.o plogis.o pnbeta.o pnbinom.o pnchisq.o pnf.o pnmath.o pnorm.o pnt.o polygamma.o ppois.o pt.o ptukey.o punif.o pweibull.o qbeta.o qbinom.o qcauchy.o qchisq.o qexp.o qf.o qgamma.o qgeom.o qhyper.o qlnorm.o qlogis.o qnbeta.o qnbinom.o qnchisq.o qnf.o qnorm.o qnt.o qpois.o qt.o qtukey.o qunif.o qweibull.o sign.o stirlerr.o toms708.o -lgomp -F/Library/Framewo...
2003 Jul 16
2
Density function for non-central t distribution
...of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * * * NOTE * * Requires the following auxiliary routines: * * lgammafn(x) - log gamma function * pnt(x, df, ncp) - the distribution function for the non-central t distribution * * * DESCRIPTION * * The non-central t density is * * f(x, df, ncp) = df^(df/2)*exp(-.5*ncp^2)/(sqrt(pi)*gamma(df/2)*(df+x^2)^((df+1)/2))*sum_{k=0}^Infinity gamma((df + k + df)/2)*ncp^k/prod(1:k)*(2*x^2...
2007 Feb 01
1
rgl.postscript{rgl} crashes R
Hi list, I am trying to print a rgl scene. I can do this with rgl.snapshot("test.pnt",fmt="png"), but rgl.postscript("test.pdf",fmt="pdf") does crash R and returns to the linux shell after extented time period. I am running R 2.4.0 on i686 linux mandrake 10.2. Do I need any other R external program to make this work? Thanks Herry Dr Alexander...
2008 Aug 08
8
wine static
Hi all, I've one question: Is there known a way to compile wine static?
2012 Nov 02
1
rgl package and animation
...ot;1879", "1880", "1881", "1882", "1883"), class = "data.frame") # Plot 3d path with(dat, plot3d(X,Y,Z, type = 'l', col = 'blue', lty = 1)) # get absolute distance from origin dat$r = sqrt(dat$X ^ 2 + dat$Y ^ 2 + dat$Z ^ 2) mxpnt = dat[dat$r == mr,] # Coordinates of furthest point # Plot a blue sphere at max distance plot3d(mxpnt$X, mxpnt$Y, mxpnt$Z, type = 's', radius = 1, col = 'blue', add = TRUE)
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...exp.o rexp.o dgeom.o pgeom.o qgeom.o rgeom.o dhyper.o phyper.o qhyper.o rhyper.o dnbinom.o pnbinom.o qnbinom.o rnbinom.o dpois.o ppois.o qpois.o rpois.o dweibull.o pweibull.o qweibull.o rweibull.o dlogis.o plogis.o qlogis.o rlogis.o dnchisq.o pnchisq.o qnchisq.o dnbeta.o pnbeta.o qnbeta.o pnf.o pnt.o qnf.o qnt.o ptukey.o qtukey.o toms708.o wilcox.o signrank.o ranlib libnmath.a config.status: creating src/unix/Makefile make: /usr/local/R-devel/srcunix: No such file or directory *** Error code 2 Stop in /usr/local/R-devel/src/unix. *** Error code 1 Stop in /usr/local/R-devel/src. *** Error co...
2008 Aug 12
3
Multisim: unable to initialize DAO/jet db engine
Hi all, I have just tired to install Multisim 9 in wine. The program installs but gives an error 'unable to initialize DAO/jet db engine' halfway through. The program runs fine but there are no components in the component database. Any help would be much appreciated. Thankyou
2008 Aug 11
4
Does wine support my app ?
Hi, I have some questions. How can I find out that my windows program is fully functional compatible with wine ? ...or how can I find out that all win32 API things are supported by wine ? Are programs available which can test this ? First I thought that I can do this with strace.......but this was wrong. thanks
2010 Feb 08
2
GTA San Andreas on Mac-PLEASE READ!
I am trying to run my modified no-cd v.1.0 GTA San Andreas game on my aluminum unibody Intel processor (Nvidia gpu) mac using Wine Bottle. I got it to work once and then, after adding my saved game files to the Documents folder, I couldn't get it to run again. It just kept loading the blue virtual desktop and then crashing!!! I cant seem to pull myself away from this problem and i have been
2002 Jan 08
1
Memory Allocation in R and S-Plus: And functions from R to S-Plus
Hello Everyone, I've been told that the memory allocation in R and S-Plus is different, with R being better at doing simulations for whatever reason(s). I was wondering if anyone could enlighten me on the differences in the memory usage/allocation (preferably in layman's terms!). The reason I ask this is because of a simulation I am trying to run. In it, I need to use the pt( )
2008 Aug 09
5
MyAC Problem
MyAC is an anti-cheat program for CS 1.6, it can't run with wine, I'm using the latest version of wine on Ubuntu 8.04 - The Hardy Heron. I'll appreciate if anyone can help me 'cause I really like the game and currently can't play it on my favorite servers, and frankly that's the reason I still keep WindowsXp like a back up operating system.
1998 Apr 02
2
f2c
I have a problem with my dynamically loaded code in R not finding pow_ii, which for some time I thought was because library f2c is not on my Sparcstation. However, I have now been experiencing the same problem in Linux, with all the proper libraries in place. My incomplete understanding of elf and shared libraries does not help, but when compiling a complete program I usually muddle through.
2008 Aug 12
6
Mac OS X - problems with audio tab in winecfg
I'm new to Wine, and in a foolish effort to get La Mulana running under it I went to the audio tab in winecfq, unchecked everything, and then applied the settings. Now, winecfg hangs when I attempt to access the audio tab, so I can't change my settings back. Here's the log output when I try to open the tab (warning, this is very long): Code: 2008-08-11 20:48:28.517 wine[2100:10b] ***