Outlier

Detecting outliers/noise from sensor data

Detecting outliers/noise from sensor data
  1. Which method is most preferred for outlier detection?
  2. How do you detect if an observation is an outlier?

Which method is most preferred for outlier detection?

Leverage curve fit or regression

This fit can then be used to identify extreme deviate points—outliers!

How do you detect if an observation is an outlier?

Multiplying the interquartile range (IQR) by 1.5 will give us a way to determine whether a certain value is an outlier. If we subtract 1.5 x IQR from the first quartile, any data values that are less than this number are considered outliers.

Moving average before downsampling effect on Nyquist frequency?
What happens when a signal is sampled at less than the Nyquist rate?Does downsampling increase frequency?How does downsampling cause aliasing?What is...
Why odd-order Butterworth filters don't behave the same as even-order in crossovers?
What is the limitation of Butterworth filter?What happens when you increase the order of a Butterworth filter?How the order of the filter affects the...
Periodicity of a discrete time complex exponential signal?
What is the periodicity of complex exponential signal?How do you find the periodicity of a discrete-time signal?What is discrete-time exponential sig...