R/Y2T.NMixPlugDensJoint2.R

Defines functions Y2T.NMixPlugDensJoint2

Documented in Y2T.NMixPlugDensJoint2

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

## *************************************************************
## Y2T.NMixPlugDensJoint2
## *************************************************************
Y2T.NMixPlugDensJoint2 <- function(x, itrans=exp, dtrans=function(x){return (1 / x)}, ...)
{
  return(Y2T.NMixPredDensJoint2(x=x, itrans=itrans, dtrans=dtrans, ...))
}

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.