Plots probability density function and joint probability density function
Sie verfolgen jetzt diese Einreichung
- Aktualisierungen können Sie in Ihrem Feed verfolgter Inhalte sehen.
- Je nach Ihren Kommunikationseinstellungen können Sie auch E-Mails erhalten.
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
Zitieren als
Ayad Al-Rumaithi (2026). Probability Density Function (https://de.mathworks.com/matlabcentral/fileexchange/69504-probability-density-function), MATLAB Central File Exchange. Abgerufen .
Allgemeine Informationen
- Version 1.0.5 (1,41 KB)
Kompatibilität der MATLAB-Version
- Kompatibel mit allen Versionen
Plattform-Kompatibilität
- Windows
- macOS
- Linux
| Version | Veröffentlicht | Versionshinweise | Action |
|---|---|---|---|
| 1.0.5 | Added website |
||
| 1.0.4 | image2 |
||
| 1.0.3 | image |
||
| 1.0.2 | plot |
||
| 1.0.1 | nromalization |
||
| 1.0.0 |
