[Yuima-commits] r85 - pkg/yuima/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Jun 28 11:15:16 CEST 2010
Author: iacus
Date: 2010-06-28 11:15:16 +0200 (Mon, 28 Jun 2010)
New Revision: 85
Modified:
pkg/yuima/man/adaBayes.Rd
Log:
small cahnge to adaBayes doc and interface
Modified: pkg/yuima/man/adaBayes.Rd
===================================================================
--- pkg/yuima/man/adaBayes.Rd 2010-06-28 08:45:43 UTC (rev 84)
+++ pkg/yuima/man/adaBayes.Rd 2010-06-28 09:15:16 UTC (rev 85)
@@ -30,13 +30,14 @@
This routine is not stable and accurate. Dr.Kamatani is now working for improvements.
}
\examples{
+\dontrun{
library(yuima)
library(mnormt)
set.seed(123)
ymodel <- setModel(drift="(-1)*theta2*x", diffusion="sqrt(theta1^2+1)",
time.variable="t", state.variable="x", solve.variable="x")
-n <- 100#10^2
+n <- 100
h <- 1/((n)^(2/3))
ysamp <- setSampling(Terminal=(n)^(1/3), n=n)
yuima <- setYuima(model=ymodel, sampling=ysamp)
@@ -61,5 +62,5 @@
mle1 <- qmle(yuima, start=param.init, lower=lower, upper=upper, method="L-BFGS-B")
mle1 at coef
-}
+}}
\keyword{ts}
More information about the Yuima-commits
mailing list