Plotting data and doing a least squares regression with cosines in java
- by Earl Bellinger
I have data I would like to plot, and more importantly, do a least squares regression on using cosines (instead of using polynomials).
Any recommendations? Thanks.