R/NMixPseudoGOF.R

Defines functions NMixPseudoGOF

Documented in NMixPseudoGOF

##
##  PURPOSE:   Pseudo goodness-of-fit test for a normal mixture
##             * generic function
##
##  AUTHOR:    Arnost Komarek
##             arnost.komarek[AT]mff.cuni.cz
##
##  CREATED:   20/08/2009
##
##  FUNCTIONS: NMixPseudoGOF.R
##
## ==================================================================

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

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.