how to plot a gaussian1D for probability density of the normal distribution
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Gadadhar Sahoo
il 2 Dic 2017
Commentato: Gadadhar Sahoo
il 2 Dic 2017
gaussian = (1/sqrt(2*pi*vars(k)))*exp(-(x(p)-means(k)).^2/(2*vars(k)));
0 Commenti
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!