Skip to content
Snippets Groups Projects
Commit 33d02fed authored by Fredrik Bagge Carlson's avatar Fredrik Bagge Carlson
Browse files

Added TF type

parent c5afc09b
No related branches found
No related tags found
Loading
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment