importFrom("rstanarm", "stan_glm")
importFrom("ks", "kde")
importFrom("viridis", "viridis")
importFrom("graphics", "image")
importFrom("grDevices", "rgb")
  importFrom("graphics", "abline", "plot", "points", "polygon")
  importFrom("methods", "new")
  importFrom("stats", "approxfun", "density", "integrate", "pchisq")
importFrom("stats", "qchisq")
importFrom("graphics", "legend")
importFrom("cubature", "cubintegrate")

exportPattern("^[^\\.]")

S3method(plot, fbst)
S3method(summary, fbst)
S3method(names, fbst)

S3method(plot, fbet)
S3method(names, fbet)
S3method(summary, fbet)