Displaying 20 results from an estimated 300 matches similar to: "remarks on function pnbeta"
2008 Apr 25
0
remarks on function pnbeta (PR#11277)
Dear Developers,
The pnbeta function has been reviewed recently in the article of A.
Baharev, S. Kem=E9ny, 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
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
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
2011 Nov 24
1
Horizontal Y axis title above the y axis
Dear R-help team
I have tried hard to turn my Y axis 90 degrees, so that it is written horizontally, and placing it above the Y axis, but I did not succeed.
I have tried to adapt the following functions:
- plot()
- title()
- mtext()
And some more that did not prove to be useful (e.g. text() etc).
The closest I got to my aim was with mtext():
mtext("Yield
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
2015 Jun 05
0
New package stepR: fitting step-functions
Dear R users,
It is my pleasure to announce the availability of package stepR (1.0-2)
on CRAN.
The main purpose of the package is to fit piecewise constant functions
(a.k.a. step-functions or block signals) to serial data in a fully
data-driven manner under certain (Gaussian or non-Gaussian)
distributional assumptions.
It mainly implements the algorithms described in the references below -
2015 Jun 05
0
New package stepR: fitting step-functions
Dear R users,
It is my pleasure to announce the availability of package stepR (1.0-2)
on CRAN.
The main purpose of the package is to fit piecewise constant functions
(a.k.a. step-functions or block signals) to serial data in a fully
data-driven manner under certain (Gaussian or non-Gaussian)
distributional assumptions.
It mainly implements the algorithms described in the references below -
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
2015 Apr 23
2
Probs with Routing (CentOS7 , KVM)
Hi there,
I've installed a new KVM-Server. The routing in all instances are only
working after "arp -s ip_of_router mac_of_router"
Server: CentOS7, KVM
Clients: CentOS6 and Fedora 21
What going wrong?
[root at bgstkvmlr01 ~]# ifconfig
bond0: flags=5187<UP,BROADCAST,RUNNING,MASTER,MULTICAST> mtu 1500
inet6 fe80::3ed9:2bff:fe0b:c706 prefixlen 64 scopeid
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