R/NMixPredCondDensJoint2.R

Defines functions NMixPredCondDensJoint2

Documented in NMixPredCondDensJoint2

##
##  PURPOSE:   Computation of all predictive pairwise bivariate conditional densities (given one margin)
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   01/06/2009
##
##  FUNCTIONS: NMixPredCondDensJoint2 (01/06/2009)
##
## ======================================================================

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

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.