
import(lattice)

export(bounds,drift,plot.bounds,plot.drift,summary.bounds,print.summary.bounds,summary.drift,print.summary.drift)

S3method(plot, bounds)
S3method(plot, drift)
S3method(print, summary.bounds)
S3method(print, summary.drift)
S3method(summary, bounds)
S3method(summary, drift)

importFrom("stats", "dnorm", "pnorm", "qnorm")
