search for: qnchisq

Displaying 20 results from an estimated 24 matches for "qnchisq".

Did you mean: qchisq
1997 Jul 28
0
R-alpha: R 0.50.a1: patch for NChisquare documentation
...********************************** *** src/library/base/man/NChisquare.orig Sat Jul 26 10:50:54 1997 --- src/library/base/man/NChisquare Sat Jul 26 11:26:23 1997 *************** *** 1,26 **** TITLE(NChisquare @@ The Non-Central Chi-Square Distribution) USAGE( ! dnchisq(x, df) ! pnchisq(x, df) ! qnchisq(x, df) ! rnchisq(x, df) ) ALIAS(dnchisq) ALIAS(pnchisq) ALIAS(qnchisq) ALIAS(rnchisq) DESCRIPTION( ! These functions provide information about the non-central ! chi-square distribution with LANG(df) degrees of freedom. ! LANG(dnchisq) gives the density, LANG(pnchisq) gives the ! distrib...
2008 Aug 21
1
pnmath compilation failure; dylib issue?
...hy.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/Frameworks/R.framework/.. - framework R -Wl,-framework -Wl,CoreFoundation ld: warning, duplicate dylib /Developer/SDKs/MacOSX10.4u.sdk/usr/local/ lib/libgcc_s.1.dylib ** arch - ppc .....
2004 Jan 19
2
small bug on qchisq (PR#6442)
Full_Name: Drouilhet R?my Version: 1.8.1 OS: Linux Submission from: (NULL) (195.221.43.136) qchisq(1,10) works well but qchisq(1,10,ncp=0) does not work whereas ncp=0 is the default value of the function qchisq(1,10). (of course, 10 will be replaced by any integer value). Let us notice that this bug occurs only when applying probability one. (qchisq(seq(0,.9,.1),10,ncp=0) works very well).
2004 Sep 06
1
qchisq (PR#7212)
Full_Name: David Clayton Version: 1.8.1 OS: Linux Submission from: (NULL) (131.111.126.242) qchisq behaves very strangely when ncp is passed as zero (forcing internal qnchisq to be called) when first argument is small. Eg > qchisq(1-1e-6, 1, ncp=0, lower.tail=TRUE) qchisq(1-1e-6, 1, ncp=0, lower.tail=TRUE) [1] 1024 while, if ncp is unspecified, > qchisq(1-1e-6, 1) qchisq(1-1e-6, 1) [1] 23.92813
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
...cauchy.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 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...
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
1997 Dec 13
1
R-beta: Compile error; R-0.60.1, Solaris 2.6, gcc 2.7.2.1
.../include -c rlogis.c -o rlogis.o gcc -g -I../include -c dnbinom.c -o dnbinom.o gcc -g -I../include -c pnbinom.c -o pnbinom.o gcc -g -I../include -c qnbinom.c -o qnbinom.o gcc -g -I../include -c rnbinom.c -o rnbinom.o gcc -g -I../include -c pnchisq.c -o pnchisq.o gcc -g -I../include -c qnchisq.c -o qnchisq.o gcc -g -I../include -c dnorm.c -o dnorm.o gcc -g -I../include -c pnorm.c -o pnorm.o gcc -g -I../include -c qnorm.c -o qnorm.o gcc -g -I../include -c rnorm.c -o rnorm.o gcc -g -I../include -c dpois.c -o dpois.o gcc -g -I../include -c ppois.c -o ppois.o gcc -g -I../include...
1999 May 03
1
problems compiling R-0.63.3 on alpha
...-g -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnbeta.c -o pnbeta.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o pnf.o gcc -ieee_with_inexact -g -I../incl...
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
...ude -c plogis.c cc -ieee_with_inexact -g -I../../src/include -c qlogis.c cc -ieee_with_inexact -g -I../../src/include -c rlogis.c cc -ieee_with_inexact -g -I../../src/include -c dnchisq.c cc -ieee_with_inexact -g -I../../src/include -c pnchisq.c cc -ieee_with_inexact -g -I../../src/include -c qnchisq.c cc -ieee_with_inexact -g -I../../src/include -c dnbeta.c cc -ieee_with_inexact -g -I../../src/include -c pnbeta.c cc -ieee_with_inexact -g -I../../src/include -c pnf.c cc -ieee_with_inexact -g -I../../src/include -c pnt.c cc -ieee_with_inexact -g -I../../src/include -c ptukey.c cc -ieee_with...
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
...lude -I../../src/include -c rlogis.c -= o = rlogis.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnchisq.c = -o = dnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnchisq.c = -o = pnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c qnchisq.c = -o = qnchisq.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c dnbeta.c -= o = dnbeta.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnbeta.c -= o = pnbeta.o gcc -ieee_with_inexact -g -I../include -I../../src/include -c pnf.c -o p= nf.o gcc -ieee_with_inexac...
1998 Dec 08
0
R compile problems with AIX
.../../src/include -c qlogis.c -o qlogis.o gcc -g -O2 -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -g -O2 -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -g -O2 -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -g -O2 -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -g -O2 -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnbeta.c -o pnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnf.c -o pnf.o gcc -g -O2 -I../include -I../../src/include -c pnt.c -o pnt.o gcc -g -O2 -I../incl...
1998 Dec 08
0
R compile problems with AIX
.../../src/include -c qlogis.c -o qlogis.o gcc -g -O2 -I../include -I../../src/include -c rlogis.c -o rlogis.o gcc -g -O2 -I../include -I../../src/include -c dnchisq.c -o dnchisq.o gcc -g -O2 -I../include -I../../src/include -c pnchisq.c -o pnchisq.o gcc -g -O2 -I../include -I../../src/include -c qnchisq.c -o qnchisq.o gcc -g -O2 -I../include -I../../src/include -c dnbeta.c -o dnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnbeta.c -o pnbeta.o gcc -g -O2 -I../include -I../../src/include -c pnf.c -o pnf.o gcc -g -O2 -I../include -I../../src/include -c pnt.c -o pnt.o gcc -g -O2 -I../incl...
2002 Jan 22
1
compile problem with bessel_i.c on IRIX64 flexor 6.5 10100655 IP35 (uname -a) (PR#1275)
...bull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d from signrank.c gcc -I. -I../../src/include -I../../src/include...
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 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 ptukey.o qtukey.o toms708.o wilcox.o signrank.o* *ranlib libnmath.a* *make[4]: Leaving directory `/data/mbp15ja/R-3.4.1/R-3.4.1/src/nmath'* *make[3]: *** No rule to make target `../extra/tre/libtre.a', needed by `libR.so'. Stop.* *ma...
2001 Jul 25
2
Installation help
...bull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d from signrank.c gmake[3]: Leaving directory `/home/netlj/Software/...
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
...bull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making wilcox.d from wilcox.c making signrank.d from signrank.c make[3]: Leaving directory `/home/mfa5/gilp/R-vers...
1998 Sep 11
1
R-beta: cannot make R
...de -c qweibull.c gcc -g -O2 -I../include -c rweibull.c gcc -g -O2 -I../include -c dlogis.c gcc -g -O2 -I../include -c plogis.c gcc -g -O2 -I../include -c qlogis.c gcc -g -O2 -I../include -c rlogis.c gcc -g -O2 -I../include -c dnchisq.c gcc -g -O2 -I../include -c pnchisq.c gcc -g -O2 -I../include -c qnchisq.c gcc -g -O2 -I../include -c dnbeta.c gcc -g -O2 -I../include -c pnbeta.c gcc -g -O2 -I../include -c pnf.c gcc -g -O2 -I../include -c pnt.c gcc -g -O2 -I../include -c ptukey.c gcc -g -O2 -I../include -c qtukey.c gcc -g -O2 -I../include -c dwilcox.c gcc -g -O2 -I../include -c pwilcox.c gcc -g -O2 -I...
2012 Aug 11
2
compile fails with x86_64-alpine-linux-uclibc-gcc
...bull.c making pweibull.d from pweibull.c making qweibull.d from qweibull.c making rweibull.d from rweibull.c making dlogis.d from dlogis.c making plogis.d from plogis.c making qlogis.d from qlogis.c making rlogis.d from rlogis.c making dnchisq.d from dnchisq.c making pnchisq.d from pnchisq.c making qnchisq.d from qnchisq.c making dnbeta.d from dnbeta.c making pnbeta.d from pnbeta.c making qnbeta.d from qnbeta.c making pnf.d from pnf.c making pnt.d from pnt.c making qnf.d from qnf.c making qnt.d from qnt.c making ptukey.d from ptukey.c making qtukey.d from qtukey.c making toms708.d from toms708.c maki...