How to implement exponential smoothing for data without a trend/seasonality?

조회 수: 16 (최근 30일)
Jake
Jake 2020년 12월 24일
Hi everyone,
My data is the form of AIS and I'm only focusing on Speed (SOG - Speed Over Ground) and Course (COG - Course Over Ground) parameters as a time series. I'm attaching a csv file that contains the time stamp (yyyymmddhhss) and SOG values for reference.
What I want to do is implement exponential smoothing to predict the next values. For the reference: the math behind this is as follows.
My question is:
Which exponential method will suit this the best? (I followed a bunch of articles and most of them say that simple exponential smoothing is ideal for data without trends/seasonality. But the results I got from that is not accurate and I would like to know if I can implement triple exponential method)
Is there a MATLAB method to implement this? (I found Holt Winters tool here, but it does not seem promising)
Also, is there a way to manually implement the above equations using MatLab? I'm not sure if I know how to carry out the first iteration :(
I'd appreciate any tip/recommendation. TIA!

답변 (0개)

카테고리

Help CenterFile Exchange에서 Mathematics and Optimization에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by