public interface Solution
A vector holding the coefficients obtained by solving the described system of equations. The length of the coefficient vector depends on the degrees of freedom of the data set used for calculation.
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    get(int index)
     
  • Method Details

    • get

      double get(int index)