Crate ndarray_polyfit

Source

Functionsยง

polyfit
@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