Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Fredrik Bagge Carlson
SystemIdentification
Commits
33d02fed
Commit
33d02fed
authored
Sep 06, 2015
by
Fredrik Bagge Carlson
Browse files
Added TF type
parent
c5afc09b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/SystemIdentification.jl
View file @
33d02fed
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment