Skip to content

Commit

Permalink
add reference to mbicv paper (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagler authored and tvatter committed Apr 4, 2019
1 parent 71a2545 commit e02e00b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 4 deletions.
11 changes: 9 additions & 2 deletions R/vinecop_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,8 @@ logLik.vinecop <- function(object, ...) {
#'
#' The modified vine copula Bayesian information criterion (mBICv) is defined as
#'
#' \deqn{\mathrm{BIC} = -2\, \mathrm{loglik} + \nu \log(n) - 2 *
#' \sum_{t=1}^{d - 1} \{q_t \log(\psi_0^t) - (d - t - q_t) \log(1 - \psi_0^t)\}
#' \deqn{BIC = -2 loglik + \nu log(n) - 2
#' \sum_{t=1}^{d - 1} (q_t log(\psi_0^t) - (d - t - q_t) log(1 - \psi_0^t))
#' }
#'
#' where \eqn{\mathrm{loglik}} is the log-likelihood and \eqn{\nu} is the
Expand All @@ -207,6 +207,13 @@ logLik.vinecop <- function(object, ...) {
#' @param object a fitted `vinecop` object.
#' @param psi0 baseline prior probability of a non-independence copula.
#' @param newdata optional; a new data set.
#'
#' @references Nagler, T., Bumann, C., Czado, C. (2019).
#' Model selection for sparse high-dimensional vine copulas with application
#' to portfolio risk.
#' *Journal of Multivariate Analysis, in press*
#' (\url{https://arxiv.org/pdf/1801.09739.pdf})
#'
#' @export mBICV
#' @examples
#' u <- sapply(1:5, function(i) runif(50))
Expand Down
11 changes: 9 additions & 2 deletions man/mBICV.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e02e00b

Please sign in to comment.