Finding standard deviation/ error distribution of 3D points
Mostrar comentarios más antiguos
Hi, I'm kind of new to MATLAB. I am trying to find the error distribution (standard deviation) of a 3D point data set. I have the following situation:
One central point (can consider as mean) and points (trials) all around it. Kind of like a darts board. How can I find the error distribution of the points around this center using a 3D set
i.e. center [2,4,5] and points [2,5,6];[2,4,3]........
Thanks in advance!
Respuestas (1)
Roger Stafford
el 26 de Feb. de 2014
0 votos
Use matlab's 'mean' and 'std' functions. See their documentations.
Categorías
Más información sobre Descriptive Statistics en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!