Exponential Smoothing of Time Series Data in R
Posted by Armando Brito Mendes | Filed under Sem categoria
Alisamento exponencial com o pacote expsmooth do R
This article is not about smoothing ore into gems though your may find a few gems herein.
Systematic Pattern and Random Noise
In “Components of Time Series Data”, I discussed the components of time series data. In time series analysis, we assume that the data consist of a systematic pattern (usually a set of identifiable components) and random noise (error), which often makes the pattern difficult to identify. Most time series analysis techniques involve some form of filtering out noise to make the pattern more noticeable.
Comments are closed.