[Yuima-commits] r822 - pkg/yuima/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Nov 29 10:10:02 CET 2022
Author: eguchi
Date: 2022-11-29 10:10:02 +0100 (Tue, 29 Nov 2022)
New Revision: 822
Modified:
pkg/yuima/man/IC.Rd
Log:
fixed
Modified: pkg/yuima/man/IC.Rd
===================================================================
--- pkg/yuima/man/IC.Rd 2022-11-29 09:08:57 UTC (rev 821)
+++ pkg/yuima/man/IC.Rd 2022-11-29 09:10:02 UTC (rev 822)
@@ -11,7 +11,7 @@
}
\usage{
-IC(drif = NULL, diff = NULL, data = NULL, Terminal = 1,
+IC(drif = NULL, diff = NULL, jump.coeff = NULL, data = NULL, Terminal = 1,
add.settings = list(), start, lower, upper, ergodic = TRUE,
stepwise = FALSE, weight = FALSE, rcpp = FALSE, ...)
}
@@ -23,6 +23,9 @@
\item{diff}{
a character vector that each element presents the candidate diffusion coefficient.
}
+ \item{jump.coeff}{
+ a character vector that each element presents the candidate scale coefficient.
+ }
\item{data}{
the data to be used.
}
@@ -70,8 +73,8 @@
\item{QBIC}{
values of QBIC for all candidates.
}
- \item{CIC}{
- values of CIC for all candidates.
+ \item{AIC}{
+ values of AIC-type information criterion for all candidates.
}
\item{model}{
information of all candidate models.
@@ -112,7 +115,7 @@
\author{
The YUIMA Project Team
-Contacts: Shoichi Eguchi \email{eguchi at sigmath.es.osaka-u.ac.jp}
+Contacts: Shoichi Eguchi \email{shoichi.eguchi at oit.ac.jp}
}
\note{
More information about the Yuima-commits
mailing list