Home › Forums › kdb+ › Constrained Curve Fitting in KDB › Re: Constrained Curve Fitting in KDB
-
Hi ,
This looks similar to Polynomial fitting – lsq least-squares matrix equation solution |Reference | kdb+ and q documentation – Kdb+ and q documentation (kx.com)
Or another option is to use embedPy (or the PyKX version PyKX under Q) to import a Python library and use it directly. Running PyKX under q – PyKX
Let me know if this helps!