R/blm.likelihood.R

Defines functions blm.likelihood

Documented in blm.likelihood

blm.likelihood <- function(type = c("norm", "t"), df = 3)
{
  type <- match.arg(type)
  list(type = type, errorCov = NULL, df = df)
}

Try the FlexBayes package in your browser

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

FlexBayes documentation built on May 2, 2019, 5:53 p.m.