100 words
1 minute
[Instant NGP Code Digest - A First Principle Perspective] CDF: Cumulative Distribution Function
UPDATE LOG
Implementation / Usage in Instant NGP(moved to here)- CDF Definition (2025-11-27)
1. What is CDF?
Definition
The cumulative distribution function (CDF) of a real-valued random variable is the function given by:[1]
where the right-hand side represents the probability that the random variable takes on a value less than or equal to .
The probability that lies in the semi-closed interval , where , is therefore:[1]
The CDF of a continuous random variable can be expressed as the integral of its probability density function (PDF) as follows:[1]
CDF for the normal distribution
![]()
Reference
[Instant NGP Code Digest - A First Principle Perspective] PCG: Permuted Congruential Generator
C++ Native Thread Pool
Related Posts Smart
1
[Instant NGP Code Digest - A First Principle Perspective] PCG: Permuted Congruential Generator
Graphics What is PCG (Permuted Congruential Generator) and how to implement it from scratch?
2
Vulkan Tutorial Read Digest
Graphics https://docs.vulkan.org/tutorial/latest
3
C++ Native Thread Pool
Graphics 2025-11-13
