Tagged Questions
3
votes
2answers
380 views
Average Distance Between Random Points in a Rectangle
My question is similar to this one but for rectangles instead of lines.
Suppose I have a rectangle with sides of length $L_w$ and $L_h$. What is the average distance between two uniformly-distributed ...
1
vote
1answer
105 views
Error Metric which incorporates both mean & standard deviation of data in euclidean space
For simplicities sake (the actually problem is more complex)...Let say I have a set of n 3d points, whose position move over time. For all pairs, I have calculated the mean and standard deviation of ...