Module polyfit_rs::polyfit_rs

source ·

Functions

@param x_values The x-values @param y_values The y-values @param polynomial_degree The degree of the polynomial. I. e. 2 for a parabola. @return Degree of monomials increases with the vector index