Draw random variables student t distribution
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
I want to draw standardized values with a t-distribution, so I want to generate iid numbers from the student-t distribution with mean zero and variance 1.
I can use the Matlab function 'trnd(nu).' Does this generate random numbers with mean zero and variance 1?
0 comentarios
Respuestas (1)
James Tursa
el 16 de Jun. de 2016
See these links for a description:
In particular, no you can't get a variance of 1.
0 comentarios
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!