[Yuima-commits] r391 - in pkg/yuima: . R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jul 15 17:51:20 CEST 2015


Author: iacus
Date: 2015-07-15 17:51:19 +0200 (Wed, 15 Jul 2015)
New Revision: 391

Modified:
   pkg/yuima/DESCRIPTION
   pkg/yuima/NAMESPACE
   pkg/yuima/R/setCarma.R
Log:
fixed for r-devel

Modified: pkg/yuima/DESCRIPTION
===================================================================
--- pkg/yuima/DESCRIPTION	2015-06-29 13:51:03 UTC (rev 390)
+++ pkg/yuima/DESCRIPTION	2015-07-15 15:51:19 UTC (rev 391)
@@ -1,7 +1,7 @@
 Package: yuima
 Type: Package
 Title: The YUIMA Project Package for SDEs
-Version: 1.0.72
+Version: 1.0.73
 Depends: R(>= 2.10.0), 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	2015-06-29 13:51:03 UTC (rev 390)
+++ pkg/yuima/NAMESPACE	2015-07-15 15:51:19 UTC (rev 391)
@@ -12,54 +12,92 @@
 importFrom(utils, toLatex)
 
 
+# 03/07/2015
+importFrom(stats, time)
+importFrom(stats, ts)
+importFrom(stats, rnorm)
+importFrom(stats, na.omit)
+importFrom(stats, dgamma)
+importFrom(stats, optimHess)
+importFrom(stats, filter)
+importFrom(utils, tail)
+importFrom(utils, head)
+importFrom(stats, acf)
+importFrom(stats, fft)
+importFrom(stats, rexp)
+importFrom(stats, approx)
+importFrom(stats, arima0)
+importFrom(stats, frequency)
+importFrom(stats, D)
+importFrom(stats, integrate)
+importFrom(stats, rpois)
+importFrom(stats, runif)
+importFrom(stats, optim)
+importFrom(stats, optimize)
+importFrom(stats, deltat)
+importFrom(stats, pchisq)
+importFrom(stats, symnum)
+importFrom(stats, rchisq)
+importFrom(stats, rgamma)
+importFrom(stats, diffinv)
+importFrom(stats, pnorm)
+importFrom(stats, approxfun)
+importFrom(stats, qnorm)
+importFrom(stats, rbinom)
+importFrom(stats, constrOptim)
+importFrom(stats, dnorm)
+importFrom(stats, deriv)
+importFrom(graphics, points)
+importFrom(stats, end)
+importFrom(stats, start)
+importFrom(utils, str)
+importFrom(stats, sd)
 
 
-
-
 exportClasses("yuima",
-              "yuima.data",
-              "yuima.sampling",
-              "yuima.characteristic",
-              "yuima.model",
-              "model.parameter",
-	      "yuima.carma",
-	      "carma.info",
-	      "yuima.carma.qmle",
-              "yuima.poisson",
-              "yuima.qmle",
-              "yuima.CP.qmle",
-        "cogarch.info",
-        "yuima.cogarch"
-              )
+"yuima.data",
+"yuima.sampling",
+"yuima.characteristic",
+"yuima.model",
+"model.parameter",
+"yuima.carma",
+"carma.info",
+"yuima.carma.qmle",
+"yuima.poisson",
+"yuima.qmle",
+"yuima.CP.qmle",
+"cogarch.info",
+"yuima.cogarch"
+)
 
 exportMethods(
-              "dim",
-              "length",
-              ## "start",
-              "plot",
-              ## "time",
-              ## "end",
-              "simulate",
-              "cce",
-              "llag",
-              "poisson.random.sampling",
-              "get.zoo.data",
-              "initialize",
+"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"
-              )
+"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
@@ -124,8 +162,8 @@
 export(qmleL)
 
 
-export(CarmaNoise) # Estimates the Levy in carma model 
-export(gmm) # Estimation COGARCH(P,Q) using Method Of Moments 
+export(CarmaNoise) # Estimates the Levy in carma model
+export(gmm) # Estimation COGARCH(P,Q) using Method Of Moments
 export(cogarchNoise)
 export(Diagnostic.Cogarch)
 
@@ -147,3 +185,4 @@
 
 useDynLib(yuima)
 
+

Modified: pkg/yuima/R/setCarma.R
===================================================================
--- pkg/yuima/R/setCarma.R	2015-06-29 13:51:03 UTC (rev 390)
+++ pkg/yuima/R/setCarma.R	2015-07-15 15:51:19 UTC (rev 391)
@@ -25,7 +25,7 @@
 
 setMethod("initialize", "yuima.carma",
           function(.Object,
-                   info = new(carma.info),
+                   info = new("carma.info"),
                    drift = expression() ,
                    diffusion = list() ,
                    hurst = 0.5,



More information about the Yuima-commits mailing list