[Dplr-commits] r698 - in branches/redfit: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 3 09:04:35 CEST 2013


Author: mvkorpel
Date: 2013-10-03 09:04:35 +0200 (Thu, 03 Oct 2013)
New Revision: 698

Modified:
   branches/redfit/DESCRIPTION
   branches/redfit/R/redfit.R
Log:
Added precomputed run test criteria for 14001 <= n <= 16000


Modified: branches/redfit/DESCRIPTION
===================================================================
--- branches/redfit/DESCRIPTION	2013-10-01 12:59:27 UTC (rev 697)
+++ branches/redfit/DESCRIPTION	2013-10-03 07:04:35 UTC (rev 698)
@@ -3,7 +3,7 @@
 Type: Package
 Title: Dendrochronology Program Library in R
 Version: 1.5.7
-Date: 2013-10-01
+Date: 2013-10-03
 Authors at R: c(person(c("Andrew", "G."), "Bunn", role = c("aut", "cph",
         "cre", "trl"), email = "andrew.bunn at wwu.edu"), person("Mikko",
         "Korpela", role = c("aut", "trl")), person("Franco", "Biondi",

Modified: branches/redfit/R/redfit.R
===================================================================
--- branches/redfit/R/redfit.R	2013-10-01 12:59:27 UTC (rev 697)
+++ branches/redfit/R/redfit.R	2013-10-03 07:04:35 UTC (rev 698)
@@ -1027,7 +1027,7 @@
 ##
 runPrecomp <-
     structure(list(list(method = 1,
-                        nMax = 14000,
+                        nMax = 16000,
                         pMin = 0.00999999574400225,
                         pMax = 0.0100000215448173,
                         diffIdx =
@@ -1047,13 +1047,14 @@
                           8325, 8396, 8467, 8611, 8755, 8828, 8901, 9122,
                           9197, 9497, 9649, 10034, 10190, 10269, 10506,
                           10666, 11152, 11650, 11818, 12158, 12330, 12852,
-                          13386, 13566, 13657, 13748, 13839, 13930)
+                          13386, 13566, 13657, 13748, 13839, 13930, 14114,
+                          14579, 14767, 14862, 15052, 15147, 15339, 15921)
 
                         ),
                    list(method = 1,
-                        nMax = 14000,
+                        nMax = 16000,
                         pMin = 0.0199999755461175,
-                        pMax = 0.0200001667871533,
+                        pMax = 0.0200000250214551,
                         diffIdx =
 
                         c(8, 20, 28, 43, 55, 83, 99, 108, 117, 126, 146,
@@ -1068,13 +1069,14 @@
                           7100, 7319, 7767, 7919, 8073, 8150, 8306, 8543,
                           9108, 9523, 9691, 9776, 9861, 10033, 10468, 11002,
                           11093, 11366, 11550, 11829, 12589, 12880, 13472,
-                          13672, 13773, 13874, 13975)
+                          13672, 13773, 13874, 13975, 14179, 14282, 14385,
+                          14488, 14696, 15221, 15756)
 
                         ),
                    list(method = 1,
-                        nMax = 14000,
+                        nMax = 16000,
                         pMin = 0.0499999631908032,
-                        pMax = 0.0500000818150845,
+                        pMax = 0.05000007522193,
                         diffIdx =
 
                         c(18, 45, 68, 95, 139, 191, 268, 302, 397, 439, 552,
@@ -1082,19 +1084,20 @@
                           2157, 2763, 2926, 3325, 3504, 3626, 3750, 3876,
                           4004, 4134, 4333, 4816, 4887, 5031, 5550, 6095,
                           6500, 6749, 7613, 8624, 8719, 9202, 10414, 10941,
-                          11048, 11591, 13415, 13772)
+                          11048, 11591, 13415, 13772, 14500, 14623, 14871,
+                          15627, 15883)
 
                         ),
                    list(method = 1,
-                        nMax = 14000,
+                        nMax = 16000,
                         pMin = 0.0999999517957865,
-                        pMax = 0.100000207070494,
+                        pMax = 0.100000050804151,
                         diffIdx =
 
                         c(31, 38, 180, 214, 507, 1422, 1761, 2136, 2250,
                           3337, 4154, 4555, 5593, 6638, 7040, 7454, 8207,
                           8881, 8996, 9228, 10809, 11712, 12379, 12651,
-                          13344, 13485)
+                          13344, 13485, 14200, 15686, 15992)
 
                         )),
               methodDescriptions =



More information about the Dplr-commits mailing list