Plots probability density function and joint probability density function
You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
function ppdf(data_x,N) :Plots probability density function
input:
data_x:input data
N:Number of divisions
-------------------------------------------
function pjointpdf(data_x,data_y,N) :Plots joint probability density function
input:
data_x:input data 1
data_y:input data 2
N:Number of divisions
Cite As
Ayad Al-Rumaithi (2026). Probability Density Function (https://nl.mathworks.com/matlabcentral/fileexchange/69504-probability-density-function), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.0.5 (1.41 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
