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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 24 19:16:05 CET 2009


Author: iacus
Date: 2009-11-24 19:16:05 +0100 (Tue, 24 Nov 2009)
New Revision: 28

Modified:
   pkg/yuima/man/adaBayes.Rd
   pkg/yuima/man/rng.Rd
   pkg/yuima/man/simulate.Rd
Log:
fixed example

Modified: pkg/yuima/man/adaBayes.Rd
===================================================================
--- pkg/yuima/man/adaBayes.Rd	2009-11-24 17:55:08 UTC (rev 27)
+++ pkg/yuima/man/adaBayes.Rd	2009-11-24 18:16:05 UTC (rev 28)
@@ -35,7 +35,7 @@
   yuima.mod <- setYuima(model=mod, sampling=mod.sampling)
   yuima.mod <- simulate(yuima.mod,
                xinit=1,
-               true.parameter=c(0.6,0.3)
+               true.parameter=list(theta1=0.6,theta2=0.3)
                )
   
   ## TBC: sample the path later

Modified: pkg/yuima/man/rng.Rd
===================================================================
--- pkg/yuima/man/rng.Rd	2009-11-24 17:55:08 UTC (rev 27)
+++ pkg/yuima/man/rng.Rd	2009-11-24 18:16:05 UTC (rev 28)
@@ -41,9 +41,7 @@
 \note{
   Random number generators may be rewritten with C language to speed up.
 }
-\examples{
 
-}
 
 % Add one or more standard keywords, see file 'KEYWORDS' in the
 % R documentation directory.

Modified: pkg/yuima/man/simulate.Rd
===================================================================
--- pkg/yuima/man/simulate.Rd	2009-11-24 17:55:08 UTC (rev 27)
+++ pkg/yuima/man/simulate.Rd	2009-11-24 18:16:05 UTC (rev 28)
@@ -205,7 +205,7 @@
 
 obj.sampling <- setSampling(Terminal=T, division=division)
 obj.yuima <- setYuima(model=obj.model, sampling=obj.sampling)
-X <- simulate(obj.yuima, xinit=xinit, true.parameter=c(theta, sigma))
+X <- simulate(obj.yuima, xinit=xinit, true.parameter=list(theta=theta, sigma=sigma))
 plot(X)
 
 



More information about the Yuima-commits mailing list