R/NMixPredDensJoint2.R

Defines functions NMixPredDensJoint2

Documented in NMixPredDensJoint2

##
##  PURPOSE:   Computation of the predictive pairwise joint densities
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   03/12/2007
##
##  FUNCTIONS: NMixPredDensJoint2 (03/12/2007)
##
## ======================================================================

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

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.