@duarte wrote:
dear all, I would appreciate if someone could help me solving this problem:
I need to apply a simple linear regression analysis in visual studio using VB.net and I'm using the Math.Net library.
I created and initiated the vectors X and Y and them I call the regression function as such:
Dim regression_result = New MathNet.Numerics.LinearRegression.SimpleRegression(X,Y)
However, it gives an error in the statement "SimpleRegression" saying that: "Overload resolution failed because no 'New' is accessible"
Any thoughts for this problem?
Thanks
Posts: 10
Participants: 3