Interesting post, I can't comment on wave/particle duality because I understand the issue has not been satisfactorily resolved yet. But with regards to Purcell's comment above, perhaps they are not Newtonian physics analogies, rather observations that can be explained statistically at pixel scale thanks to Planck/Einstein and others.
For instance if one were to assume that the raindrops falling in one bucket arrived at a certain rate but with random timing without collisions, they would arrive with the observed Poisson distribution. Just like photons from a source landing on a pixel's photodiode. And we can actually measure the relative counts.
Jack's post above made me take another look at this post of AShortUserName. There is so much misinformation even in that paragraph, I do not even know where to start. "Light waves can interact with each other" - not in the linear model mentioned later. "When groups of light waves are in superposition (the definition of a wave packet)" : no, this is not a definition of a wave packet, you are thinking of a superposition of wave packets, as Tao says. "They interact with each other": actually, a superposition means linearity (a sum) which is on the opposite side of interaction. "The Schrödinger equation applies [3]": it does not, it is the QED for photons but even if we forget that, the (linear) Schrödinger equation excludes interaction, and we do have a superposition. "The result is an amplitude (i.e. non-classical) probability distribution (Purcell's "abnormal density fluctuations") in photoelectron production": this is not even wrong, it just does not mean anything.
A stimulating video. However, he loses me when he says
On the contrary, the spatial/time probability of detecting a photon is indeed quantized, as we have been able to observe for quite some time once we got clean detectors, see for instance recently Eric Fossum's QIS work:.
As he explains, the Gaussian looking shapes around each peak are the result of the convolution of the detector's read noise with impulses representing the discrete Poisson distribution of actual detected counts. As detector read noise gets smaller and smaller, the resulting probability distribution tends to the discrete Poisson probability mass function.
So if the resulting probability (light*detection) is quantized with a Poisson distribution, what can we say about the field from the source?
We know from an earlier post that Poisson*Binomial = Poisson, therefore the field being quantized would match observation.
What class of continuous field probability distributions times Binomial detection would result in a Poisson distribution out?
I gave it a quick look, and have two major remarks (and a few more minor ones, like you use the term variance a bit too loosely, while it should be reserved for the square of the standard deviation):
When you add the two standard deviations in quadratures, in other words, you add the two variances, which property do you use? If you have two independent noises added to each other, their variances add, indeed. This is not the case here, however. First, the standard view of noise is to have zero mean, and none of those two random variables has zero mean. This is not a big problem because one can adjust for it easily but it has to be done. Most importantly, you are not adding binomial noise to Poisson one. It is not like you have 100 photons in average, +/-10, and you randomize them additionally by adding binomial fluctuations with variance 100QE(1-QE) (and mean 100QE?). The effect of QE<1 is not additive noise; it is a composition of random variables in my understanding (like in conditional probability). In the end, your calculations get the right answer, and there might be a way to explain why that I do not see now, but the way it is presented is not right.
Also, you get a standard deviation corresponding to a Poisson process with mean s*QE. That, by itself, does not mean that the process is Poisson. It is just a happy coincidence. To show that the new process is Poisson, you need to verify its defining properties, and you actually did so in your posts here earlier. Or do the calculation I did.
No, I'm not. 'Expected value' means exactly what it sounds like, the value that is expected. Expected value is P(x)*n. That's only the mean if you consider that the probability of each event is the same. For a photo communicating any image apart from a grey card that clearly is not the case.
No, it does not mean that. In our case, it is the mean of the process creating it with respect to the probability measure. This is reflected by the formula defining is a integral of x times dP(x), where the latter is the probability measure. We have to give it some catchy name, and we call it "expected value." We could have called it a "cow" but it would have been less intuitive.
Again, there is the expected value of the process and the mean of finitely many samples. Those are different animals. The latter converges to the former with infinitely many samples but for every finite number, it is only "close."
EDIT: Let me give an example: You roll a die, once at a time. The process gives you 6 possible outcomes with probability 1/6 each. The expected value is 3.5, which ironically never happens. It is the weighted average of all outcomes with weight 1/6, which happens to be the arithmetic mean as well. Now, you roll it 10 times. You are not going to get a mean 3.5 most likely. Roll it 100 times. You will get closer with high probability, roughly speaking, etc. The expected value of the process is still 3.5.
In another thread on this forum, I made a coarse demonstration of the random arrival times, but used block code instead of a graphic, so I was stuck with low resolution, which gives a general idea, but with unrealistic spacing that is more consistent than the real thing:
But we're not talking about the process of rolling a die. We're talking about the process of photons being reflected off various objects and arriving at the sensor. The expected value of a spatial sequence of samples is certainly is not the mean.
It is always the mean with respect to the probability measure, just by definition.
For a Poisson distribution, the probability to have value k is where λ is the expected value. That is the measure at the outcome X=k. The expected value is the mean with respect to that measure, i.e., the weighted average: Σ k. exp(-lambda)λ^k/k!, the summation is over k=0,1,... It is very easy to show that this equals λ, indeed. So this is the expectation of the process. When you start sampling it, we get a mean of the samples close to it with the number of samples going to infinity. Now, this is a conventional mean.
As they say there: Despite the newly abstract situation, this definition is extremely similar in nature to the very simplest definition of expected values, given above, as certain weighted averages. This is because, in measure theory, the value of the Lebesgue integral of X is defined via weighted averages of approximations of X which take on finitely many values. Moreover, if given a random variable with finitely or countably many possible values, the Lebesgue theory of expectation is identical with the summation formulas given above. However, the Lebesgue theory clarifies the scope of the theory of probability density functions.
Informally, the expectation of a random variable with a countable set of possible outcomes is defined analogously as the weighted average of all possible outcomes, where the weights are given by the probabilities of realizing each given value.
I am not very good at reading pseudo codes or even actual ones. What is the code doing here? Throwing away integers in random, and then you count how many are left in an interval of length n, like in [1, n], [n+1,2n], etc.? If so, this is not Poisson.