필터 지우기
필터 지우기

How to calculate absoulte error?

조회 수: 3 (최근 30일)
Sam
Sam 2015년 1월 15일
답변: Image Analyst 2015년 1월 15일
I've got a datavector (775X1) (look attachment). How do I calculate the absolute error of it? Thanks
  댓글 수: 2
John Petersen
John Petersen 2015년 1월 15일
Typically we compute an error by using a truth with estimated values or desired with a fedback value. What does the data vector you have provided represent? If it's the error, then absolute error could be just the absolute value of the vector. Or if you want to represent the error with a scalar then you could take root mean square. or average the absolute value. It depends on what you want.
Sam
Sam 2015년 1월 15일
this vector represents the force measured on a forceplate, in Newton.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2015년 1월 15일
Like John said, you need to know the "true" values to know the error. Or at least some educated guess at what they might be. Why do you think there is any error at all ? Maybe there's not. If you think there is , then you must have some idea of what the values should be. Given some true, or at least reference, values you can use metrics like PSNR or MAD or RMS to quantify the error or residuals.

카테고리

Help CenterFile Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by