[Pomp-commits] r441 - pkg/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Apr 15 20:32:11 CEST 2011


Author: kingaa
Date: 2011-04-15 20:32:10 +0200 (Fri, 15 Apr 2011)
New Revision: 441

Modified:
   pkg/man/probe.Rd
Log:
- synchronize with changes in probe.R


Modified: pkg/man/probe.Rd
===================================================================
--- pkg/man/probe.Rd	2011-04-13 10:52:02 UTC (rev 440)
+++ pkg/man/probe.Rd	2011-04-15 18:32:10 UTC (rev 441)
@@ -26,19 +26,19 @@
   \S4method{probe.match}{pomp}(object, start, est = character(0),
               probes, weights,
               nsim, seed = NULL,
-              method = c("subplex","Nelder-Mead","SANN"),
+              method = c("subplex","Nelder-Mead","SANN","BFGS","sannbox"),
               verbose = getOption("verbose"), 
               eval.only = FALSE, fail.value = NA, \dots)
   \S4method{probe.match}{probed.pomp}(object, start, est = character(0),
               probes, weights,
               nsim, seed = NULL,
-              method = c("subplex","Nelder-Mead","SANN"),
+              method = c("subplex","Nelder-Mead","SANN","BFGS","sannbox"),
               verbose = getOption("verbose"), 
               eval.only = FALSE, fail.value = NA, \dots)
   \S4method{probe.match}{probe.matched.pomp}(object, start, est,
               probes, weights,
               nsim, seed = NULL,
-              method = c("subplex","Nelder-Mead","SANN"),
+              method = c("subplex","Nelder-Mead","SANN","BFGS","sannbox"),
               verbose = getOption("verbose"), 
               eval.only = FALSE, fail.value, \dots)
 }



More information about the pomp-commits mailing list