[Yuima-commits] r211 - pkg/yuima/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat Oct 13 03:44:35 CEST 2012
Author: kyuta
Date: 2012-10-13 03:44:32 +0200 (Sat, 13 Oct 2012)
New Revision: 211
Modified:
pkg/yuima/man/bns.test.Rd
Log:
Modified: pkg/yuima/man/bns.test.Rd
===================================================================
--- pkg/yuima/man/bns.test.Rd 2012-10-12 16:16:41 UTC (rev 210)
+++ pkg/yuima/man/bns.test.Rd 2012-10-13 01:44:32 UTC (rev 211)
@@ -94,11 +94,11 @@
yuima <- simulate(yuima)
plot(yuima) # The path seems to involve some jumps
-bns.test(yuima) # standard type
+\dontrun{bns.test(yuima)} # standard type
-bns.test(yuima,type="log") # log type
+\dontrun{bns.test(yuima,type="log")} # log type
-bns.test(yuima,type="ratio") # ratio type
+\dontrun{bns.test(yuima,type="ratio")} # ratio type
# multi-dimensional case
## Model: dXkt=t*dWk_t (k=1,2,3) (no jump case).
@@ -111,7 +111,7 @@
yuima <- simulate(yuima)
plot(yuima)
-bns.test(yuima)
+\dontrun{bns.test(yuima)}
}
% Add one or more standard keywords, see file 'KEYWORDS' in the
More information about the Yuima-commits
mailing list