You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we calculate the probability of drawing a sample as even with the frequency with which it occurs in a raster population. However, it should be adjusting for that frequency and drawing more samples in areas with low frequencies. a 1 / probabilities or something would probably handle this.
The text was updated successfully, but these errors were encountered:
Currently we calculate the probability of drawing a sample as even with the frequency with which it occurs in a raster population. However, it should be adjusting for that frequency and drawing more samples in areas with low frequencies. a
1 / probabilities
or something would probably handle this.The text was updated successfully, but these errors were encountered: