How to find variance
조회 수: 1 (최근 30일)
이전 댓글 표시
What if my face detector detects faces to within 10 pixels of the actual face location 95% of the time. If we assume this error is Gaussian-distributed,how to get its variance? Total are 4 coordinates
댓글 수: 0
답변 (1개)
bym
2012년 4월 17일
unless I misunderstand your question, 95% is 1.96 standard deviations (two sided). You didn't mention if the 10 pixels are ±, so I assume it is the total variation. Then the variance is
(10/(2*1.96))^2
ans =
6.5077
댓글 수: 3
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!