Finding standard deviation/ error distribution of 3D points
Show older comments
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!
Answers (1)
Roger Stafford
on 26 Feb 2014
0 votes
Use matlab's 'mean' and 'std' functions. See their documentations.
Categories
Find more on Binomial Distribution in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!