[Yuima-commits] r330 - pkg/yuima
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Sep 23 10:22:37 CEST 2014
Author: iacus
Date: 2014-09-23 10:22:37 +0200 (Tue, 23 Sep 2014)
New Revision: 330
Modified:
pkg/yuima/DESCRIPTION
pkg/yuima/NAMESPACE
pkg/yuima/NEWS
Log:
added poisson simulator
Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION 2014-09-23 08:21:16 UTC (rev 329)
+++ pkg/yuima/DESCRIPTION 2014-09-23 08:22:37 UTC (rev 330)
@@ -1,8 +1,8 @@
Package: yuima
Type: Package
Title: The YUIMA Project package for SDEs
-Version: 1.0.30
-Date: 2014-09-08
+Version: 1.0.32
+Date: 2014-09-23
Depends: methods, zoo, stats4, utils, expm, cubature, mvtnorm
Author: YUIMA Project Team
Maintainer: Stefano M. Iacus <stefano.iacus at unimi.it>
Modified: pkg/yuima/NAMESPACE
===================================================================
--- pkg/yuima/NAMESPACE 2014-09-23 08:21:16 UTC (rev 329)
+++ pkg/yuima/NAMESPACE 2014-09-23 08:22:37 UTC (rev 330)
@@ -24,7 +24,10 @@
"model.parameter",
"yuima.carma",
"carma.info",
- "yuima.carma.qmle"
+ "yuima.carma.qmle",
+ "yuima.poisson",
+ "yuima.qmle",
+ "yuima.CP.qmle"
)
exportMethods(
@@ -65,7 +68,9 @@
export(setSampling)
export(setCharacteristic)
export(setCarma)
-
+export(setPoisson)
+export(dconst)
+export(rconst)
export(dim)
export(length)
Modified: pkg/yuima/NEWS
===================================================================
--- pkg/yuima/NEWS 2014-09-23 08:21:16 UTC (rev 329)
+++ pkg/yuima/NEWS 2014-09-23 08:22:37 UTC (rev 330)
@@ -21,4 +21,5 @@
2014/05/04: modified show method, setYuima sets the sampling from the data if sampling is missing
2014/07/07: modified llag.R, llag.Rd, cce_functions.c; estimated cross-correlation functions are converted to values in [-1,1]
2014/07/31: fixed setSampling and print methods
-2014/09/08: fixed a bug in cce_functions.c
\ No newline at end of file
+2014/09/08: fixed a bug in cce_functions.c
+2014/09/23: added Compound Poisson simulator
More information about the Yuima-commits
mailing list