[Yuima-commits] r296 - pkg/yuima/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Thu Apr 17 15:23:18 CEST 2014
Author: lorenzo
Date: 2014-04-17 15:23:18 +0200 (Thu, 17 Apr 2014)
New Revision: 296
Modified:
pkg/yuima/R/qmle.R
Log:
Removed warnings of the qmle.R function
Modified: pkg/yuima/R/qmle.R
===================================================================
--- pkg/yuima/R/qmle.R 2014-03-27 14:57:48 UTC (rev 295)
+++ pkg/yuima/R/qmle.R 2014-04-17 13:23:18 UTC (rev 296)
@@ -1608,9 +1608,9 @@
# p <- length(a)
- bvector <- rep(0, p)
+# bvector <- rep(0, p)
# q <- length(b)
- bvector <- c(b, rep(0, p - q))
+ bvector <- c(b, rep(0, p - q-1))
sigma<-sigma
More information about the Yuima-commits
mailing list