export(
	"boots",
    "b.star",
    "boot_dist",
    "tboot_dist",
	"plot.boodd",
	"confint.boodd",
	"summary.boodd",
	"bootsemi",
	"blockboot",
	"regenboot",
	"freqboot",
	"aidedboot",
	"sieveboot",
	"bootglm",
	"fieldboot",
	"findBestEpsilon",
	"smallEnsemble",
	"fastNadaraya",
	"seasonalMean",
	"seasonalVar",
	"seasonalACF",
	"meanCoeff",
	"acfCoeff",
	"embb.sample",
	"qVar",
	"jackVarBlock",
	"jackVarRegen",
	"jackVarField",
	"jackFunc",
	"jackFuncBlock",
    "lam",
    "pkc",
    "compute_power",
    "jackVar",
    "jackVarBlock",
    "jackVarRegen",
    "jackVarRegen.atom",
    "jackVarRegen.smallEnsemble",
    "jackFunc",
    "jackFuncRegen",
    "jackVarField", 
    "bopt_circy", 
    "genMM1",
    "genETARCH",
    "field.sub",
    "block.sub", 
    "fastNadaraya", 
    "blockboot.seasonal",
    "qVar", 
    "mark_boot", 
    "zi_inar_process", 
    "fieldbootP",
    "GetPseudoBlocks", 
    "bandw1", 
    "GetBlocks", 
    "func_fdb", 
    "naradamar", 
    "ftrunc", 
    "thetaRB", 
    "boot_wild", 
    "boot_local",
    "boot_res", 
    "per_boo", 
    "tft_boot", 
    "para.boot", 
    "rate.sub", 
    "rate.block.sub", 
    "best.sub.size.iid", 
    "best.block.sub.size", 
    "f_PseudoBlocks", 
    "thetaARBB"
)

S3method(plot,boodd)
S3method(summary,boodd)
S3method(confint,boodd)
S3method(seasonalMean,default)
S3method(seasonalMean,ts)
S3method(seasonalMean,embb)
S3method(seasonalVar,default)
S3method(seasonalVar,ts)
S3method(seasonalVar,embb)
S3method(seasonalACF,default)
S3method(seasonalACF,ts)
S3method(seasonalACF,embb)
S3method(meanCoeff,default)
S3method(meanCoeff,ts)
S3method(meanCoeff,embb)
S3method(acfCoeff,default)
S3method(acfCoeff,ts)
S3method(acfCoeff,embb)

importFrom("methods", "formalArgs")
importFrom("tseries", "adf.test", "arma", "garch")
importFrom("grDevices", "rgb")
importFrom("graphics","abline","hist","layout","lines","plot",
             "text", "curve", "legend", "polygon", "points", "matlines", "par")
importFrom("stats","IQR","arima","coef","density","dnorm",
             "frequency","is.ts","median","qnorm","quantile",
             "residuals","rgeom","runif","sd","ts","spec.pgram", "acf", "bw.ucv", "ccf", "rnorm", "simulate", "var", 
             "rbinom", "rpois", "as.formula", "fft", "weighted.mean", "lm", "predict", "uniroot")
importFrom("fGarch", "garchFit")
importFrom("timeSeries", "timeSeries", "as.timeSeries")
importFrom("timeDate", "timeDate")
importFrom("fBasics", "basicStats")
importFrom("geoR", "grf")


