R/rwishart.R

Defines functions rwishart

Documented in rwishart

#' Random wishart matrix
#'
#'
#' @useDynLib telefit, .registration = TRUE
#'
#' @param V symmetric positive definite p x p scale matrix
#' @param n degrees of freedom (greater than p-1)
#'
#' 

rwishart = function(V, n) {
  .Call(`_telefit_r_rwishart`, V, n)
}

Try the telefit package in your browser

Any scripts or data that you put into this service are public.

telefit documentation built on Feb. 4, 2020, 9:08 a.m.