R/NMixPredDensMarg.R

Defines functions NMixPredDensMarg

Documented in NMixPredDensMarg

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

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

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.