drif: a character vector that each element presents the candidate drift coefficient.
diff: a character vector that each element presents the candidate diffusion coefficient.
jump.coeff: a character vector that each element presents the candidate scale coefficient.
data: the data to be used.
Terminal: terminal time of the grid.
add.settings: details of model settings(see setModel).
start: a named list of the initial values of the parameters for optimization.
lower: a named list for specifying lower bounds of the parameters.
upper: a named list for specifying upper bounds of the parameters.
ergodic: whether the candidate models are ergodic SDEs or not(default ergodic=TRUE).
stepwise: specifies joint procedure or stepwise procedure(default stepwise=FALSE).
weight: calculate model weight? (default weight=FALSE)
rcpp: use C++ code? (default rcpp=FALSE)
...: passed to qmle
Details
Calculate the information criteria BIC, QBIC, and CIC for stochastic processes. The calculation and model selection are performed by joint procedure or stepwise procedure.
Returns
BIC: values of BIC for all candidates.
QBIC: values of QBIC for all candidates.
AIC: values of AIC-type information criterion for all candidates.
model: information of all candidate models.
par: quasi-maximum likelihood estimator for each candidate.
weight: model weights for all candidates.
selected: selected model number and selected drift and diffusion coefficients
References
AIC, BIC
Akaike, H. (1973). Information theory and an extension of the maximum likelihood principle. In Second International Symposium on Information Theory (Tsahkadsor, 1971), 267-281. tools:::Rd_expr_doi("10.1007/978-1-4612-1694-0_15")
Schwarz, G. (1978). Estimating the dimension of a model. The Annals of Statistics, 6(2), 461-464. tools:::Rd_expr_doi("10.1214/aos/1176344136")
BIC, Quasi-BIC
Eguchi, S. and Masuda, H. (2018). Schwarz type model comparison for LAQ models. Bernoulli, 24(3), 2278-2327. tools:::Rd_expr_doi("10.3150/17-BEJ928") .
CIC
Uchida, M. (2010). Contrast-based information criterion for ergodic diffusion processes from discrete observations. Annals of the Institute of Statistical Mathematics, 62(1), 161-187. tools:::Rd_expr_doi("10.1007/s10463-009-0245-1")
Model weight
Burnham, K. P. and Anderson, D. R. (2002). Model Selection and Multimodel Inference. Springer-Verlag, New York.