You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2026. It is now read-only.
When adding points to the regression plot, the matrix values used in the Normal Equation calculation (e.g., 𝑋𝑇𝑋) do not match the expected values based on the actual input data shown on the axes (e.g., values like 9.2, 23.9, 34.2). Instead, the script appears to use different internal representations. My intuition is that the coordinates may be taken from pixel positions or scaled screen-space values, not the logical data coordinates shown to the user.
When adding points to the regression plot, the matrix values used in the Normal Equation calculation (e.g., 𝑋𝑇𝑋) do not match the expected values based on the actual input data shown on the axes (e.g., values like 9.2, 23.9, 34.2). Instead, the script appears to use different internal representations. My intuition is that the coordinates may be taken from pixel positions or scaled screen-space values, not the logical data coordinates shown to the user.