|
FireSync API
|
Generates spline coefficients for the given input data.
The input data will be used to generate spline coefficients. The input data points will first be sorted by x-value. One spline knot will then be created for each unique x-value. At least two unique values are required.
At present, this class supports only first-order spline segments.
| spline | Spline object. |
| order | Polynomial order for individual spline segments (must be 1). |
| x | x (input) values. |
| f | f (output) values. |
| count | Count of fit points. |