R/Y2T.R

Defines functions Y2T

Documented in Y2T

##
##  PURPOSE:   Convert fitted distribution of Y=trans(T) into distribution of T=itrans(Y)
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   09/06/2009
##
##  FUNCTIONS: Y2T (09/06/2009)
##
## ======================================================================

## *************************************************************
## Y2T
## *************************************************************
Y2T <- function(x, ...)
{
  UseMethod("Y2T")
}  

Try the mixAK package in your browser

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

mixAK documentation built on Sept. 17, 2024, 1:06 a.m.