Investigating environmental time series and algorithms

Click For Summary
SUMMARY

This discussion focuses on the analysis of environmental time series data to identify unexpected events using statistical methods. The user is constructing a Gaussian probability density function (PDF) based on historical readings and is advised to apply spectral analysis via Fast Fourier Transform (FFT) to analyze periodicities in the data. The challenge lies in updating the PDF based on the Fourier transform results to accurately determine anomalies in the time series, which includes daily and seasonal components.

PREREQUISITES
  • Understanding of Gaussian probability density functions (PDFs)
  • Knowledge of Fast Fourier Transform (FFT) techniques
  • Familiarity with time series analysis, including seasonal decomposition
  • Experience in statistical normalization methods for data cleaning
NEXT STEPS
  • Research methods for updating Gaussian PDFs based on Fourier transform results
  • Explore advanced spectral analysis techniques for time series data
  • Learn about seasonal decomposition of time series using STL (Seasonal-Trend decomposition using Loess)
  • Investigate anomaly detection algorithms specifically designed for time series data
USEFUL FOR

Data scientists, environmental analysts, and statisticians interested in time series analysis and anomaly detection in environmental data.

wess80
Messages
1
Reaction score
0
Hi,

I am currently investigating environmental time series and algorithms to determine when an 'unexpected' event/reading has occurred in the series. I am currently constructing the gaussian probability density function (pdf) based on historical readings and checking if 'new' readings are acceptable according to a threshold in the pdf. As time goes by the pdf threshold becomes too large. Also, my time series contains daily and seasonal components.

I have received advice to use spectral analysis (using an FFT) on new month's data to compute the new month's periodicities. I have done so and now am faced with the question of how and what to do with the periodic frequencies in order to help determine what/when an unexpected reading is (according to the distribution).

I was thinking that perhaps it is possible to update a time series' pdf according to it's Fourier transform?

Could some one guide on this.

Thanks,

Wess
 
Physics news on Phys.org
I can only tell what economists usually do. They clean the data from seasonal effects, i.e. they norm the data. If you know the seasonal (monthly) effects, you can divide the data by the norm of those effects. However, if e.g. the seasonal effects are of the form ##A+B(t)## and current data are ##C(t)##, i.e. a constant socket ##A## and fluctuations ##B(t)## on top, then you will only use ##B(t)## for normalization: ##C_0(t):= A+ \dfrac{C(t)-A}{B(t)}.##
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 9 ·
Replies
9
Views
5K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K