How do I truncate a normally distributed random variable?
Mostra commenti meno recenti
I have a random variable 'y' that follows the normal distribution. For example:
x = -4:0.1:4;
y = normpdf(x);
I need to create another vector consisting of elements of 'y' truncated at a certain point, how do I do that?
Risposta accettata
Più risposte (1)
Torsten
il 11 Lug 2017
0 voti
https://de.mathworks.com/help/stats/prob.truncatabledistribution.truncate.html
Best wishes
Torsten.
1 Commento
Yerzhigit Bapin
il 11 Lug 2017
Categorie
Scopri di più su Binomial 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!