#ifndef BVHAR_FORECAST_H
#define BVHAR_FORECAST_H

// OLS
#include "src/ols/forecaster.h"

// MNIW
#include "src/bayes/mniw/forecaster.h"

// CTA
#include "src/bayes/triangular/deprecated/forecaster.h"

#endif // BVHAR_FORECAST_H