R/listsElements.R

is.wholenumber <- function(x, tol = .Machine$double.eps^0.5){
  abs(x - round(x)) < tol
}


listModels <- c( "Gamma_ajk_bjk"
               , "Gaussian_sjk")

listInit <- c( "randomInit"
             , "randomClassInit"
             , "randomFuzzyInit")

Try the RMixtComp package in your browser

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

RMixtComp documentation built on May 2, 2019, 5:16 p.m.