R/NMixPredCDFMarg.R

Defines functions NMixPredCDFMarg

Documented in NMixPredCDFMarg

##
##  PURPOSE:   Computation of the predictive marginal (univariate) cumulative distribution functions
##             * generic function
##
##  AUTHOR:    Arnost Komarek (LaTeX: Arno\v{s}t Kom\'arek)
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   09/06/2009
##
##  FUNCTIONS: NMixPredCDFMarg (09/06/2009)
##
## ======================================================================

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

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.