How to plot a mixed density function?
Mostra commenti meno recenti
Hi
So, lets say I get 10000 random numbers:
-5000 from normal distribution with mean = 1 and sigma = 1
-5000 from normal distribution with mean = 4 and sigma = 1
Now I have to plot density function.
I know how to plot single density function, not a mix.
Can you help me?
Thanks,
Lukas
1 Commento
Torsten
il 5 Apr 2020
h = histogram(data,'Normalization','probability')
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Half-Normal Distribution in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!