### Imports
importFrom("graphics", abline, hist, legend, lines, plot)
importFrom("stats", integrate, ks.test, lm, optimize, pexp, pgamma, plnorm, punif, rbinom, rexp, sd)
importFrom("utils", read.table)


### Exports
export(
		adequadExp, calcErrorDV, calcErrorNonParam, calcErrorParam, DV, estimDV, estimNonParam,
		estimParam, histo, KM, mainSimul2, mainSimul, makeSample2, makeSample, simul2, simul, Table
       )