필터 지우기
필터 지우기

what is the difference between noise and outlier????..

조회 수: 33 (최근 30일)
sani ars
sani ars 2012년 11월 26일
댓글: motevalizadeh 2019년 1월 23일
Kindly, plz tell about the difference between noise and outlier in data mining????.....
I have read about it from internet but I am confusing both of them.....

답변 (3개)

Image Analyst
Image Analyst 2012년 11월 26일
Noise is anything that is not the "true" signal. It may have values close to your true signal. An outlier is something that is much different than the other values. The vast majority of time outliers are noise but sometimes a data point that is true signal can be an outlier. For example if I measured the IQ of my local high school plus Stephen Hawking. Stephen would be an outlier even though I accurately measured his IQ. But if I measured Stephen's IQ as 90, then that would be noise since his real IQ is much higher than that.

Jurgen
Jurgen 2012년 11월 26일
I guess noise causes outliers, but not all outliers are caused by noise :)

Jan
Jan 2012년 11월 26일
편집: Jan 2012년 11월 26일
When a small piece of noise exceeds the standard deviation of the other noise by a factor of 3 (or 5?), it is called an outlier. An example:
x = [1,2,1,1,1,2,1,1,1,2,21,1,2,2]
This is a measurement of the number of persons you find public telephon cabins. There must be a certain noise, but one value is obviously an outlier. When you create a statistic about the measurement, there are some scientific reasons to remove the outlier before you calculate mean and standard deviation of the measurement.

카테고리

Help CenterFile Exchange에서 Dimensionality Reduction and Feature Extraction에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by