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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Oct 12 18:16:42 CEST 2012


Author: kyuta
Date: 2012-10-12 18:16:41 +0200 (Fri, 12 Oct 2012)
New Revision: 210

Modified:
   pkg/yuima/man/bns.test.Rd
   pkg/yuima/man/mpv.Rd
Log:


Modified: pkg/yuima/man/bns.test.Rd
===================================================================
--- pkg/yuima/man/bns.test.Rd	2012-10-12 12:48:59 UTC (rev 209)
+++ pkg/yuima/man/bns.test.Rd	2012-10-12 16:16:41 UTC (rev 210)
@@ -21,11 +21,11 @@
 }
   \item{r}{
 %%     ~~Describe \code{r} here~~
-a vector of non-negative numbers or a list of vectors of non-negative numbers.
+a vector of non-negative numbers or a list of vectors of non-negative numbers. Theoritically, it is necessary that \code{sum(r)=4} and \code{max(r)<2}.
 }
   \item{type}{
 %%     ~~Describe \code{type} here~~
-type of test statistics to use. \code{standard} is default.
+type of the test statistic to use. \code{standard} is default.
 }
   \item{adj}{
 %%     ~~Describe \code{adj} here~~
@@ -46,6 +46,7 @@
 \item{statistic}{the value of the test statistic of the corresponding component of the \code{zoo.data} of \code{yuima}.}
 \item{p.value}{an approximate p-value for the test of the corresponding component.}
 \item{method}{the character string \dQuote{\code{Barndorff-Nielsen and Shephard jump test}}.}
+\item{data.name}{the character string \dQuote{\code{xi}}, where \code{i} is the number of the component.}
 }
 \references{
 %% ~put references to the literature/web site here ~
@@ -93,11 +94,11 @@
 yuima <- simulate(yuima)
 plot(yuima) # The path seems to involve some jumps
 
-\dontrun{bns.test(yuima)} # standard type
+bns.test(yuima) # standard type
 
-\dontrun{bns.test(yuima,type="log")} # log type
+bns.test(yuima,type="log") # log type
 
-\dontrun{bns.test(yuima,type="ratio")} # ratio type
+bns.test(yuima,type="ratio") # ratio type
 
 # multi-dimensional case
 ## Model: dXkt=t*dWk_t (k=1,2,3) (no jump case).
@@ -110,7 +111,7 @@
 yuima <- simulate(yuima)
 plot(yuima)
 
-\dontrun{bns.test(yuima)}
+bns.test(yuima)
 
 }
 % Add one or more standard keywords, see file 'KEYWORDS' in the

Modified: pkg/yuima/man/mpv.Rd
===================================================================
--- pkg/yuima/man/mpv.Rd	2012-10-12 12:48:59 UTC (rev 209)
+++ pkg/yuima/man/mpv.Rd	2012-10-12 16:16:41 UTC (rev 210)
@@ -87,9 +87,9 @@
 yuima <- simulate(yuima)
 plot(yuima)
 
-\dontrun{mpv(yuima)} # true value is 1/3
-\dontrun{mpv(yuima,1)} # true value is 1/2
-\dontrun{mpv(yuima,rep(2/3,3))} # true value is 1/3
+mpv(yuima) # true value is 1/3
+mpv(yuima,1) # true value is 1/2
+mpv(yuima,rep(2/3,3)) # true value is 1/3
 
 # multi-dimensional case
 ## Model: dXkt=t*dWk_t (k=1,2,3).
@@ -102,7 +102,7 @@
 yuima <- simulate(yuima)
 plot(yuima)
 
-\dontrun{mpv(yuima,list(c(1,1),1,rep(2/3,3)))} # true varue is c(1/3,1/2,1/3)
+mpv(yuima,list(c(1,1),1,rep(2/3,3))) # true varue is c(1/3,1/2,1/3)
 
 }
 



More information about the Yuima-commits mailing list