Replies: 2 comments
-
From my brief research there are a few existing system identification packages in Python:
Does anyone know of others I should add to this list? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@jgoppert has a sysid package |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Not sure if this discussion has been had, but I've been looking for a good system identification package in Python for a while. As far as I can tell Python-Control has not implemented any of the Matlab functions like
procest
,ar
,arx
,armax
,idss
,polyest
,n4sid
,pem
, etc.I don't know any open source software that can compete with Mathwork's System Identification Toolbox so this would be a great thing i.m.o. Is there a plan for system identification capabilities in Python-control?
If so, would the goal be to create additional capabilities (e.g. similar to Matlab) or to integrate with these existing projects? (I'd be interested in contributing to any such effort.)
Sorry, if I have missed something.
Beta Was this translation helpful? Give feedback.
All reactions