- #1
Roger Dodger
- 42
- 3
- TL;DR Summary
- I can collect data from a device for as long as I want. Do I stop and start data collection to generate multiple trials?
I am collecting data from a Geiger-Muller radiation detector, which generates clicks that correspond to particles entering the detector. These clicks come in purely at random, so the number of clicks in a given time interval are governed by the Poisson distribution. My job is to find the average clicks per second.
I can leave the detector on as long as I want and therefore can collect data for as long as I want. Unlike most experiments, which require the researcher to perform multiple trials, I can perform one long trial.
Should I break the long data stream into N number of segments, with each segment treated as a trial?
If it is better to use the one long trial, how do I assess the standard error in the measurement? Or, can I?
I have one more question: I performed a Google search to answer my questions, but found nothing. Are the answers to my questions common knowledge? I feel they are rather stupid, but I don't know the answer so I have no choice but to seek help.
Thanks in advance.
I can leave the detector on as long as I want and therefore can collect data for as long as I want. Unlike most experiments, which require the researcher to perform multiple trials, I can perform one long trial.
Should I break the long data stream into N number of segments, with each segment treated as a trial?
If it is better to use the one long trial, how do I assess the standard error in the measurement? Or, can I?
I have one more question: I performed a Google search to answer my questions, but found nothing. Are the answers to my questions common knowledge? I feel they are rather stupid, but I don't know the answer so I have no choice but to seek help.
Thanks in advance.