Slope and Linear Regression #241
Replies: 2 comments 7 replies
-
From @ray2k:
|
Beta Was this translation helpful? Give feedback.
-
There are situations where the function does not compute the LINE value in the result but returns everything else. I have a special use case where I first compute a momentum value, then pass it through linear regression to calculate the line, slope, etc.. I have not had time to look into your core code to figure out why a NULL exists, so currently I check for a NULL value in the line and do the standard "line = M*X + B" calc. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Community discussion about Slope and Linear Regression
Beta Was this translation helpful? Give feedback.
All reactions