import(utils)
import(mvtnorm)

importFrom("graphics", "axis", "legend", "lines", "matplot",
             "matpoints", "mtext", "points")
importFrom("stats", "dnorm", "pnorm", "qnorm", "rnorm", "uniroot")
importFrom("methods", "is")

S3method(plot, MAMS)
S3method(plot, MAMS.step_down)
S3method(print, MAMS)
S3method(print, MAMS.sim)
S3method(print, MAMS.step_down)
S3method(summary, MAMS)
S3method(summary, MAMS.sim)
S3method(summary, MAMS.step_down)


export(
       mams,
       mams.sim,
       MAMSNews,
       new.bounds,
       step_down_mams,
       update_mams
      )
