R/NMixPlugDensJoint2.R

Defines functions NMixPlugDensJoint2

Documented in NMixPlugDensJoint2

##
##  PURPOSE:   Computation of the pairwise joint densities
##             (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:   28/05/2009
##
##  FUNCTIONS: NMixPlugDensJoint2 (28/05/2009)
##
## ======================================================================

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

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.