Compute probability closeness between points in a 2D surface

Click For Summary
SUMMARY

This discussion focuses on calculating the probability of elements from set B being contained within a specified radius from elements in set A on a 2D surface. The user seeks to determine the proportion of points in B that fall within circles centered at points in A, defined by a radius r. The clarification of terminology from "ray" to "radius" is crucial for accurately framing the mathematical problem. The discussion references a Stack Overflow thread for additional context and details.

PREREQUISITES
  • Understanding of basic probability concepts
  • Familiarity with geometric properties of circles
  • Knowledge of set theory and point distributions
  • Basic mathematical notation and terminology
NEXT STEPS
  • Research "Circle Area Probability" to understand how to calculate probabilities within geometric shapes
  • Explore "Monte Carlo Methods" for estimating probabilities in random distributions
  • Learn about "Spatial Data Analysis" techniques for analyzing point distributions
  • Investigate "K-Nearest Neighbors" algorithms for proximity analysis in datasets
USEFUL FOR

Mathematicians, data scientists, and anyone involved in spatial analysis or probability calculations will benefit from this discussion.

LucaDanieli
Messages
3
Reaction score
0
Hi all,

Sorry, in my first message, I posted this question in the Basic Probability section, and so I moved it to this section.

I have a surface (for example, a blank paper).
In this surface, I have some elements of the set "A" randomly distributed.
In this surface, I also have some elements of the set "B" randomly distributed.
I would like to understand how may elements of "B" are present within a ray X from any element of "A".

I mean something like: "for each element An, there are N% (probability_result) elements of "B". "

Is it possible?
 
Physics news on Phys.org
LucaDanieli said:
I would like to understand how may elements of "B" are present within a ray X from any element of "A".

Possibly need more information. Without more information about the ray, it seems you want to find the diameter of B and relate it to A in some way. What are you trying to do exactly?
 
Hi Joppy,

thank you for your reply. Indeed I am not a mathematician so I was not able to understand how much information you need. I have improved the explanation in this Stackoverflow thread: https://math.stackexchange.com/questions/3403515/compute-probability-closeness-points-within-2d-surface?noredirect=1#comment7002121_3403515

Does it help understanding my question?
 
I think by "ray" you mean "radius"? So perhaps the question is: given a sequence of points representing circle centers ($A_n$) with radii $r$ and a collection of points $B_m$, what proportion of points $B_n$ are contained within each circle centered at $A_n$?
 
Hi Joppy,

thanks for clarifying. Indeed it's radius and not ray. (I guess "ray" indicates the sunlight... in Italian they have the same term).
So the final question is exactly as you summarized.

So: given a sequence of points representing circle centers (An) with radii r and a collection of points Bm, what proportion of points Bn are contained within each circle centered at An ?

Thanks also for making terminology more correct.
 

Similar threads

Replies
2
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
Replies
10
Views
1K
  • · Replies 11 ·
Replies
11
Views
3K