|
||||||||
Cumulative Distribution Function (CDF) - Python Automation and Machine Learning for ICs - - An Online Book - |
||||||||
| Python Automation and Machine Learning for ICs http://www.globalsino.com/ICs/ | ||||||||
| Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||
================================================================================= In machine learning, the term "cumulative" in the Cumulative Distribution Function (CDF) refers to the accumulation or summing up of probabilities as we move along the range of possible values of a random variable. CDF of a random variable is a function that gives the probability that the random variable is less than or equal to a certain value given by, The CDF properties are: for all ---------------------------------------- [3688ah]
The CDF can be used to analyze and understand the distribution of a random variable. It is particularly useful when dealing with continuous random variables. The probability density function (PDF) is often associated with the CDF, and they are related by the derivative, where, is the probability density function. CDF is used in feature engineering, data analysis, and model evaluation. It provides insights into the distribution of data and helps in making informed decisions about how to handle different aspects of a machine learning problem. Figure 3688 shows the comparison between cumulative distribution function and probability density function.
Figure 3688. Comparison between cumulative distribution function and probability density function (code). ============================================
|
||||||||
| ================================================================================= | ||||||||
|
|
||||||||