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

approximate maximum #18

Open
make-github-pseudonymous-again opened this issue Jun 17, 2016 · 0 comments
Open

approximate maximum #18

make-github-pseudonymous-again opened this issue Jun 17, 2016 · 0 comments
Assignees

Comments

@make-github-pseudonymous-again
Copy link
Owner

make-github-pseudonymous-again commented Jun 17, 2016

Chan's algorithm [SoCG16]
encode data as a polynomial
A(x) = (sum f(x_i)^p)^(1/p)
approx f. = n^(1/p)
C(x) = (sum i f(x_i)^p)^(1/p)
p = 1/e log n
C(x)/A(x)
insert / delete is just addition subtraction of a value
use different buckets to avoid issues with points that are too close

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant