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

Fine-tuning the method #8

Open
philiprn opened this issue Jun 27, 2016 · 0 comments
Open

Fine-tuning the method #8

philiprn opened this issue Jun 27, 2016 · 0 comments

Comments

@philiprn
Copy link
Collaborator

Our method involves the superposition of a series of Gaussian 'bumps' which are centred on top of the fitted positions. To do so, we smooth each position separately and keep it in memory as a density histogram.

However, this is mathematically very similar to kernel density estimation and the use of radial basis or weight functions, which does not require to build separate histograms. We have to check whether using one implementation or the other has any effect on the results, as this choice might influence the amount of truncation and approximation introduced in the statistical modelling, and thus the accuracy.

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