Displaying 20 results from an estimated 300 matches similar to: "remarks on function pnbeta (PR#11277)"
2008 Apr 25
0
remarks on function pnbeta
Dear Developers,
The pnbeta function has been reviewed recently in the article of A.
Baharev, S. Kem?ny, On the computation of the noncentral F and
noncentral beta distribution, Statistics and Computing, 2008, in
press. Preprint of the paper is available here:
http://reliablecomputing.eu/publications.html
and the article here
http://dx.doi.org/10.1007/s11222-008-9061-3
I suggest increasing
2010 Jun 15
0
[LLVMdev] Question on X86 backend
Thanks Cristoph, I have that code in my backend, but unless I do the following, the registers are never considered 'live' into the call.
/ Handle a function call
let isCall = 1,
Defs = [
R0, R1, R2, R3, R4, R5, R6, R7, R8, R9, R10, R11, R12, R13, R14, R15,
R16, R17, R18, R19, R20, R21, R22, R23, R24, R25, R26, R27, R28, R29, R30, R31,
R32, R33, R34, R35, R36, R37, R38, R39, R40, R41,
2005 Nov 07
1
Modifying Internal C Files
Hi All.
I want to tweak a few minor things inside of internal C code. I have my
Win. XP machine set-up to build packages (including C code), but I'm
having problems getting the package to run correctly. In particular, I
want to modify a few things inside of pnbeta.c (namely errmax and
itrmax), which is what the pbeta() function calls upon when there is a
noncentral parameter. I copied the
2012 May 15
1
R-devel on FreeBSD: new C99 functions don't build
About April 25th, there had been some changes within R-devel's
src/nmath/pnbeta.c (and probably some other relevant places) and now
building R-devel on FreeBSD 10.0-CURRENT (amd64) with gcc-4.6.4 and
math/R-devel (selfmade forked port from math/R) fails like this:
[..snip..]
mkdir /usr/ports/math/R-devel/work/R-devel/bin/exec
gcc46 -std=gnu99 -I../../src/extra -I. -I../../src/include
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add
2008 Aug 21
1
pnmath compilation failure; dylib issue?
(1) ...need to speed up a monte-carlo sampling...any suggestions about
how I can get R to use all 8 cores of a mac pro would be most useful
and very appreciated...
(2) spent the last few hours trying to get pnmath to compile under os-
x 10.5.4...
using gcc version 4.2.1 (Apple Inc. build 5553) as downloaded from
CRAN, xcode 3.0...
...xcode 3.1 installed over top of above after
2010 Jul 15
1
Warning message in summary of PGLM
Dear Sir,
When requesting the summary of pglm analyses in R, I encounter repeatedly
the following warning message:
"Warning message:
In pf(Fstat, object$k - 1, object$n - object$k, ncp = 0, lower.tail = FALSE,
:
full precision was not achieved in 'pnbeta'"
This message appears both with the pglm estimate of Lambda and with Lambda
set to 0.
Could you tell me what
2015 Aug 04
0
Release for CentOS 7 on AArch64
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
We would like to announce the general availability of CentOS Linux 7
for AArch64 compatible machines.
This is the first major release of CentOS Linux 7 for ARM/AArch64
produced by the AltArch Special Interest Group. This release uses a
3.19 based kernel as well as incorporating fixes and updates provided
through-out the beta process. This release is
2009 Mar 17
3
R does not compile any more on FreeBSD 8.0-CURRENT
On a recent FreeBSD 8.0-CURRENT (i386) building R (any version) breaks
with the following messages:
----------------------------------------------------------------------
[...snip...]
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include -DHAVE_CONFIG_H -g -O2 -c wilcox.c -o wilcox.o
gcc -std=gnu99 -I. -I../../src/include -I../../src/include
-I/usr/local/include
2015 Aug 04
0
CentOS-announce Digest, Vol 126, Issue 1
Send CentOS-announce mailing list submissions to
centos-announce at centos.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.centos.org/mailman/listinfo/centos-announce
or, via email, send a message with subject or body 'help' to
centos-announce-request at centos.org
You can reach the person managing the list at
centos-announce-owner at centos.org
When
2008 Nov 16
4
Computing minimal detectable differences for general ANOVA models
Dear Developers,
I would like to contribute to the R Project.
I implemented a C function the can be used to calculate minimal
detectable differences for general ANOVA models (sample size
calculations, power analysis).
A demo program and the source code is available from my website:
http://reliablecomputing.eu/ncbeta.html
What should i do in order to make my ncbeta function part of the R
1999 May 03
1
problems compiling R-0.63.3 on alpha
Hi again !
Thanks for the info on updating the config.site file which I
have done. I have also added -lm in the Makeconf manually
because this is needed explicitly for DEC cc.
However, there are still a few problems when linking some
of the files as you can see from the enclosed log.
Ciao,
Andreas
-------------------------------------------------------
R-0.63.3>make
make[1]: Entering
1998 Nov 06
1
DEC alpha INSTALLATION R-0.62.4
Hi,
Just downloaded the R-0.62.4 of R and tried to install it. With the
standard procedure :
./configure
make
At the end of the compilation I got the following message :
ld:
../lib/libunix.a(system.o): main: multiply defined
fort: Severe: Failed while trying to link.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
*** Exit 1
Stop.
I attach the printout after the ./configure and make
1999 May 03
0
compilation of R-0.63.3 on alpha (PR#183)
This is a multipart MIME message.
--==_Exmh_981436288450
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable
Hi !
I have problems compiling R successfully on a DEC-UINX 4.0E.
I have applied the recommended config.site, which I enclose.
As can be seen from the compilation log there are linking errors...
I did a 'make check' which fails for the R
2006 May 03
1
SmartyPants 1.6 multiply remarks
Michel Fortin <michel.fortin@michelf.com> wrote on 2/13/06 at 6:13 PM:
> > 4 x 2 -> 4 × 2 in EducateExtras, too.
>
> Which is a great idea. But I'm not sure about how it works currently.
> All goes well in these two cases:
>
> 800x600
> 5 x 5
>
> But maybe it's not a so good idea that it also replace the x with a
>
2000 Oct 14
1
snapshot-20001014: HP-UX 10.20 success and some remarks
Hi!
after applying the rijndael patch ("includes.h") snap-20001014 compiles
on HP-UX 10.20, some login/logout/scp connections with other OpenSSH
hosts seem to work.
There is a minor correction for Configure:
- At the summary, the location for ask-pass is still
.../libexec/ssh/ssh-askpass
while it is compiled in as .../libexec/ssh-askpass
I also just noted (I never cared to look
2005 Oct 24
1
Problems with pf() with certain noncentral values/degrees of freedom combinations
Hello all.
It seems that the pf() function when used with noncentral parameters can
behave badly at times. I've included some examples below, but what is
happening is that with some combinations of df and ncp parameters,
regardless of how large the quantile gets, the same probability value is
returned. Upon first glance noncentral values greater than 200 may seem
large, but they are in
2019 Jul 27
2
Help on Optimization Remarks
Dear llvm-dev community,
I am trying to analyze the optimization remarks generated through clang
using -fsave-optimization-remark with -O3.
--- !Analysis
Pass: loop-vectorize
Name: CFGNotUnderstood
DebugLoc: { File: c-ray-mt.c, Line: 177, Column: 2 }
Function: main
Args:
- String: 'loop not vectorized: '
- String: loop control flow is not understood by vectorizer
I tried to look for
1998 Dec 08
0
R compile problems with AIX
Hello,
I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end:
make produces following output:
...
...
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]:
1998 Dec 08
0
R compile problems with AIX
Hello,
I've allways had some problems compiling R (R-62.x and R-63.x) on a AIX 4.2.1 System to the end:
make produces following output:
...
...
mkdir ../../../library/eda/R
ld: 0711-327 WARNING: Entry point not found: __start
ld: 0711-244 ERROR: No csects or exported symbols have been saved.
gnumake[4]: *** [eda.so] Error 8
gnumake[3]: *** [all] Error 1
gnumake[2]: *** [R] Error 1
gnumake[1]: