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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Jul 21 23:45:52 CEST 2016


Author: iacus
Date: 2016-07-21 23:45:52 +0200 (Thu, 21 Jul 2016)
New Revision: 458

Modified:
   pkg/yuima/DESCRIPTION
   pkg/yuima/man/qmle.Rd
Log:
fixing doc problem

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2016-07-09 20:57:55 UTC (rev 457)
+++ pkg/yuima/DESCRIPTION	2016-07-21 21:45:52 UTC (rev 458)
@@ -1,7 +1,7 @@
 Package: yuima
 Type: Package
 Title: The YUIMA Project Package for SDEs
-Version: 1.1.3
+Version: 1.1.4
 Depends: R(>= 2.10.0), methods, zoo, stats4, utils, expm, cubature, mvtnorm
 Imports: Rcpp (>= 0.12.1)
 Author: YUIMA Project Team

Modified: pkg/yuima/man/qmle.Rd
===================================================================
--- pkg/yuima/man/qmle.Rd	2016-07-09 20:57:55 UTC (rev 457)
+++ pkg/yuima/man/qmle.Rd	2016-07-21 21:45:52 UTC (rev 458)
@@ -22,9 +22,11 @@
 %ml.ql(yuima,theta2,theta1,h,theta2.lim=matrix(c(0,1),1,2),theta1.lim=matrix(c(0,1),1,2),print=FALSE,method,param,interval)
 %ql(yuima,theta2,theta1,h,print=FALSE,param)
 %rql(yuima,theta2,theta1,ptheta2,ptheta1,h,print=FALSE,param,prevparam)
-qmle(yuima, start, method="BFGS", fixed = list(), print=FALSE, lower, upper,
- joint=FALSE, Est.Incr="NoIncr",aggregation=TRUE, threshold=NULL, ...)
-quasilogl(yuima, param, print=FALSE)
+qmle(yuima, start, method = "BFGS", fixed = list(), print =
+FALSE, lower, upper, joint = FALSE, Est.Incr =
+"NoIncr", aggregation = TRUE, threshold = NULL, rcpp =
+FALSE, ...)
+quasilogl(yuima, param, print = FALSE, rcpp = FALSE)
 lse(yuima, start, lower, upper, method = "BFGS", ...)
 }
 \arguments{
@@ -49,6 +51,7 @@
   \item{threshold}{If the model has Compund Poisson type jumps, the threshold is
   used to perform thresholding of the increments.}
   \item{...}{passed to \code{\link{optim}} method. See Examples.}
+  \item{rcpp}{use C++ code?}
 }
 \details{
 %   A function ql calculate the quasi-likelihood of a time series data X with any



More information about the Yuima-commits mailing list