From 33d02fedc2956316d8cc8bfe167b5c9c33d8c085 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson <fredrikb@control.lth.se> Date: Sun, 6 Sep 2015 23:46:44 +0200 Subject: [PATCH] Added TF type --- src/SystemIdentification.jl | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SystemIdentification.jl b/src/SystemIdentification.jl index 364e1ed..655bec8 100644 --- a/src/SystemIdentification.jl +++ b/src/SystemIdentification.jl @@ -4,6 +4,7 @@ export Model,LinearModel,NonLinearModel, Network, Polynom,PolynomMatrix, +TF, AR, ARX, RBFARX, @@ -58,6 +59,11 @@ type ARX <: LinearModel nb::Polynom{Int} end +type TF <: LinearModel + P + F +end + type RBFARX <: Network na::Int n_centers::Int -- GitLab