R/kullbackLeiber.R

Defines functions kullbackLeiber

Documented in kullbackLeiber

kullbackLeiber <-
function(data, plot=TRUE, parallel=FALSE, cores=3){
	warning("This function has been spellchecked.  Please use 'Kullback.Leibler' instead.")
	kl <- Kullback.Leibler(data, plot, parallel, cores)
	return(kl)
}

Try the HMP package in your browser

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

HMP documentation built on Aug. 31, 2019, 5:05 p.m.