How do I truncate a normally distributed random variable?
Mostrar comentarios más antiguos
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?
Respuesta aceptada
Más respuestas (1)
Torsten
el 11 de Jul. de 2017
0 votos
https://de.mathworks.com/help/stats/prob.truncatabledistribution.truncate.html
Best wishes
Torsten.
1 comentario
Yerzhigit Bapin
el 11 de Jul. de 2017
Categorías
Más información sobre Binomial Distribution en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!