CPCLAB-UNIPI / SIPPY

Systems Identification Package for PYthon
GNU Lesser General Public License v3.0
269 stars 92 forks source link

BJ identification #39

Closed Arash1234 closed 2 years ago

Arash1234 commented 2 years ago

I am trying to identify a system with two inputs and one output. I am passing the following list for "BJ_orders". [[[4, 5]], [11], [11], [5, 5], [[3, 0]]]. So far not been able to run a single identification. Is this correct way to input orders array?

On the other hand when I use ARMAX for the same problem with ARMAX_orders = [[0], [[4, 5]], [11], [[3, 0]]] seems working.

Is there anything that I am missing for BJ?