R/prior.R

Defines functions prior

prior = function(distribution = "normal", mean = 0, variance = 1){
  return(list(mean = mean, variance = variance))
}

Try the blatent package in your browser

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

blatent documentation built on May 29, 2024, 5:42 a.m.