[Pomp-commits] r969 - pkg/pomp/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 9 18:30:46 CEST 2014
Author: kingaa
Date: 2014-06-09 18:30:46 +0200 (Mon, 09 Jun 2014)
New Revision: 969
Modified:
pkg/pomp/man/mif.Rd
Log:
- fix documentation error
Modified: pkg/pomp/man/mif.Rd
===================================================================
--- pkg/pomp/man/mif.Rd 2014-06-09 16:30:39 UTC (rev 968)
+++ pkg/pomp/man/mif.Rd 2014-06-09 16:30:46 UTC (rev 969)
@@ -93,7 +93,7 @@
specifications for the cooling schedule, i.e., the manner in which the intensity of the parameter perturbations is reduced with successive filtering iterations.
\code{cooling.type} specifies the nature of the cooling schedule.
When \code{cooling.type="geometric"}, on the n-th MIF iteration, the relative perturbation intensity is \code{cooling.fraction^(n/50)}.
- When \code{cooling.type="hyperbolic"}, on the n-th MIF iteration, the relative perturbation intensity is \code{(s+1)(s+n)}, where \code{(s+1)/(s+50)=cooling.fraction}.
+ When \code{cooling.type="hyperbolic"}, on the n-th MIF iteration, the relative perturbation intensity is \code{(s+1)/(s+n)}, where \code{(s+1)/(s+50)=cooling.fraction}.
\code{cooling.fraction} is the relative magnitude of the parameter perturbations after 50 MIF iterations.
\code{cooling.factor} is now deprecated:
to achieve the old behavior, use \code{cooling.type="geometric"} and \code{cooling.fraction=(cooling.factor)^50}.
More information about the pomp-commits
mailing list