export(trajectory_forecast)
export(trajectory_reframer)
export(trajectory_embedding)
export(denoiser)
export(craft_fit)
export(craft_predict)
export(regime_sampler)
export(smooth_quantile_distribution)
export(svd_changepoint_regimes)
export(time_volume_weights)
importFrom(graphics,abline)
importFrom(graphics,axis)
importFrom(graphics,barplot)
importFrom(graphics,box)
importFrom(graphics,grid)
importFrom(graphics,image)
importFrom(graphics,lines)
importFrom(graphics,mtext)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,points)
importFrom(graphics,rect)
importFrom(graphics,rug)
importFrom(graphics,text)
importFrom(grDevices,adjustcolor)
importFrom(grDevices,hcl.colors)
importFrom(parallel,clusterExport)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,parLapply)
importFrom(parallel,stopCluster)
importFrom(stats,approx)
importFrom(stats,cor)
importFrom(stats,dnorm)
importFrom(stats,mad)
importFrom(stats,median)
importFrom(stats,pnorm)
importFrom(stats,predict)
importFrom(stats,qnorm)
importFrom(stats,quantile)
importFrom(stats,rnorm)
importFrom(stats,runif)
importFrom(stats,sd)
importFrom(stats,setNames)
importFrom(stats,smooth.spline)
importFrom(stats,weighted.mean)
importFrom(utils,head)
importFrom(utils,modifyList)
importFrom(utils,tail)
