Skip to content

Conversation

@YaoTingYao
Copy link
Member

  • Adjust the plotting style to include an alpha effect, enhancing the visibility of point density.

  • Add Theil-Sen regression line using SciPy with the default setting (95% confidence level and the ‘separate’ method for intercept calculation: np.median(y) - slope * np.median(x)).

  • Update terminology from "Best Fit Line" to "OLS Line."

1. Added Theil-Sen regression line using SciPy with a 95% confidence level and the ‘separate’ method for intercept calculation: np.median(y) - slope * np.median(x).
2. Updated terminology from "Best Fit Line" to "OLS Line."
@YaoTingYao YaoTingYao merged commit 96013b8 into main Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants