How to find the regression of a given input in java?
I have a two array inputs of data. Call them p and t. I need to find the regression function of these columns 开发者_如何学运维so I can accuratly predict future values. Is there any way to do this with in java? If so, what is the best way?
I know of: apache commons math (see stat.regression).
精彩评论