wilsonrljr / sysidentpy

A Python Package For System Identification Using NARMAX Models
https://sysidentpy.org
BSD 3-Clause "New" or "Revised" License
380 stars 77 forks source link

Split basis function into multiple files #148

Closed wilsonrljr closed 4 days ago

wilsonrljr commented 4 days ago

Preparation for additions related to model code representation in future versions. Fix some confusing variables in bersntein class (degree and n doing the same things but for different basis). Now bersntein follow the same pattern as other basis function. Also fixes some docs format