Trend lines ( regression, curve fitting) java library

前端 未结 3 627
忘了有多久
忘了有多久 2021-01-31 12:09

I\'m trying to develop an application that would compute the same trend lines that excel does, but for larger datasets.

3条回答
  •  别跟我提以往
    2021-01-31 12:23

    You can use different kinds of interpolators available in org.apache.commons.math3.analysis.interpolation, including e.g., LinearInterpolator, LoessInterpolator and NevilleInterpolator.

提交回复
热议问题