Skip to content

Creating Relational Buffers to Alpha Hulls #2

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

Open
jtmiller28 opened this issue Oct 16, 2023 · 0 comments
Open

Creating Relational Buffers to Alpha Hulls #2

jtmiller28 opened this issue Oct 16, 2023 · 0 comments

Comments

@jtmiller28
Copy link
Owner

jtmiller28 commented Oct 16, 2023

After creating the Alpha Hulls via rangeBuilder::getDynamicHull(), we need to buffer the hull based upon the species.

  • Rob's suggestion: Use mdist to calculate the mean distance between occurrence points per species.

where x represents a species occurrence:
mdist(x1,x2....,xn) per species = mdist_avg
To buffer the alphahulls we will calculate the buffer proportional to each species relative distance to that of the species with the largest average occurrence point distance

(Per Species mdist_avg)
species_buffer = mdist_avg/max_mdist_avg
where, max_mdist_avg is among all species present in our dataset.

  • Alternative/Supplemental Rob Suggestion: Resistance Fit
    Check relevant literature on this topic as this will help accommodate outlier issues.
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