[Yuima-commits] r213 - in pkg/yuima: . man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sun Oct 14 11:37:38 CEST 2012


Author: kyuta
Date: 2012-10-14 11:37:37 +0200 (Sun, 14 Oct 2012)
New Revision: 213

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


Modified: pkg/yuima/NAMESPACE
===================================================================
--- pkg/yuima/NAMESPACE	2012-10-13 03:25:59 UTC (rev 212)
+++ pkg/yuima/NAMESPACE	2012-10-14 09:37:37 UTC (rev 213)
@@ -1,110 +1,112 @@
-import("methods")
-
-##importFrom("stats", "end", "time", "start")
-importFrom("graphics", "plot")
-importFrom("zoo")
-importFrom(stats, confint)
-
-
-importFrom(utils, toLatex)
-
-
-
-
-
-
-exportClasses("yuima",
-              "yuima.data",
-              "yuima.sampling",
-              "yuima.characteristic",
-              "yuima.model",
-              "model.parameter"
-              )
-
-exportMethods(
-              "dim",
-              "length",
-              ## "start",
-              "plot",
-              ## "time",
-              ## "end",
-              "simulate",
-              "cce",
-              "llag",
-              "poisson.random.sampling",
-              "get.zoo.data",
-              "initialize",
-##              "ql",
-##              "rql",
-##              "ml.ql",
-              "adaBayes",
-              "limiting.gamma",
-			  "getF",
-			  "getf",
-			  "getxinit",
-			  "gete",
-			  "simFunctional",
-			  "F0",
-			  "Fnorm",
-			  "asymptotic_term",
-              "cbind.yuima"
-              )
-
-## function which we want to expose to the user
-## all other functions are used internally by the
-## package
-export(setYuima)
-export(setModel) ## builds sde model
-export(setData)
-export(setSampling)
-export(setCharacteristic)
-
-export(dim)
-export(length)
-#export(start)
-export(plot)
-#export(time)
-#export(end)
-
-export(simulate) # simulates couple of processes
-export(subsampling)
-export(cce)
-export(llag)
-export(poisson.random.sampling)
-
-export(get.zoo.data)
-
-##export(ql,rql,ml.ql)
-##export(rql)
-export(adaBayes)
-export(rIG, rNIG, rbgamma, rngamma, rstable) ##:: random number generator for Inverse Gaussian
-export(limiting.gamma)
-
-export(setFunctional)
-export(getF)
-export(getf)
-export(getxinit)
-export(gete)
-
-export(simFunctional)
-export(F0)
-export(Fnorm)
-export(asymptotic_term)
-
-##export(LSE)
-export(lse)
-
-export(qmle)
-export(quasilogl)
-export(phi.test)
-export(lasso)
-export(CPoint)
-export(qmleR)
-export(qmleL)
-
-export(cbind.yuima)
-
-S3method(print, phitest)
-S3method(toLatex, yuima)
-S3method(toLatex, yuima.model)
-
+import("methods")
+
+##importFrom("stats", "end", "time", "start")
+importFrom("graphics", "plot")
+importFrom("zoo")
+importFrom(stats, confint)
+
+
+importFrom(utils, toLatex)
+
+
+
+
+
+
+exportClasses("yuima",
+              "yuima.data",
+              "yuima.sampling",
+              "yuima.characteristic",
+              "yuima.model",
+              "model.parameter"
+              )
+
+exportMethods(
+              "dim",
+              "length",
+              ## "start",
+              "plot",
+              ## "time",
+              ## "end",
+              "simulate",
+              "cce",
+              "llag",
+              "poisson.random.sampling",
+              "get.zoo.data",
+              "initialize",
+##              "ql",
+##              "rql",
+##              "ml.ql",
+              "adaBayes",
+              "limiting.gamma",
+			  "getF",
+			  "getf",
+			  "getxinit",
+			  "gete",
+			  "simFunctional",
+			  "F0",
+			  "Fnorm",
+			  "asymptotic_term",
+              "cbind.yuima"
+              )
+
+## function which we want to expose to the user
+## all other functions are used internally by the
+## package
+export(setYuima)
+export(setModel) ## builds sde model
+export(setData)
+export(setSampling)
+export(setCharacteristic)
+
+export(dim)
+export(length)
+#export(start)
+export(plot)
+#export(time)
+#export(end)
+
+export(simulate) # simulates couple of processes
+export(subsampling)
+export(cce)
+export(llag)
+export(poisson.random.sampling)
+export(mpv)
+export(bns.test)
+
+export(get.zoo.data)
+
+##export(ql,rql,ml.ql)
+##export(rql)
+export(adaBayes)
+export(rIG, rNIG, rbgamma, rngamma, rstable) ##:: random number generator for Inverse Gaussian
+export(limiting.gamma)
+
+export(setFunctional)
+export(getF)
+export(getf)
+export(getxinit)
+export(gete)
+
+export(simFunctional)
+export(F0)
+export(Fnorm)
+export(asymptotic_term)
+
+##export(LSE)
+export(lse)
+
+export(qmle)
+export(quasilogl)
+export(phi.test)
+export(lasso)
+export(CPoint)
+export(qmleR)
+export(qmleL)
+
+export(cbind.yuima)
+
+S3method(print, phitest)
+S3method(toLatex, yuima)
+S3method(toLatex, yuima.model)
+

Modified: pkg/yuima/man/bns.test.Rd
===================================================================
--- pkg/yuima/man/bns.test.Rd	2012-10-13 03:25:59 UTC (rev 212)
+++ pkg/yuima/man/bns.test.Rd	2012-10-14 09:37:37 UTC (rev 213)
@@ -94,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).
@@ -111,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-13 03:25:59 UTC (rev 212)
+++ pkg/yuima/man/mpv.Rd	2012-10-14 09:37:37 UTC (rev 213)
@@ -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