R/unifed.varf.R

Defines functions unifed.varf

Documented in unifed.varf

#' Variance function of the unifed distribution
#' 
#' @param mu A vector with numbers between 0 and 1.
#'
#' @return It returns
#'     \code{unifed.kappa.double.prime(unifed.kappa.prime.inverse(mu))}. 
#' @export

unifed.varf <- function(mu){
    unifed.kappa.double.prime(unifed.kappa.prime.inverse(mu))    
}

Try the unifed package in your browser

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

unifed documentation built on Jan. 31, 2022, 1:07 a.m.