[gnumeric] Tukey: doc fixes.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Tukey: doc fixes.
- Date: Mon, 7 Oct 2013 18:19:49 +0000 (UTC)
commit df361d3face2f566b96b00606636ad386b68c475
Author: Morten Welinder <terra gnome org>
Date: Sat Oct 5 16:59:22 2013 -0400
Tukey: doc fixes.
src/mathfunc.c | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/src/mathfunc.c b/src/mathfunc.c
index 42e7cbe..ffdf6b6 100644
--- a/src/mathfunc.c
+++ b/src/mathfunc.c
@@ -6190,7 +6190,10 @@ gnm_float qgeom(gnm_float p, gnm_float prob, gboolean lower_tail, gboolean log_p
}
/* ------------------------------------------------------------------------ */
-/* Imported src/nmath/ptukey.c from R -- by hand for now. */
+/*
+ * Based on code imported from R by hand. Heavily modified to enhance
+ * accuracy. See bug 700132.
+ */
/*
* Mathlib : A C Library of Special Functions
* Copyright (C) 1998 Ross Ihaka
@@ -6499,7 +6502,7 @@ R_ptukey(gnm_float q, gnm_float rr, gnm_float cc, gnm_float df,
if (q <= 0)
return R_DT_0;
- /* FIXME: Special case for cc==2&&cc=1: we have explicit formula */
+ /* FIXME: Special case for cc==2&&rr=1: we have explicit formula */
/* df must be > 1 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]