Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements to assessing curve fit (r2 and rmsd) #57

Merged
merged 4 commits into from
Mar 25, 2024
Merged

Commits on Mar 24, 2024

  1. add RMSD and fix coefficient of determination for edge case

    Add `HillCurve.rmsd` and fix calculation for `HillCurve.r2` in the edge
    case when there is no variation in the data.
    jbloom committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    8d61810 View commit details
    Browse the repository at this point in the history
  2. CurveFits reports rmsd

    jbloom committed Mar 24, 2024
    Configuration menu
    Copy the full SHA
    2598137 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d2598 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    394335b View commit details
    Browse the repository at this point in the history