# Generated by roxygen2: do not edit by hand

S3method(buildForecastIDs,heddata)
S3method(buildForecastIDs,rtdata)
S3method(calcInSampleError,heddata)
S3method(calcInSampleError,rtdata)
S3method(createKFoldData,rtdata)
S3method(hedModel,base)
S3method(hedModel,robust)
S3method(hedModel,weighted)
S3method(hpiModel,hed)
S3method(hpiModel,rf)
S3method(hpiModel,rt)
S3method(matchKFold,heddata)
S3method(matchKFold,rtdata)
S3method(plot,hpi)
S3method(plot,hpiaccuracy)
S3method(plot,hpiindex)
S3method(plot,indexvolatility)
S3method(plot,seriesaccuracy)
S3method(plot,serieshpi)
S3method(plot,seriesrevision)
S3method(rfModel,pdp)
S3method(rtModel,base)
S3method(rtModel,robust)
S3method(rtModel,weighted)
export(buildForecastIDs)
export(calcAccuracy)
export(calcForecastError)
export(calcInSampleError)
export(calcKFoldError)
export(calcRevision)
export(calcSeriesAccuracy)
export(calcSeriesVolatility)
export(calcVolatility)
export(checkDate)
export(createKFoldData)
export(createSeries)
export(dateToPeriod)
export(hedCreateTrans)
export(hedIndex)
export(hedModel)
export(hpiModel)
export(matchKFold)
export(modelToIndex)
export(rfIndex)
export(rfModel)
export(rfSimDf)
export(rtCreateTrans)
export(rtIndex)
export(rtModel)
export(rtTimeMatrix)
export(smoothIndex)
export(smoothSeries)
import(ggplot2)
importFrom(MASS,rlm)
importFrom(dplyr,arrange)
importFrom(dplyr,bind_rows)
importFrom(dplyr,desc)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarize)
importFrom(dplyr,ungroup)
importFrom(forecast,ets)
importFrom(forecast,forecast)
importFrom(forecast,ma)
importFrom(graphics,plot)
importFrom(gridExtra,grid.arrange)
importFrom(imputeTS,na_interpolation)
importFrom(imputeTS,na_locf)
importFrom(lubridate,as_date)
importFrom(lubridate,month)
importFrom(lubridate,quarter)
importFrom(lubridate,week)
importFrom(lubridate,year)
importFrom(magrittr,"%>%")
importFrom(pdp,partial)
importFrom(plyr,ddply)
importFrom(purrr,map)
importFrom(purrr,map2)
importFrom(purrr,transpose)
importFrom(ranger,ranger)
importFrom(rlang,.data)
importFrom(robustbase,lmrob)
importFrom(stats,as.formula)
importFrom(stats,end)
importFrom(stats,fitted)
importFrom(stats,frequency)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,quantile)
importFrom(stats,residuals)
importFrom(stats,sd)
importFrom(stats,start)
importFrom(stats,ts)
importFrom(stats,update)
importFrom(utils,combn)
importFrom(utils,methods)
importFrom(zoo,rollapply)
