- qspec.analyze.poly ( x , * args )[source]
A polynomial $$f(x) = \sum\limits_{k=0}^n \frac{a_k}{k!}x^k$$ of order
n = len(args)with coefficientsargs.- Parameters:
-
- xNone
The $x$ values.
- argsNone
The coefficients of the polynomial $a_k$.
- Returns:
-
- yNone
The function value $f(x)$.