[Yuima-commits] r472 - pkg/yuima/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Oct 4 06:33:08 CEST 2016
Author: yumauehara
Date: 2016-10-04 06:33:07 +0200 (Tue, 04 Oct 2016)
New Revision: 472
Modified:
pkg/yuima/R/setMultiModel.R
Log:
added the description concerning pts and nts
Modified: pkg/yuima/R/setMultiModel.R
===================================================================
--- pkg/yuima/R/setMultiModel.R 2016-10-04 04:31:49 UTC (rev 471)
+++ pkg/yuima/R/setMultiModel.R 2016-10-04 04:33:07 UTC (rev 472)
@@ -67,7 +67,7 @@
##::make type function list ####
CPlist <- c("dnorm", "dgamma", "dexp", "dconst")
- codelist <- c("rIG", "rNIG", "rgamma", "rbgamma", "rvgamma", "rstable")
+ codelist <- c("rIG", "rNIG", "rgamma", "rbgamma", "rvgamma", "rstable","rpts","rnts") ## added "rpts" and "rnts" by YU (2016/10/4)
##::end make type function list ####
jump.dimens <- dim(jump.coeff)[2]
numbMeasure <- length(measure.type)
More information about the Yuima-commits
mailing list