R/NMixPredCondCDFMarg.R

Defines functions NMixPredCondCDFMarg

Documented in NMixPredCondCDFMarg

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

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

Try the mixAK package in your browser

Any scripts or data that you put into this service are public.

mixAK documentation built on Sept. 25, 2023, 5:08 p.m.