search for: dgeom

Displaying 20 results from an estimated 28 matches for "dgeom".

Did you mean: dgeo
2023 Oct 17
2
Fwd: r-stats: Geometric Distribution
...e --------- From: Sahil Sharma <sahilsharmahimalaya at gmail.com> Date: Tue, Oct 17, 2023 at 12:10?PM Subject: r-stats: Geometric Distribution To: <do-use-Contact-address at r-project.org> Hey I want to raise one issue in *r-stats **geometric distribution * function. I have found the dgeom(x,p) which denotes probability density function of geometric distribution, is not reducing 1 from x. The original formula for Geometric Distribution PDF is *((1-p)^x-1)*P*. However, the current r function *dgeom(x, p)* is doing this: *((1-p)^x)*P, *it is not reducing 1 from x. I don't know wh...
2008 Aug 21
1
pnmath compilation failure; dylib issue?
...on-min=10.4 -std=gnu99 -dynamiclib -Wl,- headerpad_max_install_names -mmacosx-version-min=10.4 -undefined dynamic_lookup -single_module -multiply_defined suppress -L/usr/local/ lib -o pnmath.so bd0.o beta.o chebyshev.o choose.o d1mach.o dbeta.o dbinom.o dcauchy.o dchisq.o dexp.o df.o dgamma.o dgeom.o dhyper.o dlnorm.o dlogis.o dnbeta.o dnbinom.o dnchisq.o dnf.o dnorm.o dnt.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 phyp...
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
1997 Jul 09
1
R-beta: Problem with `rpois'
There is a problem with `rpois'. It does seem to take care about the order of the arguments. This is an example: > rpois(n=1,lambda=2) [1] 3 > rpois(lambda=2,n=1) [1] 2 0 It obviously uses the first argument as the number of samples to be drawn, which is wrong. I used Version 0.49 Beta (April 23, 1997). Fredrik
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.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 p...
2005 Jan 04
1
quantiles for geometric distribution
Dear list, I have got an array with observational values t and I would like to fit a geometric distribution to it. As I understand the geometric distribution, there is only one parameter, the probability p. I estimated it by 1/mean(t). Now I plotted the estimated density function by plot(ecdf(t),do.points=FALSE,col.h="blue"); and I would like to add the geometric distribution. This
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
...c pf.c -o pf.o gcc -g -I../include -c qf.c -o qf.o gcc -g -I../include -c rf.c -o rf.o gcc -g -I../include -c dgamma.c -o dgamma.o gcc -g -I../include -c pgamma.c -o pgamma.o gcc -g -I../include -c qgamma.c -o qgamma.o gcc -g -I../include -c rgamma.c -o rgamma.o gcc -g -I../include -c dgeom.c -o dgeom.o gcc -g -I../include -c pgeom.c -o pgeom.o gcc -g -I../include -c qgeom.c -o qgeom.o gcc -g -I../include -c rgeom.c -o rgeom.o gcc -g -I../include -c dhyper.c -o dhyper.o gcc -g -I../include -c phyper.c -o phyper.o gcc -g -I../include -c qhyper.c -o qhyper.o gcc -g -I../incl...
1997 Jun 25
3
R-alpha: lbeta, ctrl-C and crashes
1. lbeta and beta do not work properly: lbeta returns its first argument and beta gives the lbeta result. In names.c lines 245-6, the codes for these should be 2 and 3 instead of 1 and 2 2. crtl-C does not work (except the first time) on Red Hat elf Linux (which has many many other problems as well) nor on the previous version of Linux for Amiga. It worked on Slackware aout Linux and now works
1997 Jun 25
3
R-alpha: lbeta, ctrl-C and crashes
1. lbeta and beta do not work properly: lbeta returns its first argument and beta gives the lbeta result. In names.c lines 245-6, the codes for these should be 2 and 3 instead of 1 and 2 2. crtl-C does not work (except the first time) on Red Hat elf Linux (which has many many other problems as well) nor on the previous version of Linux for Amiga. It worked on Slackware aout Linux and now works
1999 May 03
1
problems compiling R-0.63.3 on alpha
...-ieee_with_inexact -g -I../include -I../../src/include -c pexp.c -o pexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qexp.c -o qexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rexp.c -o rexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dgeom.c -o dgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pgeom.c -o pgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qgeom.c -o qgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rgeom.c -o rgeom.o gcc -ieee_with_inexact -g -I../inclu...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
.../src/include -c rcauchy.c cc -ieee_with_inexact -g -I../../src/include -c dexp.c cc -ieee_with_inexact -g -I../../src/include -c pexp.c cc -ieee_with_inexact -g -I../../src/include -c qexp.c cc -ieee_with_inexact -g -I../../src/include -c rexp.c cc -ieee_with_inexact -g -I../../src/include -c dgeom.c cc -ieee_with_inexact -g -I../../src/include -c pgeom.c cc -ieee_with_inexact -g -I../../src/include -c qgeom.c cc -ieee_with_inexact -g -I../../src/include -c rgeom.c cc -ieee_with_inexact -g -I../../src/include -c dhyper.c cc -ieee_with_inexact -g -I../../src/include -c phyper.c cc -ieee_w...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
..._with_inexact -g -I../include -I../../src/include -c pexp.c -o = pexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qexp.c -o = qexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rexp.c -o = rexp.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dgeom.c -o= = dgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pgeom.c -o= = pgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qgeom.c -o= = qgeom.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c rgeom.c -o= = rgeom.o gcc -ieee_with_inexa...
1998 Dec 08
0
R compile problems with AIX
...O2 -I../include -I../../src/include -c dexp.c -o dexp.o gcc -g -O2 -I../include -I../../src/include -c pexp.c -o pexp.o gcc -g -O2 -I../include -I../../src/include -c qexp.c -o qexp.o gcc -g -O2 -I../include -I../../src/include -c rexp.c -o rexp.o gcc -g -O2 -I../include -I../../src/include -c dgeom.c -o dgeom.o gcc -g -O2 -I../include -I../../src/include -c pgeom.c -o pgeom.o gcc -g -O2 -I../include -I../../src/include -c qgeom.c -o qgeom.o gcc -g -O2 -I../include -I../../src/include -c rgeom.c -o rgeom.o gcc -g -O2 -I../include -I../../src/include -c dhyper.c -o dhyper.o gcc -g -O2 -I../...
1998 Dec 08
0
R compile problems with AIX
...O2 -I../include -I../../src/include -c dexp.c -o dexp.o gcc -g -O2 -I../include -I../../src/include -c pexp.c -o pexp.o gcc -g -O2 -I../include -I../../src/include -c qexp.c -o qexp.o gcc -g -O2 -I../include -I../../src/include -c rexp.c -o rexp.o gcc -g -O2 -I../include -I../../src/include -c dgeom.c -o dgeom.o gcc -g -O2 -I../include -I../../src/include -c pgeom.c -o pgeom.o gcc -g -O2 -I../include -I../../src/include -c qgeom.c -o qgeom.o gcc -g -O2 -I../include -I../../src/include -c rgeom.c -o rgeom.o gcc -g -O2 -I../include -I../../src/include -c dhyper.c -o dhyper.o gcc -g -O2 -I../...
2006 Mar 22
4
pbinom( ) function (PR#8700)
Full_Name: Chanseok Park Version: R 2.2.1 OS: RedHat EL4 Submission from: (NULL) (130.127.112.89) pbinom(any negative value, size, prob) should be zero. But I got the following results. I mean, if a negative value is close to zero, then pbinom() calculate pbinom(0, size, prob). dbinom() also behaves similarly. > pbinom( -2.220446e-22, 3,.1) [1] 0.729 > pbinom( -2.220446e-8, 3,.1)
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...making qbinom.d from qbinom.c making rbinom.d from rbinom.c making dcauchy.d from dcauchy.c making pcauchy.d from pcauchy.c making qcauchy.d from qcauchy.c making rcauchy.d from rcauchy.c making dexp.d from dexp.c making pexp.d from pexp.c making qexp.d from qexp.c making rexp.d from rexp.c making dgeom.d from dgeom.c making pgeom.d from pgeom.c making qgeom.d from qgeom.c making rgeom.d from rgeom.c making dhyper.d from dhyper.c making phyper.d from phyper.c making qhyper.d from qhyper.c making rhyper.d from rhyper.c making dnbinom.d from dnbinom.c making pnbinom.d from pnbinom.c making qnbinom.d...
2017 Aug 18
4
No rule to make target all.R, needed by compiler.rdb building R 3.4.1 from source, Scientific Linux release 6.9 (Carbon)
...o qunif.o runif.o dnorm.o pnorm.o qnorm.o rnorm.o dlnorm.o plnorm.o qlnorm.o rlnorm.o df.o pf.o qf.o rf.o dnf.o dt.o pt.o qt.o rt.o dnt.o dchisq.o pchisq.o qchisq.o rchisq.o rnchisq.o dbinom.o pbinom.o qbinom.o rbinom.o rmultinom.o dcauchy.o pcauchy.o qcauchy.o rcauchy.o dexp.o pexp.o qexp.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 ptuk...
2001 Jul 25
2
Installation help
...making qbinom.d from qbinom.c making rbinom.d from rbinom.c making dcauchy.d from dcauchy.c making pcauchy.d from pcauchy.c making qcauchy.d from qcauchy.c making rcauchy.d from rcauchy.c making dexp.d from dexp.c making pexp.d from pexp.c making qexp.d from qexp.c making rexp.d from rexp.c making dgeom.d from dgeom.c making pgeom.d from pgeom.c making qgeom.d from qgeom.c making rgeom.d from rgeom.c making dhyper.d from dhyper.c making phyper.d from phyper.c making qhyper.d from qhyper.c making rhyper.d from rhyper.c making dnbinom.d from dnbinom.c making pnbinom.d from pnbinom.c making qnbinom.d...
2018 Feb 09
1
R Compilation gets stuck on Windows 64
Please note that building R on Windows is documented in "R Installation and Administration", including links to external software. Particularly there is a link to texinfo which is part of Rtools. The documentation is maintained and it is a sufficient source of information for building R on Windows. https://cran.r-project.org/doc/manuals/r-release/R-admin.html
2000 Oct 31
1
conflicting types for `Rf_stirlerr
...making qbinom.d from qbinom.c making rbinom.d from rbinom.c making dcauchy.d from dcauchy.c making pcauchy.d from pcauchy.c making qcauchy.d from qcauchy.c making rcauchy.d from rcauchy.c making dexp.d from dexp.c making pexp.d from pexp.c making qexp.d from qexp.c making rexp.d from rexp.c making dgeom.d from dgeom.c making pgeom.d from pgeom.c making qgeom.d from qgeom.c making rgeom.d from rgeom.c making dhyper.d from dhyper.c making phyper.d from phyper.c making qhyper.d from qhyper.c making rhyper.d from rhyper.c making dnbinom.d from dnbinom.c making pnbinom.d from pnbinom.c making qnbinom.d...