-
Hello community, I have been trying to figure out how to obtain the regression equation for a linear regression model with a pre-defined intercept value with no success. The customer want to replicate some of the Excel functionalities that they are used to use in Excel. Is this even possible in with this lib? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
I know that there is a built-in function to FitThroughOrigin, but what if I want to model the equation to intercept (a=xyz) on Y=3? |
Beta Was this translation helpful? Give feedback.
-
You can apply |
Beta Was this translation helpful? Give feedback.
You can apply
y - 3.0
to theFitThroughOrigin
function to model the equation with an intercept of 3 on the y-axis.