From 55ed98e2b60995a666a701600425062c204bc48b Mon Sep 17 00:00:00 2001
From: Fredrik Bagge Carlsson <cont-frb@ulund.org>
Date: Fri, 4 Sep 2015 10:15:03 +0200
Subject: [PATCH] Export functions

---
 src/SystemIdentification.jl | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/SystemIdentification.jl b/src/SystemIdentification.jl
index 45de469..eb88e04 100644
--- a/src/SystemIdentification.jl
+++ b/src/SystemIdentification.jl
@@ -7,7 +7,9 @@ AR,
 ARX,
 RBFARX,
 FitStatistics,
-FitResult
+FitResult,
+# Functions
+ar,arx,getARRegressor,getARXRegressor,findNa
 
 ## Fit Methods =================
 :LS
-- 
GitLab