useDynLib(BHPMF, .registration=TRUE)

import("Matrix")
importFrom("grDevices", "dev.off", "pdf")
importFrom("graphics", "axis", "plot")
importFrom("stats", "sd")
importFrom("utils", "read.table", "write.table")

export(CalculateCvRmse, GapFilling, TuneBhpmf)

