Skip to content
Snippets Groups Projects
Commit 6985e5bd authored by Walmes Marques Zeviani's avatar Walmes Marques Zeviani
Browse files

Add tags and tidy text

  - Add @title, @name and @author.
  - Tidy text.
parent 4671672c
Branches
No related tags found
No related merge requests found
#' Build a block-diagonal matrix of zeros.
#' @title Build a block-diagonal matrix of zeros.
#' @name mc_build_bdiag
#' @author Wagner Hugo Bonat
#'
#' @description Build a block-diagonal matrix of zeros. Such functions is used when computing
#' the derivatives of the Cholesky decomposition of C.
#' @description Build a block-diagonal matrix of zeros. Such functions
#' is used when computing the derivatives of the Cholesky
#' decomposition of C.
#'
#' @param n_resp A numeric specifyng the number of response variables.
#' @param n_obs A numeric specifying the number of observations in the data set.
#' @param n_obs A numeric specifying the number of observations in the
#' data set.
#' @return A list of zero matrices.
#' @details It is an internal function.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment