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

Linear regression with constrained intercept

$
0
0

@dpybus wrote:

I'm performing linear regression on a physiological data set using C#.

The relevant code is:

Tuple r = Fit.Line(XValues, YValues); - where XValues and YValues are double[].

I have good (physiological) reasons for believing that the intercept on the Y axis should be zero.

Can anyone advise me how to apply the constraint?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 224