jtmiller28 / desert-modeling

A repo for modeling North American desert's plants & bees
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Creating Relational Buffers to Alpha Hulls #2

Open jtmiller28 opened 11 months ago

jtmiller28 commented 11 months ago

After creating the Alpha Hulls via rangeBuilder::getDynamicHull(), we need to buffer the hull based upon the 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.