参考 : https://www.scratchapixel.com/lessons/mathematics-physics-for-computer-graphics/monte-carlo-methods-mathematical-foundations
Probability Density Function (PDF)
When a function such as the normal distribution defines a continuous probability distribution (such as the way height is distributed
among an adult popupulation), this function is called a probabilify density function (or pdf). In other words, pdfs are used for
continuous random variables and pmfs are used for discrete random variables. In computer graphics, we almost always deal with
pdfs. In short:
- the