R/rinvbeta.R

Defines functions rinvbeta

Documented in rinvbeta

#-- Random inverse-beta outcome(s) --#
rinvbeta <- function(n, alpha, beta){
  1/rbeta(n, alpha, beta)
}

Try the streamDAG package in your browser

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

streamDAG documentation built on Oct. 7, 2023, 1:08 a.m.