coefficients property

List<double> coefficients
final

The polynomial coefficients of the fit.

For each i, the element coefficients[i] is the coefficient of the i-th power of the variable.

Implementation

final List<double> coefficients;