issues
search
wilsonrljr
/
sysidentpy
A Python Package For System Identification Using NARMAX Models
https://sysidentpy.org
BSD 3-Clause "New" or "Revised" License
394
stars
79
forks
source link
fixed xlag and ylag error when using nested lists.
#35
Closed
wilsonrljr
closed
3 years ago
wilsonrljr
commented
3 years ago
Fixed a bug concerning the xlag and ylag in multiple input scenarios.
You can set lags with different size for each input.
Added a new function to get the max value of xlag and ylag. Work with int, list, nested lists.
Fixed tests for information criteria.