| Rev |
Age |
Author |
Path |
Log message |
Diff |
| 55359 |
5590 d 4 h |
pd |
/branches/R-glmscore/ |
R-glmscore experimental branch |
|
| 54765 |
5615 d 4 h |
ripley |
/trunk/ |
migrate pythag to be used as a substitute for the C99 function hypot in the unlikely event that it is missing |
|
| 50559 |
6088 d 5 h |
ripley |
/trunk/ |
reword one message, put up all for translation |
|
| 46808 |
6476 d 19 h |
maechler |
/trunk/ |
pf(x, ncp) more accurate for large x, using new pnbeta2() with (x,1-x) arg |
|
| 43710 |
6797 d 4 h |
ripley |
/trunk/src/nmath/ |
clean up |
|
| 42724 |
6903 d 22 h |
ripley |
/trunk/ |
gettext has defined _GNU_SOURCE in config.h on systems which need it,
so we now only need declaration where config.h is not included. |
|
| 42682 |
6906 d 22 h |
ripley |
/trunk/src/nmath/ |
need to set glibc flags even for nmath standlaone builds
make LDOUBLE available for future use (e.g. in rmultinom) |
|
| 42549 |
6918 d 7 h |
ripley |
/trunk/src/nmath/ |
replacing underflow by incorrect denormalized value is not helpful
(and not what was done for overflow). |
|
| 42427 |
6931 d 3 h |
ripley |
/trunk/src/ |
tweaks for glibc systems under -ansi and -std=c99 |
|
| 42422 |
6931 d 7 h |
ripley |
/trunk/src/ |
eliminate MATHLIB_PRIVATE
use float.c constants rather than d1mach
port.c does not actually use i1mach |
|
| 42419 |
6932 d 5 h |
ripley |
/trunk/src/ |
more tidyig up of Rmath.h |
|
| 42417 |
6932 d 5 h |
ripley |
/trunk/src/ |
tidy up headers for private nmath |
|
| 42405 |
6933 d 7 h |
ripley |
/trunk/src/nmath/ |
add header |
|
| 42396 |
6933 d 22 h |
ripley |
/trunk/src/ |
start tidying up headers.
port.c no longer used d1mach |
|
| 42303 |
6942 d 6 h |
ripley |
/trunk/src/nmath/ |
fix up mess of r42302 |
|
| 42302 |
6942 d 7 h |
ripley |
/trunk/src/nmath/ |
update reference to GPL |
|
| 37528 |
7440 d 22 h |
ripley |
/trunk/src/ |
start moving bratio to have log_p argument.
remove private functions (_raw etc) from public header files |
|
| 37461 |
7452 d 2 h |
ripley |
/trunk/src/nmath/ |
report where ML_ERROR is occurring |
|
| 37287 |
7474 d 16 h |
ripley |
/trunk/ |
improvements to [pq]nchisq
- use direct formula which allows for lower_tail = FALSE if ncp < 80
(this is often a lot more accurate).
- use starting point and lower_tail in qnchisq
- can be slower, so make interruptible |
|
| 37281 |
7475 d 4 h |
ripley |
/trunk/ |
Get ML_ERROR to do something useful, and ensure MATHLIB messages end in \n.
Warn on cancellation errors in non-central CDFs for t, f, beta, chisq |
|