Counting Randomly Popped-Up Ball Bounces - Statistical Analysis

  • Context: Undergrad 
  • Thread starter Thread starter Sleapar
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on analyzing the bounces of a randomly popped-up ball using a program developed in VC++ 6.0. The user reports varying bounce counts within a minute, with results such as 100, 110, and 98. Participants recommend employing statistical methods, specifically suggesting the creation of a frequency histogram to visualize the data distribution. The user acknowledges the influence of the random generator on the observed variability in bounce counts.

PREREQUISITES
  • Understanding of VC++ 6.0 programming
  • Basic knowledge of statistical analysis methods
  • Familiarity with frequency histograms
  • Concept of random number generation
NEXT STEPS
  • Research statistical methods for analyzing random data distributions
  • Learn how to create frequency histograms using statistical software
  • Explore advanced random number generation techniques in VC++
  • Study the principles of variance and standard deviation in statistical analysis
USEFUL FOR

Statisticians, software developers, and anyone interested in analyzing random processes and their outcomes.

Sleapar
Messages
1
Reaction score
0
Hello everyone,
I have just made a simple program to count how many times a randomly popped-up ball bounces against the wall I can get,
Each time it shows up, in one minutes I can get different data, 100, 110,101 ,99, 98, 106 etc
would you please suggest me what statistical methods then are to be used for me to make a good conclusion about this phenonmena ?
My present conclusion is that my random generator (I am using VC++6.0) plays an important role in this unbalanced phenomena.

Thank you very much
 
Physics news on Phys.org
It might help if you more clearly described what you're tyring to do.

I have no idea what you mean by "unbalanced phenomena." Are you suggesting that you get the same number in each trial? Why would you expect that? You specified it's a random process so there is no reason to expect the same number each time.

Aside from that, I suggest making a frequency histogram of the generated data.
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
21K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 21 ·
Replies
21
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K