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

Add method for testing complexity functions of multiple parameters #40

Open
mossheim opened this issue Aug 27, 2017 · 1 comment
Open

Comments

@mossheim
Copy link
Contributor

e.g., gift wrapping algorithm is O(nh).

reading:
http://www.ahinson.com/algorithms_general/Sections/InterpolationRegression/RegressionPlanar.pdf

other possible avenues for exploration:

  • generate an a*b matrix and either
    • transform the data and perform a + b linear regressions (criss-cross)
    • transform the data, find mean and variance across one dimension, assert variance, assert result of linear regression in other dimension
@mossheim mossheim self-assigned this Aug 27, 2017
@mossheim
Copy link
Contributor Author

mossheim commented Sep 3, 2017

test comment 2 - @dn-m/test-team-2

@mossheim mossheim removed their assignment Apr 17, 2021
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

No branches or pull requests

1 participant