필터 지우기
필터 지우기

Time Series Normalization??

조회 수: 4 (최근 30일)
Andrew
Andrew 2011년 5월 7일
Hi all,
I'm working on anomaly detection in time-series data. As a newbie, I'm just curious to know why do we normalize the time-series data?Does it affect the end results when we test an algorithm.
Can someone help me giving some idea and links that gives some idea about the need to normalize the time-series.
Regards,
Andrew

답변 (1개)

Kamuran Turksoy
Kamuran Turksoy 2012년 3월 5일
If you have multiple inputs, and the amplitudes of your inputs are different then it is better to normalize your inputs. In other words, if you have inputs with different means and variance, when you do normalization, you make all of them to have zero mean and one variance. Thus the weight of all input on the output becomes same. To do normalization you can subtract mean of each input from itself and then divide by its standard deviation.
kturksoy

카테고리

Help CenterFile Exchange에서 Time Series에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by