Plot of Probability Density function in MATLAB
Ältere Kommentare anzeigen
I have time series data.I want to see the plot of PDF.For this, in MATLAB,I have to mention the name of the PDF-type like 'norm'.All PDF types are continuous line.But,I need discrete PDF data points plot.
Akzeptierte Antwort
Weitere Antworten (3)
Keerthivasan Rajamani
am 2 Nov. 2017
1 Stimme
Maybe this could be helpful to consider:
histogram(variable_name,'Normalization','probability')
Daniel Shub
am 8 Dez. 2011
The pdf function can handle binomial, Poisson, and discrete uniform distributions, so not all of them are continuous.
Also are you sure you don't just want to do:
hist(x)
where x is your data?
cheng wei chen
am 15 Mär. 2022
0 Stimmen
不知道
Kategorien
Mehr zu Binomial Distribution finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!