[Yuima-commits] r131 - pkg/yuima/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 28 11:05:02 CEST 2010


Author: hinohide
Date: 2010-10-28 11:05:02 +0200 (Thu, 28 Oct 2010)
New Revision: 131

Modified:
   pkg/yuima/man/simulate.Rd
Log:
resolved mismatches between document and R code

Modified: pkg/yuima/man/simulate.Rd
===================================================================
--- pkg/yuima/man/simulate.Rd	2010-10-28 08:58:04 UTC (rev 130)
+++ pkg/yuima/man/simulate.Rd	2010-10-28 09:05:02 UTC (rev 131)
@@ -3,9 +3,9 @@
 \title{Simulator function for multi-dimensional stochastic processes}
 \description{Simulate multi-dimensional stochastic processes.}
 \usage{
-simulate(object, nsim, seed, xinit, true.parameter, space.discretized = FALSE, 
- increment.W = NULL, increment.L = NULL, methodfGn = "Cholesky",
- 	sampling, subsampling, ...)
+simulate(object, nsim=1, seed=NULL, xinit, true.parameter, space.discretized = FALSE, 
+ increment.W = NULL, increment.L = NULL, methodfGn = "WoodChan",
+ 	sampling=sampling, subsampling=subsampling, ...)
 }
 \arguments{
   \item{object}{an \code{\link{yuima-class}} or 



More information about the Yuima-commits mailing list