Quantcast
Channel: Math.NET Numerics - Math.NET
Viewing all articles
Browse latest Browse all 224

Apply linear regression using Mathnet library and VB.net

$
0
0

@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

Read full topic


Viewing all articles
Browse latest Browse all 224

Trending Articles