export(
  SmoothWin    ,
  expWeight    
)
S3method(plot   , SmoothWin)


importFrom("graphics", "abline", "lines", "points")
importFrom("stats", "AIC", "BIC", "coef", "lm", "plogis", "resid","sd")
importFrom("graphics", "legend")
importFrom("utils", "combn")
importFrom("graphics", "axis", "text")
importFrom("graphics", "plot")
importFrom("stats", "formula", "t.test", "var.test", "var")
importFrom("utils", "setTxtProgressBar", "txtProgressBar")
importFrom("grDevices", "rgb")
importFrom("stats", "predict")
importFrom("Rfast", "rowprods", "comb_n","rowsums")
importFrom("stats", "na.omit", "shapiro.test")
importFrom("utils", "packageVersion")

