(comments)
原始链接: https://news.ycombinator.com/item?id=44048306
This Hacker News thread discusses a blog post about convolutions, polynomials, and flipped kernels. Commenters delve into related mathematical concepts. One highlights that the distribution of the sum of two random variables is the convolution of their probability mass functions (PMFs) or probability density functions (PDFs). Another notes the MAX operator on random variables corresponds to the PRODUCT operator on their distributions, useful in estimating completion times of parallel jobs. Discussion extends to generating functions as a tool for solving combinatorial problems, referencing Herbert Wilf's book "Generatingfunctionology." Some mention the importance of independence assumptions in probability theorems and potential issues when those assumptions are violated. They also point out the correspondence between Max/Plus operations on random variables and product/convolution operations on their distributions, respectively.
reply