[Yuima-commits] r726 - in pkg/yuima: . man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Mar 5 12:24:54 CET 2020
Author: iacus
Date: 2020-03-05 12:24:54 +0100 (Thu, 05 Mar 2020)
New Revision: 726
Modified:
pkg/yuima/DESCRIPTION
pkg/yuima/man/qmleLevy.Rd
Log:
fixed example execution length
Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION 2020-03-05 10:31:44 UTC (rev 725)
+++ pkg/yuima/DESCRIPTION 2020-03-05 11:24:54 UTC (rev 726)
@@ -1,7 +1,7 @@
Package: yuima
Type: Package
Title: The YUIMA Project Package for SDEs
-Version: 1.9.8
+Version: 1.9.9
Depends: R(>= 2.10.0), methods, zoo, stats4, utils, expm, cubature,
mvtnorm
Imports: Rcpp (>= 0.12.1), boot (>= 1.3-2), glassoFast
Modified: pkg/yuima/man/qmleLevy.Rd
===================================================================
--- pkg/yuima/man/qmleLevy.Rd 2020-03-05 10:31:44 UTC (rev 725)
+++ pkg/yuima/man/qmleLevy.Rd 2020-03-05 11:24:54 UTC (rev 726)
@@ -69,7 +69,8 @@
%\seealso{
%}
-\examples{
+\examples{
+\dontrun{
## One-dimensional case
dri<-"-theta0*x" ## set drift
jum<-"theta1/(1+x^2)^(-1/2)" ## set jump
@@ -130,6 +131,7 @@
theta2 = runif(1,1,5),lambda=lambda, alpha=alpha,
beta=beta,mu=mu, Lambda=Lambda) ## set initial values
qmleLevy(yuima,start=start,lower=lower,upper=upper,joint = FALSE,third=TRUE)
+}
}
\keyword{qmle}% use one of RShowDoc("KEYWORDS")
More information about the Yuima-commits
mailing list