Trend lines ( regression, curve fitting) java library

前端 未结 3 612
忘了有多久
忘了有多久 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:13

    In addition to what maybeWeCouldStealAVa said;

    The commons-math3 library is also available in the maven repository.

    Current version is 3.2 and the dependency tag is:

        
            org.apache.commons
            commons-math3
            3.2
        
    

提交回复
热议问题