You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use feat_ids + delay_ids to compute Jacobian matrix is easier than poly_ids + time_shift_ids. Although poly_ids + time_shift_ids is natural to narx + term selection, feat_ids + delay_ids is more natural to human users. So we adopt feat_ids + delay_ids to define a NARX object for more general use cases. And pt2fd and fd2pt are convenient functions to convert the two types of ids from each other.
The text was updated successfully, but these errors were encountered:
Use feat_ids + delay_ids to compute Jacobian matrix is easier than poly_ids + time_shift_ids. Although poly_ids + time_shift_ids is natural to narx + term selection, feat_ids + delay_ids is more natural to human users. So we adopt feat_ids + delay_ids to define a NARX object for more general use cases. And pt2fd and fd2pt are convenient functions to convert the two types of ids from each other.
The text was updated successfully, but these errors were encountered: