R/NMixPlugCondDensJoint2.R

Defines functions NMixPlugCondDensJoint2

Documented in NMixPlugCondDensJoint2

##
##  PURPOSE:   Computation of the pairwise conditional densities given one margin
##             (plug-in version with supplied posterior summaries of mixture components)
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   29/05/2009
##
##  FUNCTIONS: NMixPlugCondDensJoint2 (29/05/2009)
##
## ======================================================================

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

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.