Caution: I'm not a mathematician, but I remember some of what I learned in college.
I was reading about the Secretary Problem on Wikipedia, essentially about determining the optimal moment to stop evaluating new options. I'm interested in the variation where there is an unknown number of applicants, which they say can be solved with the $\frac{1}{e}$ law of best choice.
Wikipedia gives a simple formula for the time distribution function, where $f$ is the frequency of applicants, and $T$ is the maximum time you can wait.
$$F(t) = \int_{0}^{t} f(s)ds \ \ , \ \ 0\le t\le T$$
If I understand correctly, the article then asserts that the correct thing to do is to wait until $F(t) = \frac{1}{e}$.
I am puzzled at what this would mean in the real world. I'm interpreting the definite integral to mean the cumulative number of candidates. But it can't be asking us to wait until half a candidate shows up. Or is it saying to discard the first candidate, and take the next one that's as good? Or do I have this completely wrong and it's saying to wait until the density of candidates is $\frac{1}{e}$? If so that is unintuitive.
The Wikipedia article is unclear (to me, anyway) and I haven't found a better reference.