R/rrpt.R

#' @name ReversalPowerT
#' @examples
#' rrpt(5, 2, 3, 4, 1)
#' @export
rrpt = function(n, lambda = 1, mu= 0, sigma = 1, df){
  n = runif(n)
  x = qrpt(n, lambda, mu, sigma, df)
  return(x)
}

Try the powdist package in your browser

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

powdist documentation built on May 1, 2019, 10:11 p.m.